38 lines
525 B
INI
38 lines
525 B
INI
flash "w25q64" {
|
|
pebsize = 65536
|
|
lebsize = 65408
|
|
numpebs = 128
|
|
minimum-io-unit-size = 1
|
|
sub-page-size = 1
|
|
vid-header-offset = 64
|
|
}
|
|
|
|
image nor-flash.img {
|
|
flash {}
|
|
flashtype = "w25q64"
|
|
|
|
partition u-boot {
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
size = 512K
|
|
}
|
|
|
|
partition u-boot-env1 {
|
|
image = "/dev/zero"
|
|
size = 256K
|
|
}
|
|
|
|
partition u-boot-env2 {
|
|
image = "/dev/zero"
|
|
size = 256K
|
|
}
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
bootable = "true"
|
|
image = "rootfs.ext4"
|
|
}
|
|
} |