In working through the tutorial to Create a MicroEJ Firmware From Scratch https://docs.microej.com/en/latest/Tutorials/tutorialCreateFirmwareFromScratch.html, I encounter an error when I attempt to execute either of the following lines:
qemu-system-arm -M lm3s811evb -nographic -kernel gcc/RTOSDemo.bin
qemu-system-arm -M lm3s6965evb -nographic -kernel gcc/RTOSDemo.bin
In either case, I only get the output of:
$ qemu-system-arm -M lm3s6965evb -nographic -kernel gcc/RTOSDemo.bin
Timer with period zero, disabling
The Ubuntu Linux will not respond to any keys, including Ctrl+A, X as suggested. Closing that window is the only option there.
Any ideas on what could be going wrong here?