What, if anything, would be necessary to modify your very cool
blaster utility for use with the TS-7260? Might it "just work"
as is? I know I could compare the eeprom contents of the
7260 with that of the 7250 for a start.
I'm going to brick one of them eventually...
- brent
--- In Curtis Monroe <> wrote:
>
> type "help" at the redboot prompt and you will see two new commands
listed:
>
>
> RedBoot> help
> .
> .
> .
> Read eeprom content
> eeprom_read -b <location> -o <eeprom offset> -l <length> [-d dump]
> Write eeprom content
> eeprom_write [-b <location>] -o <eeprom offset> [-l <length>]
> .
> .
> .
>
> To copy the content of the EEPROM to memory (location 0x00007000)
you type:
>
> RedBoot> eeprom_read -b 0x00007000 -o 0 -l 2048
> Read 2048 bytes of eeprom content
... snip ...
>
> Thats the TS-PREBOOT code. You can save it, download it to your
development
> machine and disassemble it, or look at the commented disassembled
version
> included in the Serial_Blaster package.
>
> -Curtis.
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|