On Sat, Aug 19, 2023 at 5:42 AM <[email protected]> wrote: > > Hi all, > i want to run my raspberry pi in qemu and for this, I have created the image > using core-image-weston and also set machine to:MACHINE ??= "qemux86-64" > .after this whenever I try to run using qemu it shows > Error:"runqemu - ERROR - IMAGE_LINK_NAME wasn't set to find corresponding > .qemuboot.conf file"
Its not clear what you are trying to do but I guess you have built an image for RPI which you want to run on an emulator instead of real hardware. In that case, you have to use either qemuarm or qemuarm64 depending upon your image being 64bit or 32bit. you might have to explore runqemu options where you can point it to a kernel and rootfs explicitly and use that to point it to the rpi images. This may not work even after that since there might be more tweaks needed for the pi image to run in qemu. > > Please help > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60831): https://lists.yoctoproject.org/g/yocto/message/60831 Mute This Topic: https://lists.yoctoproject.org/mt/100837806/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
