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.

How I can ugprade u-boot from u-boot or linux ?

Hi,

I have an custom board using OMAP L138 with NAND and I want to upgrade u-boot from u-boot or from Linux.

The partitions are:

0x0000000-0x0040000 : "params"          40000
0x0040000-0x0200000 : "bootloader"    1C0000

The params partition is divided in half, first part to u-boot environment variables and the second for ubl.

The bootloader contains u-boot but have more data that I don't know what is ?

After know the bootloader partition the idea is to used nand tools to save the new binary.

Thanks