This repository is a stripped version of the TI Processor SDK. It uses SDK Version 09_02_00_05 (J721S2).
The following files and directories have been removed before the first commit to make the SDK Repository smaller:
tisdk-adas-image-j721s2-evm.tar.xzboot-adas-j721s2-evm.tar.gzpdk_j721s2_09_02_00_30/docs/pdk_j721s2_09_02_00_30/packages/ti/boot/sbl/ti-cgt-armllvm_3.2.1.LTS(toolchain which is part of Container setup)protobuf-3.20.2(part of Container setup)- all
.gitignorefiles in the SDK
The files have been stripped by initializing a repository at the location where
the TI SDK has been unpacked. After that, all locations listed in the
.gitignore file have been removed with the following command:
git clean -fdX
Followed by git add . and git commit -m "ti-rtos-sdk: initial stripped
version".