我正在尝试在qemu-arm上运行并模拟sabrelite u-boot,但在串行控制台上没有看到任何u-boot提示。 我使用以下命令行来启动qemu-3.0.0。
/qemu-system-arm -M sabrelite -m 1G -kernel u-boot -smp 1 -serial null -serial stdio
通过以下方式获取和编译u-boot:
git clone git://git.denx.de/u-boot.git
export CROSS_COMPILE=arm-linux-gnueabihf-
make mx6qsabresd_config
make -j8