This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -7,10 +7,10 @@ image boot.vfat {
"uImage"
}
file kernel.dtb {
image = "actduino_bubble_gum_sdboot_linux.dtb"
image = "owl-s500-roseapplepi.dtb"
}
}
size = 10M
size = 128M
}
image sdcard.img {
@@ -34,10 +34,4 @@ image sdcard.img {
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
size = 512M
}
}