Discussion:
[Qemu-discuss] How to emulate the IMX6Q (sabrelite) u-boot on qemu
e***@yahoo.com
2018-11-27 12:38:58 UTC
Permalink
Hi,

How can I just emulate the u-boot image for sabrelite machine on qemu ?

compiled the sabrelite u-boot like this :
git clone https://github.com/boundarydevices/u-boot-imx6 -b boundary-v2017.07
make mx6sabresd_defconfig && make -j4

Launch qemu like below but there is no any output on console .

qemu-3.1-rc2/bin/qemu-system-arm -m 1G -M sabrelite -kernel u-boot -nographic


Also tried to load through  flash derive but qemu sabrelite machine does not support '-pflash' option.

Could any one please give me a hint how to emulate sabrelite u-boot on qemu?

Using qemu-3.1-rc2 binary for testing.


Thanks,

Loading...