笔记

$ git clone https://github.com/u-boot/u-boot.git
$ vim doc/board/emulation/qemu-arm.rst
$ make qemu_arm_defconfig
$ make
$ qemu-system-arm -machine virt -bios u-boot.bin -nographic -serial mon:stdio

未完待续

参考