mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
22
board/seeed/stm32mp157c-odyssey/genimage.cfg
Normal file
22
board/seeed/stm32mp157c-odyssey/genimage.cfg
Normal file
@@ -0,0 +1,22 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = "true"
|
||||
}
|
||||
|
||||
partition fsbl1 {
|
||||
image = "tf-a-stm32mp157c-odyssey.stm32"
|
||||
}
|
||||
|
||||
partition fsbl2 {
|
||||
image = "tf-a-stm32mp157c-odyssey.stm32"
|
||||
}
|
||||
|
||||
partition ssbl {
|
||||
image = "u-boot.stm32"
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
image = "rootfs.ext4"
|
||||
bootable = "yes"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user