However, the problem seems to be the time to transfer.
i've edited serial_blaster.c and force not vervose mode.
changing
for(x=0; x<num_bytes; x++)
{
res = read(fd_bin, &ch, 1);
if(res == 1)
{
if(bverbose)
{
into
for(x=0; x<num_bytes; x++)
{
res = read(fd_bin, &ch, 1);
if(res == 1)
{
if(0 /*bverbose*/)
{
in OutputFile function.
Now the problem is:
waiting for ']'
found ']'
+Can't identify FLASH - device is: f1, supported: 75 79
FLASH: driver init failed: Driver does not support device
$T050f:acff0200;0d:24a70400;#e1ReadByte ERROR, no input after 10 seconds
Any sugestion while keeping in fight?
thanks again
--- In "torpedez" <> wrote:
>
> hi evarybody.
>
> I'm trying to reload flash of my TS-7250.
>
> I switch the JP1 and reboot device while serial_blaster is waiting.
>
> the proccess then begins ok, but after a while, the TS7250 reboots while
> serial_blaster keeps sending data.
>
> Then the console dump:
>
> 0000000000000000
> 2048 Bytes in 18 seconds.
> --------------------------------------------------
>
> waiting for '>'
> ERROR!!! Expected '>' but found '<'
>
>
> Why my devive is rebooting?
>
> thanks.
>
------------------------------------
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/
|