Commit 3174751e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated UBI formatting to newer subpage size

parent bcb62aa3
......@@ -45,7 +45,8 @@ $UPDATE_LIST = array(
array(0,"uImage", "/dev/mtd3","0 128"),
array(1,"rootfs.tar.gz", "",""),
//array(0,"rootfs.ubi", "/dev/mtd4","0 2048","-s 2048 -O 2048"),
array(0,"rootfs.ubi", "/dev/mtd4","0 2560","-s 2048 -O 2048"),
//array(0,"rootfs.ubi", "/dev/mtd4","0 2560","-s 2048 -O 2048"),
array(0,"rootfs.ubi", "/dev/mtd4","0 2560","-s 512 -O 512"),
array(1,"rootfs.ubifs", "/dev/mtd4","/dev/ubi_ctrl -m 4","ubiupdatevol /dev/ubi0_0"),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment