Hi,
I'm experimenting with a custom u-boot on my AM1080 EVM, erasing and re-programming the SPI flash.
At this moment I cannot update anymore the u-boot from within u-boot.
The procedure I follow is:
Environment size: 869/65532 bytes
> tftp 0xc0000000 u-boot.bin
Using DaVinci-EMAC device
TFTP from server 192.168.0.78; our IP address is 192.168.0.149
Filename 'u-boot.bin'.
Load address: 0xc0000000
Loading: #########################################
done
Bytes transferred = 205900 (3244c hex)
> sf probe 0
SF: Detected M25P64 with page size 64 KiB, total 8 MiB
> sf erase 0x10000 +0x3244c
> sf write 0xc0000000 0x10000 0x3244c
But, after a board reset I see:
> AM1808 initialization passed!
Booting TI User Boot Loader
UBL Version: 1.65
UBL Flashtype: SPI
Starting SPI Memory Copy...
No magic number found.
SPI Memory Boot failed.
Aborting...
Anyone can help me ?
Gabriele