This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Full SDK 09.02.01.09 generation failed.

Part Number: AM625

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.

  • 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:

    As explained in a related post (link), do not build the tisdk-core-bundle, it is used as the base when the SDK installer is build at TI (note how I called it "base",  because there's additional pieces that go into the SDK installer build, hence the differences in filesystem you found).. There is almost no use for anybody outside TI to try to build that installer. Generally speaking what you do want to build are either SDK images like tisdk-base-image and tisdk-default-image (and other such images) or the toolchain installer meta-toolchain-arago-tisdk.. It is not relevant/needed for almost anything you would do.

    Regards, Andreas