MoeClub пре 1 година
родитељ
комит
61d8b4e20a
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      C8-660/README.MD

+ 14 - 0
C8-660/README.MD

@@ -0,0 +1,14 @@
+# nrpkg zip解包后出现3个文件
+
+```
+一个系统镜像(重命名为systemnew2flash.bin),
+一个uboot(重命名为ubootnew2flash.bin),
+一个描述文件。
+
+备份 bdinfo:  dd if /dev/mtd4 of /tmp/bdinfobk.bin
+
+刷入 uboot: mtd -q write /tmp/ubootnew2flash.bin FIP
+校验 uboot: mtd -q verify /tmp/ubootnew2flash.bin FIP
+刷入 system: mtd -q write /tmp/systemnew2flash.bin ubi
+校验 system: mtd -q verify /tmp/systemnew2flash.bin ubi
+```