Hello Everyone,
I am new bie for yocto and i wan to create yocto image for Pocketbeagle, i dont know if it is possible or not if yes then provide me how can i build OS
Regards Prial
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Everyone,
I am new bie for yocto and i wan to create yocto image for Pocketbeagle, i dont know if it is possible or not if yes then provide me how can i build OS
Regards Prial
Hi Prial,
You should be able to use our regular Yocto SDK v9.1 for AM335x available at for PocketBeagle:
https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM335X/09.01.00.001
I had a quick look at the U-Boot and Kernel sources, and they seem to contain everything that's needed to be able to identify teh board and run on the PocketBeagle using its dedicated device tree file (am335x-pocketbeagle.dtb).
So first, download the binary SD card image and try running this to verify if this works so you know you have a known-good starting point.
Then if you want to do your own Yocto builds for this platform, follow the Yocto SDK build instructions for that SDK available at https://software-dl.ti.com/processor-sdk-linux/esd/AM335X/09_01_00_001/exports/docs/linux/Overview_Building_the_SDK.html
Regards, Andreas