从M29W640GT替换为S29GL128P,在8309SOM_init.cfg中修改了
# WINDOW 0 - NOR FLASH
writemem.l 0xe0000020 0xff000000 # LBLAWBAR0 - begining at 0xff000000
writemem.l 0xe0000024 0x80000017 # LBLAWAR0 - enable, size = 16MB
# CS0 - 16MB NOR FLASH
writemem.l 0xe0005000 0xff001001 # BR0 base address at 0xff000000, port size 16 bit, GPCM, valid
writemem.l 0xe0005004 0xff000ff7 # OR0 16MB flash size, 15 w.s., timing relaxed
|