mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
V1.0.5
This commit is contained in:
Binary file not shown.
6
target/d13x/demo88-nor/pack/env.txt
Normal file
6
target/d13x/demo88-nor/pack/env.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
osAB_next=A
|
||||
osAB_now=A
|
||||
upgrade_available=0
|
||||
bootlimit=5
|
||||
bootcount=0
|
||||
|
||||
@@ -3,8 +3,12 @@
|
||||
"size": "16m", // Size of SPI NOR
|
||||
"partitions": {
|
||||
"spl": { "size": "256k" },
|
||||
"os": { "size": "2m" },
|
||||
"rodata": { "size": "6m" },
|
||||
"env": { "size": "128k" },
|
||||
"env_r": { "size": "128k" },
|
||||
"os": { "size": "1m" },
|
||||
"os_r": { "size": "1m" },
|
||||
"rodata": { "size": "3m" },
|
||||
"rodata_r": { "size": "3m" },
|
||||
"data": { "size": "7m" }
|
||||
},
|
||||
},
|
||||
@@ -31,6 +35,11 @@
|
||||
"attr": ["mtd", "required"],
|
||||
"part": ["spl"]
|
||||
},
|
||||
"env": {
|
||||
"file": "env.bin",
|
||||
"attr": ["mtd", "optional"],
|
||||
"part": ["env","env_r"]
|
||||
},
|
||||
"os": {
|
||||
"file": "d13x_os.itb",
|
||||
"attr": ["mtd", "required"],
|
||||
@@ -68,5 +77,12 @@
|
||||
"its": "d13x_os.its"
|
||||
},
|
||||
},
|
||||
"uboot_env": {
|
||||
"env.bin": {
|
||||
"file": "env.txt",
|
||||
"size": "4096",
|
||||
"redundant": "enable",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
2
target/d13x/demo88-nor/pack/ota-subimgs.cfg
Normal file
2
target/d13x/demo88-nor/pack/ota-subimgs.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
d13x_os.itb
|
||||
rodata.fatfs
|
||||
Reference in New Issue
Block a user