<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 29, 2017 at 2:39 AM, Luca Carlon <span dir="ltr"><<a href="mailto:carlon.luca@gmail.com" target="_blank">carlon.luca@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello,<br>thank you very much for your advice. It seems I can build both a minimal image and rpi-basic-image. I would like to test to see if the Pi is able to boot with these images but it seems that the images directory does not contain any sdimg file. By reading <a href="https://github.com/agherzan/meta-raspberrypi" target="_blank">https://github.com/agherzan/<wbr>meta-raspberrypi</a> and <a href="https://github.com/Nuand/bladeRF/wiki/Creating-Linux-based-Embedded-System-Images-with-Yocto" target="_blank">https://github.com/Nuand/<wbr>bladeRF/wiki/Creating-Linux-<wbr>based-Embedded-System-Images-<wbr>with-Yocto</a> it seems I should find a sdimg file to flash to the sdcard. I suppose this image file contains both the boot and rootfs partitions. But it seems I do not see this image at all, this is a list of what I can see in tmp/deploy/images/<wbr>raspberrypi3-64: <a href="https://pastebin.com/8XsRHzUY" target="_blank">https://pastebin.com/8XsRHzUY</a>. I see the rootfs filesystem that I can extract in a partition, but not the boot partition the Pi needs. Maybe I'm missing some line in the conf files?<br></div></blockquote><div><br></div><div>If you are using the local.conf you previously posted, the line:</div><div><br></div><div>IMAGE_FSTYPES = "tar.xz"<br></div><div><br></div><div>is overriding default configuration from rpi-base.inc in meta-raspberrypi which is:</div><div><br></div><div>IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"</div><div><br></div><div>You can also consider using wic image format to generate a flashable image (see Yocto documentation on how to do that).</div></div></div></div>