TI release of Sitara SDK 05.05.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 05.05.00.00 for AM335x

Post by esky-sh » Sat Aug 04, 2012 9:41 pm

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

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Post by esky-sh » Thu Aug 16, 2012 5:18 pm

Please provide your serial logs for investigating. Thanks

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Post by esky-sh » Fri Aug 17, 2012 8:08 pm

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

esky-sh
Posts: 1435
Joined: Sat Dec 20, 2008 4:21 am

Re: TI release of Sitara SDK 05.05.00.00 for AM335x

Post by esky-sh » Wed Aug 22, 2012 9:18 pm

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.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests