I am creating an image for my x86-64 machine using yocto
, but I cannot find the image generated by it. I have already explored the files (especially the build folder) but cannot find them.
Inside of /poky there are the following folders:
bitbake/
contrib/
meta/
meta-selftest/
meta-yocto-bsp/
build/
documentation/
meta-poky/
meta-skeleton/
scripts/
Inside of /build there are the following folders:
cache/
conf/
downloads/
poky/
sstate-cache/
tmp/
Inside them are multiple files, however, I cannot find an image file that I can burn into a USB flash drive.
Your results are stored in /build/tmp/deploy/images/...
You can flash the wic images like:
sudo dd if=core-image-sato-genericx86-64.wic of=/dev/<urdevice> bs=4M status=progress
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With