Hello everyone,
Does anybody know if beaglebone black is supported by meta-beagleboard? Trying to get started on yocto with beaglebone black.
Hello everyone,
Does anybody know if beaglebone black is supported by meta-beagleboard? Trying to get started on yocto with beaglebone black.
I don’t think it is officially supported, though I share a filesystem image (not Yocto) between my BeagleBoard-xM and BBB. The only difference between the two is the bootloader and kernel used in the /boot partition. Any modules are in their own kernel-specific directories in the / filesystem, so there isn’t any clash there. So, my guess is that you can use a BeagleBoard/BeagleBoard-xM Yocto image as a base and then drop in a new kernel and bootloader into the image and use it without an issue.