Hi, I’m trying to run the basic RTEMS 6 “hello.exe” on Raspberry Pi in QEmu before trying to run it on the real hardware. However, the exe appears to hang indefinitely and no output is displayed in the console. I’m using the following command to run QEmu.
qemu-system-arm -no-reboot -net none -nographic -M raspi2b -m 1G -kernel .\build\arm-rtems6-raspberrypi\hello.exe
My QEmu verions is 10.1.0. Could anyone please guide how to run RTEMS on Raspberry Pi emulation in QEmu?
However, the same program, when built for the realview-pbx-a9 runs correctly.