Thanks, martin.
I added the mentioned arguments and executed
sudo make run/sculpt_test KERNEL=hw BOARD=virt_qemu_arm_v8a DEPOT=tar LOG=core
The command then got the following log messages on the terminal .
After by changing some driver configuration at genode/repos/gems/sculpt/drivers/virt_qemu_arm_v8a
I got the GUI running the sculpt in QEMU but it still got stuck in the INIT itself and shows the earlier ROM error. and also giving some warning like
[init -> drivers -> event_filter] Warning: no policy defined for label 'keyboard'
[init -> drivers -> event_filter] Warning: no policy defined for label 'mouse'
Maybe I missed some driver configuration and because of that I am not able to do anything with the keyboard and mouse (like moving the cursor pointer and selecting the menus )in the running image in QEMU.
Kindly help me to figure it out.
Coming to execution of arm image in QEMU it is said that the virt_qemu_arm_v8a platform is not supported to run
Sculpt yet. But we can use the Alternatively, to execute Genode on Qemu, you can instead use another "board" as target. Currently, "pbxa9" and "virt_qemu_arm_v7a" as boards to target ARM 32-bit, and "virt_qemu_arm_v8a" to target ARM 64-bit on Qemu and that is what i am trying.
If I am going the wrong way then please guide me on that.
Best.......,
Divya.