mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
43
board/roseapplepi/genimage.cfg
Normal file
43
board/roseapplepi/genimage.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# Minimal SD card image for the Roseapple Pi
|
||||
#
|
||||
image boot.vfat {
|
||||
vfat {
|
||||
files = {
|
||||
"uEnv.txt",
|
||||
"uImage"
|
||||
}
|
||||
file kernel.dtb {
|
||||
image = "actduino_bubble_gum_sdboot_linux.dtb"
|
||||
}
|
||||
}
|
||||
size = 10M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
}
|
||||
|
||||
partition s500-bootloader {
|
||||
in-partition-table = "no"
|
||||
image = "s500-bootloader.bin"
|
||||
offset = 0x200200
|
||||
}
|
||||
|
||||
partition u-boot {
|
||||
in-partition-table = "no"
|
||||
image = "u-boot-dtb.img"
|
||||
offset = 0x300000
|
||||
}
|
||||
|
||||
partition boot {
|
||||
partition-type = 0xC
|
||||
bootable = "true"
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
size = 512M
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user