qemu
<h3><a href="https://blog.csdn.net/rockwill/article/details/6400033">https://blog.csdn.net/rockwill/article/details/6400033</a></h3>
<pre><code>#! /bin/sh
qemu-system-arm \
-M vexpress-a9 \
-m 512M \
-kernel u-boot \
#-dtb kernel/linux-4.4.157/arch/arm/boot/dts/vexpress-v2p-ca9.dtb \
-nographic \
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
#-append "root=/dev/mmcblk0 rw console=ttyAMA0" \
-sd rootfs.ext3</code></pre>
<pre><code class="language-shell">qemu-system-arm -M vexpress-a9 -m 512M -nographic -kernel u-boot
qemu-system-arm -M vexpress-a9 -m 512M -kernel arch/arm/boot/zImage -dtb arch/arm/boot/dts/vexpress-v2p-ca9.dtb -nographic -append "console=ttyAMA0"</code></pre>