[yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

Gary Thomas gary at mlbassoc.com
Thu Nov 3 04:00:02 PDT 2016


On 2016-11-03 10:21, Thomas Thorne wrote:
>> Do you see an image with .rpi-sdimg in deploy/images/raspberrypi3
>
>
>
> No, files such as that not turning up is exactly what I am asking about.
>
>
>
> thomasthorne at thorne-ul-dt:~/work/rpi-layer/build$ ls tmp/deploy/images/raspberrypi3/*.rpi-sdimg
>
> ls: cannot access 'tmp/deploy/images/raspberrypi3/*.rpi-sdimg': No such file or directory
>
> thomasthorne at thorne-ul-dt:~/work/rpi-layer/build$ ls tmp/deploy/images/raspberrypi2/*.rpi-sdimg
>
> ls: cannot access 'tmp/deploy/images/raspberrypi2/*.rpi-sdimg': No such file or directory
>
>
>
> I have tried building for Pi 2 and Pi 3.  rpi-test-image, rpi-basic-image, console-image, core-image-minimal,
> core-image-full but none of them seem to have generated an SD image.  Plenty of other files I could put together but no
> ready formed image to dd across.

What do you get from this?
   % bitbake rpi-test-image -e | grep ^IMAGE_FSTYPES

If it doesn't say (at least)
   IMAGE_FSTYPES="tar.bz2 ext3 rpi-sdimg"
then try making those settings in your local.conf

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



More information about the yocto mailing list