mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add initial support for Engicam PX30 SOM board with below features: - U-Boot 2024.01 - Linux 6.12.19 - Default packages from buildroot px30 ctouch2 with 10 inches display https://www.engicam.com/vis-prod/C-Touch-2-0-Carrier-Board/ Signed-off-by: Meena Murthy <meena.murthy@amarulasolutions.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> [Julien: - fix linux-6.12.19 hash - add missing BR2_TARGET_UBOOT_NEEDS_GNUTLS=y ] Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
318 B
INI
23 lines
318 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot-tpl-spl-dtb {
|
|
in-partition-table = "no"
|
|
image = "idbloader.img"
|
|
offset = 32K
|
|
}
|
|
|
|
partition u-boot-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot.itb"
|
|
offset = 8M
|
|
size = 30M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|