Hi,
Can i write a C program using the StarterWare Library and execute in the PSP u-boot ?
Thanks & Regards
Keldy
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.
Hi Keldy,
Yes you can load StarterWare aplication binary from u-boot and execute. You need to use <app>.bin (NOT app_ti.bin).
Regards
Baskaran
Hi Baskaran,
i'm using sdk version : ti-sdk-am335x-evm-05.03.00.00, u-boot version: u-boot-2011.09-psp04.06.00.02.
How to load the binary file to u-boot ?
How to execute the binary file in u-boot ?
Thanks and Regards
Keldy
copy the binary to mmc from host pc.
In u-boot prompt,
mmc rescan
fatload mmc 0 <address in ddr> <name of file on sd card to load to ddr>
go <address where the executable was loaded>
Regards
Baskaran
for compiling in different tool chains refer http://processors.wiki.ti.com/index.php/StarterWare_Getting_Started_02.00.XX.XX#Building_application
Regards
Baskaran
Please refer http://processors.wiki.ti.com/index.php/StarterWare_Getting_Started_02.00.XX.XX#Development_Host_Requirements
The codesourcery arm-none-eabi toolchain link given in the above section.
Regards
Baskaran
Hi,
Can you elaborate on teh environvment
1. are you compiling from windows (cygwin) or linux
2 .have you exported the tool chain path ( LIB_PATH=C:\tools\CodeSourcery\Sourcery_G++_Lite)
ensure you followed the steps given at http://processors.wiki.ti.com/index.php/StarterWare_Getting_Started_02.00.XX.XX#Setting_Up_The_Tool_Chain
Hi Baskaran,
Can use the StarterWare Library to write some coding in u-boot code?
let say include a StarterWare Library "/AM335X_StarterWare_02_00_00_06/include/phy.h" in the file "/ti-sdk-am335x-evm-05.03.00.00/board-support/u-boot-2011.09-psp04.06.00.02/board/ti/evm.c". can i do this ?
if can, how to do this ?
Thanks & Regards
Keldy
Keldy,
Which StarterWare lib you want to use in u-boot?
Also please post new queries in new thread,so that it will be easy to track. Since the thread is already marked as answered, it might not get required attention.
Regards
Baskaran
Hi,
I am facing the same problem of not finding the arm-none-eabi-gcc command not found during the build.
I tried to set the path in makedefs file in starterware but it give the error with the new tool chain.
As per the user guide, it says to set the path to /opt/code sourcery/... but my pc there is not tool chain in that path.
I am working on linux and TI-sdk-am335x-05... installed in /usr/local path.
Could you please help me in compiling.