Inital bootable defconfig and build script for AM6264SIP

This commit is contained in:
so4neet
2026-07-27 22:09:14 -05:00
commit da9afd2d42
4 changed files with 93 additions and 0 deletions
+28
View File
@@ -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"
}
}