rename target from pi3 to rpi3

This commit is contained in:
jbnadal
2017-03-30 16:24:24 +02:00
parent 6d0c7637b4
commit db3461f5c1
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
image boot.vfat {
vfat {
files = {
"bcm2710-rpi-3-b.dtb",
"rpi-firmware/bootcode.bin",
"rpi-firmware/cmdline.txt",
"rpi-firmware/config.txt",
"rpi-firmware/fixup.dat",
"rpi-firmware/start.elf",
"rpi-firmware/overlays",
"u-boot.bin"
}
}
size = 32M
}
image data.vfat {
vfat {
files = {
"rpi-firmware/config.txt"
}
}
size = 10M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition data {
partition-type = 0xC
image = "data.vfat"
}
}