2019-05-01 02:56:30 +00:00
|
|
|
flash w25q64 {
|
2019-08-07 06:03:56 +00:00
|
|
|
pebsize = 65536
|
|
|
|
lebsize = 65408
|
|
|
|
numpebs = 128
|
2019-06-15 22:02:12 +00:00
|
|
|
minimum-io-unit-size = 1
|
|
|
|
sub-page-size = 1
|
|
|
|
vid-header-offset = 64
|
2019-05-01 02:56:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
image flash.bin {
|
|
|
|
flash {}
|
|
|
|
flashtype = w25q64
|
|
|
|
partition uboot {
|
|
|
|
image = "u-boot-sunxi-with-spl.bin"
|
2019-08-10 00:34:32 +00:00
|
|
|
size = 256K
|
2019-05-01 02:56:30 +00:00
|
|
|
}
|
|
|
|
partition rootubi {
|
|
|
|
image = root.ubi
|
|
|
|
size = 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-08-07 06:03:56 +00:00
|
|
|
image persist.ubifs {
|
|
|
|
ubifs {
|
2019-08-10 00:34:32 +00:00
|
|
|
extraargs = "--compr=zlib --jrn-size=192KiB --log-lebs=2"
|
2019-08-07 06:03:56 +00:00
|
|
|
}
|
|
|
|
size=1280K
|
|
|
|
flashtype = w25q64
|
|
|
|
mountpoint = /root
|
|
|
|
}
|
|
|
|
|
2019-05-01 02:56:30 +00:00
|
|
|
image root.ubi {
|
|
|
|
ubi {}
|
|
|
|
partition kernel {
|
|
|
|
image = "zImage"
|
2019-07-22 08:19:44 +00:00
|
|
|
read-only = true
|
2019-05-01 02:56:30 +00:00
|
|
|
}
|
|
|
|
partition dtb {
|
|
|
|
image = "businesscard.dtb"
|
2019-07-22 08:19:44 +00:00
|
|
|
read-only = true
|
2019-05-01 02:56:30 +00:00
|
|
|
}
|
|
|
|
partition root {
|
|
|
|
image = "rootfs.squashfs"
|
2019-07-22 08:19:44 +00:00
|
|
|
read-only = true
|
|
|
|
}
|
2019-07-31 02:07:02 +00:00
|
|
|
partition flashdrive {
|
|
|
|
image = flashdrive.img
|
|
|
|
read-only = true
|
|
|
|
}
|
2019-08-07 06:03:56 +00:00
|
|
|
partition persist {
|
|
|
|
image = persist.ubifs
|
|
|
|
}
|
2019-07-22 08:19:44 +00:00
|
|
|
}
|