Hi DHIRAJ, Sculpt with ARM currently runs only on hardware, namely imx8q_evk, mnt_reform2, and pinephone (see [1]). However, there are ambitions to enable this in the future via the virtio platform. You can run Sculpt in Qemu using the same kernel (base-hw) but on x86_64:
./tool/create_builddir x86_64 cd build/x86_64/ sed -i "s/#REP/REP/" etc/build.conf echo "MAKE += -j8" >> etc/build.conf echo "CCACHE := yes" >> etc/build.conf make run/sculpt_test KERNEL=hw BOARD=pc DEPOT=tar LOG=core Cheers, Martin [1] repos/gems/run/sculpt.run -> assert_platform_supported On 06.02.23 08:07, DHIRAJ PRAJAPATI wrote: > 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. > > > Regards, > DHIRAJ. > > > > On Mon, Feb 6, 2023 at 12:12 PM Christian Helmuth > <[email protected] > <mailto:[email protected]>> wrote: > > DHIRAJ, > > On Sun, Feb 05, 2023 at 15:37:08 CET, DHIRAJ PRAJAPATI wrote: > > 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 > > Martin suggested to use "--include image/uboot". Please follow his > advice. > > Regards > -- > Christian Helmuth > Genode Labs > > https://www.genode-labs.com/ · https://genode.org/ > https://twitter.com/GenodeLabs · https://genodians.org/ > > Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden > Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth > > _______________________________________________ > Genode users mailing list > [email protected] <mailto:[email protected]> > https://lists.genode.org/listinfo/users > > > _______________________________________________ > Genode users mailing list > [email protected] > https://lists.genode.org/listinfo/users > _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
