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.

Linux/LINUXSDK-OMAPL138: how to modify the uboot and kernel

Part Number: LINUXSDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138, OMAP-L138

Tool/software: Linux

I used 128MB LPDDR with omapl138,however,i want to change it to 256M.

I don't know how to modify the uboot and kernel

my uboot version is u-boot-2010.12-psp03.21.00.04

kernel 2.6.37

  • Hi,

    You can grep the u-boot code to see where ddr is partially configured in u-boot.

    However, for OMAP-L138 the process is NOT the typical linux process. It is as described here: processors.wiki.ti.com/.../OMAP-L138_Bootloader

    "For a typical Linux application, the old flow looked something like this:

    UBL (sets up DDR, PSC, and copies U-Boot to memory)
    U-Boot (loads Linux and file system)
    Linux
    The flow for the OMAP-L138 would look like this:

    AIS-signed U-boot (sets up DDR, PSC, and loads Linux and file system)
    Linux
    So in general, there is not a need for a separate UBL, as the AIS functions can perform most of the same tasks."

    So you need to configure the DDR in AISGen tool, as well. See the Application report for details:
    www.ti.com/.../sprab41e.pdf

    Best Regards,
    Yordan