上尉
- 注册时间
- 2011-10-3
- 金币
- 1070 个
- 威望
- 0 个
- 荣誉
- 0 个
累计签到:8 天 连续签到:0 天 [LV.20]漫游旅程
|
因为官方自带的uboot版本,锁固件与锁uboot的原因,搜索到http://bbs.newifi.com/thread-2404-1-1.html这个网址的教程。不懂这8行命令都是什么意思?谁能帮我每行注释一下吗?
1. #!/bin/sh
2. cd /tmp
3. cat /dev/mtd2 >epprom.bin
4. cat /dev/mtd3 >fullflash_original.bin
5. dd if=/dev/zero bs=1024 count=192 | tr "\000" "\377" >breed_192.bin
6. dd if=breed-mt7621-newifi-d1.bin of=breed_192.bin conv=notrunc
7. cat /tmp/breed_192.bin /dev/mtd1 /dev/mtd2 /dev/mtd4 >fullflash_with_breed.bin
8. mtd write fullflash_with_breed.bin fullflash如果刷最新版的breed可以在这个breed刷完后进breed直接刷的对吗?
|
|