Hello, On Thu, Sep 15, 2022 at 10:45:41PM +0530, Divya Sharma wrote: > Hello genodians, > > Based on the suggestion we tried to build sculpt for virt_qemu. > > We tried to add support for virt qemu and adding it default.sculpt file but > still we are getting error "Board not supported".
Indeed, the support for individual run-scripts might be restricted to certain board/kernel combinations only, e.g., because there is no sufficient driver support available. Given the sculpt.run script in 'repos/gems/run/', you'll find the restrictions in lines 13-23. Of course you might add the virt_qemu platform here. However, you've to build a proper drivers configuration for sculpt to work on this emulator under 'repos/gems/sculpt/drivers', and a default-virt_qemu_arm_v8a.sculpt file under 'repos/gems/sculpt'. Alternatively, you can first investigate interactive run-scripts like the "demo.run" script, which already supports the virt_qemu_arm_v8a platform. Regards Stefan > > > > On Wed, 14 Sep, 2022, 3:08 pm Divya Sharma, <[email protected]> > wrote: > > > hello genodians, > > > > I'm Trying to port Genode OS for i.MX 8MQ boards (arm_v8a). > > successfully generated .img file but don't know how to run this img file > > i don't have i.MX board so I have to run on Ubuntu (linux). > > I have tried qemu emulator but i think qemu doesn't supported board. > > (basically want to run genode os for ARM.) > > > > Please give some guidance on this. > > > > Thanks & Regards > > > _______________________________________________ > Genode users mailing list > [email protected] > https://lists.genode.org/listinfo/users -- Stefan Kalkowski Genode labs https://github.com/skalk | https://genode.org _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
