On Sun, 5 Feb 2023 at 15:37, DHIRAJ PRAJAPATI dhirajprajapati96@gmail.com wrote:
Thanks, Michael for suggesting the uboot tools.
I generated the uImage successfully. Now to boot the image on QEMU I first tried to get the log.img using make run/log KERNEL=hw BOARD=rpi3 VERBOSE= by adding QEMU_RUN_OPT := --include image/disk But could not figure out to resolve the problem that the kernel is not getting loaded. Also, guide me if I can do something with uImage(var/run/log/boot/uImage) to get the GUI in QEMU.
Reading your error log. Do you have a var/run/log/boot/image.elf?
When it works qemu should print messages in your terminal.
Michael