标签:
转载: http://blog.chinaunix.net/uid-20273473-id-3267337.html
sudo apt-get insatll gcc-arm-linux-gnueabi sudo apt-get insatll g++-arm-linux-gnueabi
sudo apt-get install qemu qemu-system qemu-utils
#qemu-system-arm -M ? Supported machines are: beagle Beagle board (OMAP3530) beaglexm Beagle board XM (OMAP3630) ............ versatilepb ARM Versatile/PB (ARM926EJ-S) versatileab ARM Versatile/AB (ARM926EJ-S) vexpress-a9 ARM Versatile Express for Cortex-A9 vexpress-a15 ARM Versatile Express for Cortex-A15
使用Qemu模拟Cortex-A9运行U-boot和Linux
标签:
原文地址:http://www.cnblogs.com/pengdonglin137/p/4485776.html