TI release of Sitara SDK 06.00.00.00 for AM335x

TI Sitara Cortex-A8 MPU and it's companion boards
Post Reply
esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

TI release of Sitara SDK 06.00.00.00 for AM335x

Post by esky-sh » Fri Jul 05, 2013 8:50 pm

AM335xSDK 06_00_00_00 Release Notes
http://processors.wiki.ti.com/index.php ... ease_Notes

How to prepare TF card
http://processors.wiki.ti.com/index.php ... ard_script

Setting U-Boot environment using uEnv.txt
http://processors.wiki.ti.com/index.php ... g_uEnv.txt

How to build U-BOOT and kernel

1. Set the environment variable PATH to contain the binaries of the Argao cross-compiler tool-chain.
For example, in bash:
host# export PATH=<sdk install dir>/linux-devkit/sysroots/i686-arago-linux/usr/bin:$PATH
2. Add the location of U-Boot tools directory to the PATH environment variable (required for mkimage utility that is built as part of UBoot build process and is needed to generate uImage when building the kernel)
For example, in bash:
$ export PATH=/opt/u-boot/tools:$PATH
3. Building into a separate object directory with the "O=" parameter to make is strongly recommended.
$ rm -rf ./am335x
$ make O=am335x CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am335x_evm
4. Change to the base of the Linux source directory.
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mrproper
$ make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm am335x_evm_defconfig
5. Initiate the build.
$ make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm uImage

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests