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

@@ -3,13 +3,15 @@
image boot.vfat {
vfat {
files = {
"uEnv.txt",
"uImage"
"uEnv.txt",
"uImage"
}
file kernel.dtb {
image = "owl-s500-roseapplepi.dtb"
image = "owl-s500-roseapplepi.dtb"
}
}
size = 128M
}
@@ -20,13 +22,13 @@ image sdcard.img {
partition s500-bootloader {
in-partition-table = "no"
image = "s500-bootloader.bin"
offset = 0x200200
offset = 0x200200 # 2MB + 512B
}
partition u-boot {
in-partition-table = "no"
image = "u-boot-dtb.img"
offset = 0x300000
offset = 3M
}
partition boot {
@@ -34,4 +36,10 @@ image sdcard.img {
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 512M
}
}