Inital bootable defconfig and build script for AM6264SIP
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user