Hi,
original u-boot is password locked, so I run u-boot by loading it with burn:
./burn --chip gk7205v300 --file=../u-boot-gk7605v100-universal.bin --break
I get promt:
OpenIPC #
then I can do all commands (unlock, erase and write serial flash) with success:
OpenIPC # sf probe
OpenIPC # sf lock 0
unlock all block.
OpenIPC # sf erase 0x0 0x50000; sf write 0x42000000 0x0 0x50000
Erasing at 0x50000 -- 100% complete.
SF: 327680 bytes @ 0x0 Erased: OK
device 0 offset 0x0, size 0x50000
Writing at 0x50000 -- 100% complete.
SF: 327680 bytes @ 0x0 Written: OK
OpenIPC #
but in flash is still original u-boot (read out and compared).
What I'm doing wrong?
Thanks
Hi,
original u-boot is password locked, so I run u-boot by loading it with burn:
./burn --chip gk7205v300 --file=../u-boot-gk7605v100-universal.bin --breakI get promt:
OpenIPC #then I can do all commands (unlock, erase and write serial flash) with success:
OpenIPC # sf probeOpenIPC # sf lock 0unlock all block.OpenIPC # sf erase 0x0 0x50000; sf write 0x42000000 0x0 0x50000Erasing at 0x50000 -- 100% complete.SF: 327680 bytes @ 0x0 Erased: OKdevice 0 offset 0x0, size 0x50000Writing at 0x50000 -- 100% complete.SF: 327680 bytes @ 0x0 Written: OKOpenIPC #but in flash is still original u-boot (read out and compared).
What I'm doing wrong?
Thanks