Hi Devashish,
Your screenshot of the log contains nothing substantial (the error is expected but not fatal; there is simply a feature missing in the base-hw kernel). Please add LOG=core to your command line and retry:
make run/sculpt_test ... LOG=core
By the way, Sculpt + ARM + Qemu is not officially supported yet. If this is an alternative for you, Sculpt + Qemu + x86_64 is supported:
./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
On 06.02.23 21:07, Devashish Dewangan cs21m017 wrote:
Dear Genodians, I am working with arm_v8a to run it on qemu. I found out that virt_qemu_arm_v8a doesn't support the ROM system and the solution to it is that I can use the RAM system provided in Genode. Can you guide me to replace the ROM system with the RAM system.
Below is the error I got while trying to run the sculpt.img
-- Regards, Devashish Dewangan CS21M017
Genode users mailing list users@lists.genode.org https://lists.genode.org/listinfo/users