qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

Verbose Mode not working properly

Open calmsacibis995 opened this issue 2 years ago • 2 comments

Hi! I modified the NOR image to boot with the '-v' argument parsed to the kernel. However, it results in the iPod not showing the home screen and sits on a non-scrolling console screen, like this: 2023-07-05_20-36

Could there be a fix for that in the future? Note that the screenshot is taken under Linux.

calmsacibis995 avatar Jul 05 '23 17:07 calmsacibis995

Hmm it's hard to pinpoint exactly where this goes wrong as the debugging output is not very helpful. It looks like it's starting the kernel but fails to boot after that.

In general, I think the debugging tools for the simulator should significantly be improved as the current simulator consists of a bunch of workarounds and is fragile when not executing the "happy path" 😅

devos50 avatar Jul 06 '23 06:07 devos50

It looks like to have booted to some extent, because these are, I believe, the messages on a normal startup, with default options: 2023-07-05_20-36_1

calmsacibis995 avatar Jul 08 '23 14:07 calmsacibis995