
Hi , everyone .
My u-boot version is 2009-01 and i try porting u-boot on pxa270 development board. when i power on my board then minicom show these information
DRAM: 64 MB ERROR: too many flash sectors ERROR: too many flash sectors Flash: 32 MB
then i can save setenv , but when i earse my flash ,it cause one error
Error: end address not on sector boundary
and here is my flinfo :
Bank # 1: CFI conformant FLASH (32 x 16) Size: 32 MB in 128 Sectors Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x18 Erase timeout: 4096 ms, write timeout: 1 ms Buffer write timeout: 2 ms, buffer size: 64 bytes
Sector Start Addresses: 00000000 RO 00040000 RO 00080000 RO 000C0000 RO 00100000 RO etc...
And i dont know my network chip work or not . ( my chip is LAN91C113 ) when i ping some address , it show
ethid=0000... LAN91C113:PHY auto-negotiate timed out
then my bootloader freeze ....
would someone can help me ? thanks.