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.

AM335x

Hi  

Can I refer you to this link:-   processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Linux_Host_Configuration

The last section  " Configuring SDK for Labs"

Part 1 and 2 was OK. 

When I try to compile U-boot sources. Part 3.

The 1st, make, command fails and complains, no such file. 

Could you confirm that all of those instructions are correct.

Thank you

Darren

  • Hi Darren,

    This page is out of date for SDK 6.0. We have changed from the Arago to Linaro toolchain, so both the location and prefix of the tools have changed.

    The Arago tool prefix was arm-arago-linux-gnueabi- located in /home/user/ti-sdk-am335x-evm-VERSION/linux-devkit/bin/   which should match the instructions on that page.

    The new Linaro tool prefix is arm-linux-gnueabihf- located in /home/user/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/ meaning your make command should look something like this:

    make ARCH=arm CROSS_COMPILE=/home/user/ti-sdk-am335x-evm-06.00.00.00/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf- am335x_evm_config

  • I went ahead and updated the Wiki article. I do not recall if QtCreator 2.4.1 is still the version of choice, but I think the rest is up to snuff now. Please let me know if you see any other errors (or feel free to change them if you'd like!).

  • Thank you Tim, I appreciate your help.  Im planning on attending the 3 day Intro course later this year, so any preparation I can do first will help.  

    regards

    Darren