Part Number: AM625
The 08.06.00.42 release (https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM62X/08.06.00.42) does not build, failing with the following error:
ERROR: ti-k3-secdev-native-git-r0 do_fetch: Fetcher failure: Unable to find revision d14fbab5ccb21ffeb010ce57792c56a1308ed314 in branch master even from upstream
This is fixed by the following patch: https://git.ti.com/cgit/arago-project/meta-ti/commit/recipes-ti/secdev/ti-k3-secdev_git.bb?h=dunfell&id=39e7dad1227ebd546bcf3bb2730710a8f99758b0
Steps to reproduce:
$ git clone git.ti.com/.../oe-layersetup.git tisdk
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-08.06.00-config.txt
$ cd build; . conf/setenv
$ export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
$ export TOOLCHAIN_PATH_ARMV8=$HOME/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu
$ MACHINE=am62xx-evm bitbake var-default-image
When will the next official release be available?
What level of testing is done for each release, is the AM62 EVM fully regression tested?
Thanks,
Nate