bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -5,8 +5,8 @@
# The Flash image
flash nor-16M-256 {
pebsize = 4096
numpebs = 4096
pebsize = 4K
numpebs = 4K
minimum-io-unit-size = 256
}
@@ -14,24 +14,28 @@ image flash.bin {
flash {
}
flashtype = "nor-16M-256"
partition uboot {
image = "u-boot.bin"
size = 256K
}
partition dtb {
image = "da850-lego-ev3.dtb"
offset = 256K
size = 64K
offset = 0x40000
}
partition uimage {
image = "uImage"
offset = 320K
size = 4M
offset = 0x50000
}
partition rootfs {
image = "rootfs.squashfs"
offset = 4416K # 4M + 320KB
size = 10M
offset = 0x450000
}
}
@@ -42,22 +46,26 @@ image boot.vfat {
file uImage {
image = "uImage"
}
file da850-lego-ev3.dtb {
image = "da850-lego-ev3.dtb"
}
}
size = 16M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
offset = 4M
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"