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.

Sitara SDK 5.02 -- can't find kernel build instructions for non-CodeSourcery toolchain

Hi,

The instructions for rebuilding the kernel in SDK 5.02 are using the old toolchain CodeSourcery.

SDK 5.02 dropped the CodeSourcery dependency in favor of Arago toolchain.

I cannot find new instructions for building the kernel with the new toolchain.

Can someone help me on this?

--jlf

 

  • Yes,  the instructions are out of date.

    You have to do two things, set the path to the tools and a path to where u-boot mkimage tools are.

    For mkimage the fastest method might be to

    sudo apt-get install uboot-mkimage

    Here is the modified line

    host$ export PATH=home/<user>/ti-sdk-am180x-evm-05.02.00.00/linux-devkit/bin:$PATH

    To build the kernel

    ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- uImage