You can use "saveenv" to save the uboot environment, for example, bootdelay. Once you saved it, uboot will use that environment every time. To erease that NAND section, you can use the following command.
==============
nand unlock 0x260000 0x20000
nand erase 0x260000 0x20000
reset
==============
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment