TI release of AM335x linux platform package AM335x-PSP 04.06

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

TI release of AM335x linux platform package AM335x-PSP 04.06

Post by esky-sh » Fri Feb 10, 2012 1:15 am

AM335x Linux PSP Package for AM335x platform
http://software-dl.ti.com/dsps/dsps_pub ... x_FDS.html

AM335xSDK 05_03_02_00 Product Download Page
http://software-dl.ti.com/dsps/dsps_pub ... x_FDS.html

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

How to setup your host envoirnment
http://processors.wiki.ti.com/index.php ... ware_setup

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:
$ export PATH=/opt/toolchain/arago/arago-2011.09/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-arago-linux-gnueabi- ARCH=arm am335x_evm
4. Change to the base of the Linux source directory.
$ make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm am335x_evm_defconfig
5. Initiate the build.
$ make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm uImage

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests