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 I update Android Froyo 2.2 Graphics SDK to r4.04.00.01 for OMAP35x EVM?

Hi,

According to the TI EP Wiki below,  Android Graphics SDK release 4.04.00.01 can be downloaded.

  o TI Wiki: Android Graphics SDK Getting Started Guide
      (http://processors.wiki.ti.com/index.php/Android_Graphics_SDK_Getting_Started_Guide)

     3 Download Information for TI SGX Graphics SDK

              .
              .

        Android release 4.04.00.01 is in https://gitorious.org/rowboat/hardware-ti-sgx/trees/ti_sgx_sdk-ddk_1.7 and can be downloaded with 

            git clone --branch ti_sgx_sdk-ddk_1.7 git://gitorious.org/rowboat/hardware-ti-sgx.git TI_Android_SGX_SDK

              .
              .

So, can I update the Android Froyo 2.2 Graphics SDK  r3.01.00.03  to the release 4.04.00.01 for OMAP35x EVM?
If so, could you please tell me how to update?

Thanks in advance for your cooperation.

Best regards,
j-breeze

  • Hi,

    ti_sgx_sdk-ddk_1.7 SGX source libraries are built with Gingerbread sources. I am not sure whether this will work straight with FroYo but you can give it a try.

    Here is the procedure.

    1. Clone SGX source

         $ git clone --branch ti_sgx_sdk-ddk_1.7 git://gitorious.org/rowboat/hardware-ti-sgx.git TI_Android_SGX_SDK

    Here sgx sources should be present in <Android source>/hardware/ti/sgx directory

    2. Build SGX

        $ cd <Android source>/hardware/ti/sgx

        $ make OMAPES=3.x ANDROID_ROOT_DIR=<android source directory path> TARGET_PRODUCT=omap3evm

    3. Install SGX

        $ cd gfx_rel_es3.x_android

        $ ./install.sh --root <root filesystem path>

     

    Regards,

    Pankaj Bharadiya



     


  • Pankaj -san,

    Thank you for your prompt reply. I will try it!

    Best regards,
    j-breeze