基于QEMU使用 u-boot 拉取 Linux 内核

笔记

$ 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

未完待续

参考

本文来自博客园,作者:Legend_Lone,转载请注明原文链接:https://www.cnblogs.com/sun-ye/p/14992230.html

原文地址:https://www.cnblogs.com/sun-ye/p/14992230.html