rename target from pi3 to rpi3
This commit is contained in:
40
projects/rpi3_domo/configs/genimage.config
Normal file
40
projects/rpi3_domo/configs/genimage.config
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user