Hi,currently my u-boot is u-boot 1.1.3,I want to upgrade it to u-boot 1.2.0.When I follow LSP 2.0 DaVinci Linux EVM Installation
User's Guide:
cd u-boot-1.2.0
make distclean
make davinci_config
make
after I flash it ,the u-boot does not work.How should I do?
And follow these:
For NOR boot mode
tftp 0x80700000 u-boot-1.2.0-davinci.bin
protect off 0x02000000 +0x20000
erase 0x02000000 +0x20000
cp.b 0x80700000 0x02000000 0x20000
protect on 0x02000000 +0x20000
it also does not work.WHY?