Hello,
I build the Full SDK 09.02.01.09 with yocto using the command : MACHINE=am62xx-evm bitbake -k tisdk-core-bundle
I extracted the archive named tisdk-core-bundle-am62xx-evm.tar.xz but the directory structure is no the one shows in the SDK manual:
software-dl.ti.com/.../Overview_Directory_Structure_Overview.html
Here is the directory containt:
./
|-- board-support
|-- example-applications
|-- filesystem
|-- k3r5-devkit.sh
|-- licenses
|-- linux-devkit.sh
|-- manifest
There is no Rules.make
Could you explain why the SDK 09.02.01.09 doesn't generate the directory structure describe in the manual:
./ ├── bin/ ├── board-support/ ├── example-applications/ ├── filesystem/ ├── k3r5-devkit/ ├── licenses/ ├── linux-devkit/ ├── Makefile ├── makerules/ ├── manifest/ ├── Rules.make └── setup.sh*
Could you explain to me how to generate the full SDK ?
Regards,
Alexis.