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.

U-Boot updates on OMAPL137EVM MontaVista Linux based SDK

Other Parts Discussed in Thread: DA8XX, OMAP-L137

Hi OMAP Team,

My OMAP-L137 EVM runs MontaVista Linux based SDK and it comes with U-Boot 1.3.3. I am updating to U-Boot-03.20.00.14, which is contained in DaVinci-PSP-SDK-03.20.00.14 package. Could you please provide me the make instruction? It looks like this new U-Boot 03.20.00.14 is based on DaVinci GIT instead of MontaVista. For example, the <>\u-boot-1.3.3\include\config\da8xx_evm.h file no longer exists in the u-boot-03.20.00.14\include\config folder.

Regards,

Ping

  • If the u-boot is DaVinci GIT based SDK, Go to the u-boot directory and run the following make instructions.

    host$ make distclean CROSS_COMPILE=arm-none-linux-gnueabi-

    host$ make da830_omapl137_evm_config CROSS_COMPILE=arm-none-linux-gnueabi-

    host$ make all CROSS_COMPILE=arm-none-linux-gnueabi-

    The compiled u-boot.bin file will be created in the same directory.

     

    Regards,

    Shankari

    --------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.

    --------------------------------------------------------------------------------------------------------

  • Hi Shankari,

    Thanks for your information but I don't have DaVinci GIT based SDK installed instead the MontaVista Linux Pro 5.0 was installed. Is there a same version of U-Boot package that supports OMAPL137 and MontaVista Linux Pro 5.0 tool chain environment?

    Regards,

    Ping

  • Hi Shankari,

    Thanks for your efforts.

    host$ make da830_omapl137_evm_config CROSS_COMPILE=arm-non-linux-gnueabi-

    returned

    make: *** No rule to make target 'da830_omapl137_evm_config'. Stop.

    make: *** [da830_omapl137_evm_config] Error 1

    My u-boot package is uboot-03.22.00.02 and my platform is OMAPL137 EVM with MontaVista Linux 5 Pro SDK installed.

    Regards,

    Ping

  • Hi Ping,

    With refernce to this link, http://processors.wiki.ti.com/index.php/Configuring/Building_U-Boot_for_OMAP-L137

    If the u-boot is MontaVista Linux based SDK, the followng are the instructions.

    host $make distclean

    host $ make da830_omapl137_config

    host $ make

     

    Regards,

    Shankari

    --------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.

    --------------------------------------------------------------------------------------------------------