I am using beaglebone-ai64 hardware.
Here I want to know the complete system and software image build procedure and SDK components.
I am unable to find the exact documents for the same.
My requirements are
Build uboot and kernel from my own for bbai64 hardware using yocto
I want to generate the software image and flash it to the target
I want to build the AI application and want to train custom models
As a part of this I requested yocto support from TI but they are informing that support doesn’t exist for the bbai64. Refer attachments for your reference.
You do need to use meta-ti, they have MACHINE= file for the ai64. If memory is correct it works to some degree but it needs some work. Pretty sure it will build against mickledore branch of poky.
You would change the MACHINE= to : beaglebone-ai64
I am assuming you are using the poky distro
After you source the build
$bitbake-layers add-layer <path to meta-***>
You will more than likely get some more errors for stuff that is not found. Some of the files are in sub-directories and those need to be explicitly added using bitbake-layers. Follow the error messages and you will eventually have all the layers added then ready for build. Do core-image-minimal first, it is small and if you have some other issues it best to find and repair them early on.