Fixed terrible directory structure and defconfigs

This commit is contained in:
so4neet
2026-07-28 01:41:49 -05:00
parent da9afd2d42
commit e62158d7cc
12 changed files with 308 additions and 6 deletions
@@ -0,0 +1,28 @@
image boot.vfat {
vfat {
files = {
"tiboot3.bin",
"tispl.bin",
"u-boot.bin"
}
}
size = 64M
}
image flip_os.img {
hdimage {
partition-table-type = "mbr"
}
partition boot {
partition-type = 0x0C
bootable = "true"
image = "boot.vfat"
offset = 1M
}
partition rootfs {
partition-type = 0x83
image = "rootfs.btrfs"
}
}