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.

Can't download SGX software

When I try to download OMAP35x_Graphics_SDK_setuplinux_3_01_00_02.bin, I get a registration email that gives me a URL to access this file.  However, accessing that URL in my browser just gives me a page that says my download has started, but indeed it has not.  I've tried this process with multiple access URLs (I registered for this software twice just in case) and also had my colleague at another site try it - same result.


How can I get this software??

  • Gary,

        What is the URL you are trying to download from?

     Have you tried accessing it with firefox?  Sometimes there are problems with IE.

    Are you able to access the 3.00.00.9 version from here?

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_3_00/latest/index_FDS.html

    Regards, Clay

  • Yes, I can access the 3.00.00.09 version, but the software I'm building (Angstrom/OpenEmbedded) calls for the newer 3.01.00.02

    Requests for that version always send me to an empty download.

    This is the page I was told to use to get started:

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html

     

    Note: I just tried that page one more time, this time it worked :-)

  • I had the same problem this past weekend but it seems to be resolved now.

     

    The new problem I have is that the file doesn't run.

     

    After doing:

    chmod 777 OMAP*.bin

    to set it executable and then running:

    ./OMAP35x_Graphics_SDK_setuplinux_3_01_00_02.bin

    or

    sudo ./OMAP35x_Graphics_SDK_setuplinux_3_01_00_02.bin

    nothing happens, the graphical installer doesn't run.  (And for the Angstrom/OE gumstix build the .bin isn't unpacked which then leads to other problems down the line)

    Any help with this would be greatly appreciated.

     

  •  That is the correct link for the latest 3.01.00.02 Graphics SDK.

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/latest/index_FDS.html

    I have tested it on Ubuntu 9.10 and Fedora 8, which use the Gnome GUI.  What Linux distribution are you using?

    Regards, Clay

  • Hi Clay - 

    I'v been playing with this today some more and it appears to be a problem only on one particular ubuntu 9.10 installation and runs fine on a different 9.10 installation.  Now I'm wondering if there's some dependancy missing.  I'm managing to work around the problem while i try to sort out what's wrong with my primary system.

    Best