Hi,
In your previous email citing the qemu command-line, I saw the command-line parameter "--nographic".
If parametrized with both "gui = gtk" and "no gui", it seems Qemu goes with the latter, so you should remove "--nographic" in order to get the GUI. It will probably occur "automatically" if you use another script, see below :
Regarding SculptOS, I guess if the run/log script works correctly then your next step could be the run/sculpt script ? I'm not familiar with the ARM side of Genode.
Cédric
De : DHIRAJ PRAJAPATI dhirajprajapati96@gmail.com À : Genode users mailing list users@lists.genode.org Sujet : Re: Running genode on QEMU having board support of raspberry pi for arm_v8. Date : 06/02/2023 08:07:12 Europe/Paris
Hello Christian, I Followed martin's advice and build the uImage, using "--include image/uboot" in build.confg but after that to get the GUI in QEMU running the sculpt os what should be the next step?
That's what I am looking for. Eventually, I want to boot the sculpt OS in QEMU to make the system runnable.