[PATCH 1/1] base-files: fix nand.sh to remove metadata before ubiformat

Todor Colov todorcolov at abv.bg
Sat Jul 25 12:51:49 EDT 2020


Signed-off-by: Todor Colov <todorcolov at abv.bg>
---
 package/base-files/files/lib/upgrade/nand.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/base-files/files/lib/upgrade/nand.sh b/package/base-files/files/lib/upgrade/nand.sh
index e7d7bf8d13..923c01a72d 100644
--- a/package/base-files/files/lib/upgrade/nand.sh
+++ b/package/base-files/files/lib/upgrade/nand.sh
@@ -224,6 +224,7 @@ nand_upgrade_ubinized() {
 	local mtddev="/dev/mtd${mtdnum}"
 	ubidetach -p "${mtddev}" || true
 	sync
+	fwtool -q -t -i /dev/null "$1"
 	ubiformat "${mtddev}" -y -f "${ubi_file}"
 	ubiattach -p "${mtddev}"
 	nand_do_upgrade_success
-- 
2.27.0




More information about the openwrt-devel mailing list