Tool/software: Linux
Hello,
Usually on all TI's OMAP's processor we prgram flash from u-boot, ( not MLO).
I want to ask if it is possible to program flash from u-boot ?
Thanks,
Ran
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.
Hi Ran,
ranchu said:I want to ask if it is possible to program flash from u-boot ?
Do you mean "program flash from MLO"? No, you can not. MLO is really small in size and functionality. It can fit into the internal SRAM and is used only to load u-boot.
In DM816x device you can use u-boot only (without MLO) as it has bigger SRAM (than DM814x for example).
processors.wiki.ti.com/index.php/TI81XX_PSP_UBOOT_User_Guide#U-Boot
The x-loader (MLO) is a small first stage bootloader derived from the u-boot base code. It is loaded into the internal static RAM by the OMAP ROM code. Due to the small size of the internal static RAM, the x-loader is stripped down to the essentials. The x-loader configures the pin muxing, clocks, DDR, and serial console, so that it can access and load the second stage bootloader (u-boot) into the DDR.
Regards,
Pavel