简体   繁体   English

Qemu tegra2仿真器臂

[英]Qemu emulator arm for tegra2

I have Toradex Colibri t20 embedded board Linux image (U boot,kernel,roofs). 我有Toradex Colibri t20嵌入式板Linux映像(U引导,内核,屋顶)。 Colibri t20 is based on tegra2 arm-cortex-a9 processor. Colibri t20基于tegra2 arm-cortex-a9处理器。 I want to run this Linux kernel in Qemu emulator.How can i boot with qemu? 我想在Qemu模拟器中运行此Linux内核。如何使用qemu引导?

qemu-system-arm can run u-boot and kernel SW, only when it has support for the board that those SW were configured/built for. 仅当qemu-system-arm支持为其配置/构建的板时,它才能运行u-boot和内核SW。

ARM's versatilepb and vexpress-a9 are supported. 支持ARM的全能pb和vexpress-a9。 There are good tutorials out there for using those boards, Balau on kernel , also Kumar 有很好的教程供您使用这些板, 内核上的Balau ,还有Kumar

Bare metal simulation is less ambitious. 裸机模拟的野心较小。 There, roughly speaking, QEMU only has to emulate the processor. 大致来说,QEMU只需模拟处理器即可。 Check out Balau on bare metal . 在裸机上检查Balau Quick search shows maybe there is support in progress for Tegra2 . 快速搜索显示Tegra2可能正在支持。

I'd suggest installing current packages on your host, see what machines and cpus are supported. 我建议在您的主机上安装当前软件包,查看支持哪些计算机和cpus。 Not sure of the following syntax detail, but something like qemu-system-arm -M ? 不确定以下语法详细信息,但不确定qemu-system-arm -M吗? is the way to get the list of supported machines. 是获取受支持机器列表的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM