Wednesday 27 November 2019

Yocto Linux build for RPI








#To Check supported Boards

  •  ls meta/conf/machine/*.conf
Add this layer to bblayers.conf and the dependencies above

  • # nano conf/bblayers.conf 
 

Set MACHINE in local.conf to one of the supported boards
  • #bitbake core-image-base
dd to a SD card the generated sdimg file (use xzcat if rpi-sdimg.xz is used)
Boot your RPI.


Ref: