Page 1 of 1

TI release of Sitara SDK 05.05.00.00 for AM335x

Posted: Sat Aug 04, 2012 9:41 pm
by esky-sh
AM335xSDK 05_05_00_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 ... 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/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/esky-sh/bone/evm_5500/board-support/u-boot-2011.09-psp04.06.00.08/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

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Posted: Thu Aug 16, 2012 5:18 pm
by esky-sh
Please provide your serial logs for investigating. Thanks

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Posted: Fri Aug 17, 2012 8:08 pm
by esky-sh
I looked into your kernel logs and seems like you had not use the pre-built kernel image from our ftp.

Please get this kernel image from
BBone20120806/images/linux/uImage
and load it into your beaglebone sd card.

Since your were using UART0 as default console so you can keep your current bootloader as is.
viewtopic.php?f=20&t=517

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Posted: Wed Aug 22, 2012 9:18 pm
by esky-sh
Yes. We provide source code supports for Sitara Linux PSP, Android ICS, Windows Embedded Compact 7 and Ubuntu 12.04 LTS.
Please goto FTP folder BBone20120806/linux/ to get source code patch for Sitara Linux 3.2.0 PSP04.06.00.08.