mfgtools 工具起来后 整个过程 显示成功
358448 bytes (358 kB) copied, 1.51556 s, 237 kB/s
UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mtd0 bs=1k seek=4.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ awk '{s="00000000"$1;l=length(s);if(!((NR-1)%4))printf "%%08x ",(NR-1)*4;for(i=l-1;i>l-8;i-=2)printf " %%s",substr(s,i,2);if(!(NR%4))printf "\n";}' $FILE > qspi-tmp'
UTP: executing "awk '{s="00000000"$1;l=length(s);if(!((NR-1)%4))printf "%08x ",(NR-1)*4;for(i=l-1;i>l-8;i-=2)printf " %s",substr(s,i,2);if(!(NR%4))printf "\n";}' $FILE > qspi-tmp"
UTP: sending Success to kernel for command $ awk '{s="00000000"$1;l=length(s);if(!((NR-1)%4))printf "%%08x ",(NR-1)*4;for(i=l-1;i>l-8;i-=2)printf " %%s",substr(s,i,2);if(!(NR%4))printf "\n";}' $FILE > qspi-tmp.
utp_poll: pass returned.
UTP: received command '$ busybox hexdump -R qspi-tmp > qspi-header'
UTP: executing "busybox hexdump -R qspi-tmp > qspi-header"
UTP: sending Success to kernel for command $ busybox hexdump -R qspi-tmp > qspi-header.
utp_poll: pass returned.
UTP: received command '$ dd if=qspi-header of=/dev/mtd0 bs=1k seek=1'
UTP: executing "dd if=qspi-header of=/dev/mtd0 bs=1k seek=1"
0+1 records in
0+1 records out
512 bytes (512 B) copied, 0.00172767 s, 296 kB/s
UTP: sending Success to kernel for command $ dd if=qspi-header of=/dev/mtd0 bs=1k seek=1.
utp_poll: pass returned.
UTP: received command '$ rm qspi-tmp'
UTP: executing "rm qspi-tmp"
UTP: sending Success to kernel for command $ rm qspi-tmp.
utp_poll: pass returned.
UTP: received command '$ rm qspi-header'
UTP: executing "rm qspi-header"
UTP: sending Success to kernel for command $ rm qspi-header.
utp_poll: pass returned.
UTP: received command '$ echo Update Complete!'
UTP: executing "echo Update Complete!"
Update Complete!
UTP: sending Success to kernel for command $ echo Update Complete!.
utp_poll: pass returned.
|