简体   繁体   中英

Qemu emulator arm for tegra2

I have Toradex Colibri t20 embedded board Linux image (U boot,kernel,roofs). Colibri t20 is based on tegra2 arm-cortex-a9 processor. I want to run this Linux kernel in Qemu emulator.How can i boot with 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.

ARM's versatilepb and vexpress-a9 are supported. There are good tutorials out there for using those boards, Balau on kernel , also Kumar

Bare metal simulation is less ambitious. There, roughly speaking, QEMU only has to emulate the processor. Check out Balau on bare metal . Quick search shows maybe there is support in progress for Tegra2 .

I'd suggest installing current packages on your host, see what machines and cpus are supported. Not sure of the following syntax detail, but something like qemu-system-arm -M ? is the way to get the list of supported machines.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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