Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hi,
Is it possible to build Arago for BB-AI64, targeting Processor SDK version 10.01?
I've tried a few dead ends, for example:
git clone git.ti.com/.../oe-layersetup.git tisdk
cd tisdk
./oe-layertool-setup.sh -f configs/processor-sdk-analytics/processor-sdk-analytics-10.01.00-config.txt
cd build
echo 'MACHINE = "beaglebone-ai64"' >> conf/local.conf
source conf/setenv
bitbake -k tisdk-tiny-image
I also tried repeating the above but with:
echo 'TI_PREFERRED_BSP = "ti-6_6"' >> conf/local.conf
Instead of digging into details of the above or why it did not work (arbitrary choices by me, could be wrong) - let's focus on how it's supposed to be built. Apparently you can specify MACHINE=beaglebone-ai64 so how is that supposed to work? What's the minimal reproducible steps to generate an image that can be flashed to an SD card and that can boot Linux on the BB-AI64?
Side question: I used the -analytics flavor, that's just something I used with TDA4 before, but it's not a requirement, perhaps -linux would be better? What is the difference? (If this is stated somewhere in more precise manners than "with analytics tools", please let me know, I've been looking for it.)
Thanks,
Joel