I've successfully written a new NAND image to my 7260 using
serialblaster.
I'm having trouble writing the bootloader and redboot however. Here's
what I'm doing ...
The first step is to send ts7260-nand2k-default via xmodem. This works
fine and I write it to eeprom.
The second step I send tsbootrom-7260.bin via xmodem. This also works
fine and then fis write it.
I then remove the jumper from jp1 and boot normally. This message
repeats itself over and over ... the tsbootloader never loads:
>> TS-NANDBOOT, Rev 1.01 - built 10:30:52, Dec 20 2005
>> Copyright (C) 2005, Technologic Systems
Here's the actual commands issued:
RedBoot> mfill -b 0x00200000 -l 4096 -p 0
RedBoot> load -v -r -b 0x00200000 -m xmodem
CRaw file loaded 0x00200000-0x002007e7, assumed entry at 0x00200000
xyzModem - CRC mode, 22(SOH)/0(STX)/0(CAN) packets, 7 retries
RedBoot> eeprom_write -b 0x00200000 -o 0 -l 2048
Written 2048 bytes of eeprom content
RedBoot> load -v -r -b 0x00200000 -m xmodem
CRaw file loaded 0x00200000-0x00203fff, assumed entry at 0x00200000
xyzModem - CRC mode, 130(SOH)/0(STX)/0(CAN) packets, 3 retries
RedBoot> fis write -f 0x60000000 -b 0x00200000 -l 0x4000
* CAUTION * about to program FLASH
at 0x60000000..0x60003fff from 0x00200000 - continue (y/n)? y
RedBoot> fis list
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|