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.

old psp version



Hi everybody, I'm a total newbie of the ti forum. So forgive me if I'll post improper questions :P

I have recently installed the ti-sdk-am335x-evm-05.04.01.00 on my beagle-bone board. Now I need to install the related psp software to manage the pheripheral devices.

So, where can i get it?

if type this url : http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/05_04_01_00/

then gave me

"The requested URL /dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/05_04_01_00/ was not found on this server."

best regards

  • Check this:

    http://software-dl.ti.com/dsps/dsps_public_sw/am_bu/sdk/AM335xSDK/latest/index_FDS.html

    Version seems to be upgraded..not sure if you are perticular about this.

    The baord support package is part of this sdk (http://processors.wiki.ti.com/index.php/Sitara_Linux_Software_Developer%E2%80%99s_Guide#SDK_Directory_Structure_Overview)

  • Hi

    thank you for the helpful tips :)

    Beacuse of work obligations, i can't update the sdk at the latest version :(

    I have looked inside the directory tree of the current sdk . In this directory

    /home/sitara/board-support/linux-3.2-psp04.06.00.07.sdk/drivers

    I found a lot of .c file and .h etc about spi gpio i2c etc.... so  it seems to be the correct drivers!

    is it true? or i need to install something else?

    regards

  • Marco Destro said:

    /home/sitara/board-support/linux-3.2-psp04.06.00.07.sdk/drivers

    I found a lot of .c file and .h etc about spi gpio i2c etc.... so  it seems to be the correct drivers!

    Thats correct.

  • Thanks Radesh! :) :) you've been very helpful!!

    Bye

    Marco

  • Hi Radhesh,

    i have a basic question,

    As I sad in past days, i have installed the ti-sdk-am335x-evm-05.04.01.00 on my pc ( linux 10.04 lucid lynx, no VMware ) in order to work it on beagle bone

    Actually the boards  boots in NFS and TFTP .  ( Arago linux is working)

    Now , i need to start managing hardware with a simple project in CCSv5 (project like toogle some GPIO pin) .

    And .... I haven't understand the way to do that.

    Someone can give me a brief explanation ?!

    Thanks a lot :)

    Marco

  • Hi Marco,

    Are you asking how to use CCSv5 for your experiments? I would suggest you to visit this link to understand more : http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v5

  • Hi,

    yes you're right :)

    While i can develop a simple program  ( cross compile , debug, etc) ,  my doubts involve in which cases like peripherals communications.

    I try to do this way:

    http://mark.mckillen.com/2012/11/beaglebone-and-gpio-pin-muxing/

    and it works good! :) 

    but ... actually i still can't manage the same GPIO with .c and .h files :( . So I'll re-study the guide in depth ... and try ...and try ;)

    Thanks a lot Radhesh!! :)

    M