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>
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
ENGICAM PX30-EDIMM2.2 carrier board
|
|
===================================
|
|
|
|
Build:
|
|
|
|
$ make engicam_px30_core_defconfig
|
|
$ make
|
|
|
|
Files created in output directory
|
|
---------------------------------
|
|
|
|
output/images
|
|
|
|
├── bl31.elf
|
|
├── idbloader.img
|
|
├── Image
|
|
├── px30-engicam-px30-core-ctouch2-of10.dtb
|
|
├── rootfs.ext2
|
|
├── rootfs.ext4 -> rootfs.ext2
|
|
├── rootfs.tar
|
|
├── sdcard.img
|
|
├── u-boot.bin
|
|
└── u-boot.itb
|
|
|
|
How to connect the board and get started:
|
|
-----------------------------------------
|
|
Ensure that the power supply is stable and provides enough current to handle
|
|
the board's needs, especially when peripherals are connected.
|
|
|
|
Insert micro SD card on the board micro SD slot J17
|
|
|
|
Creating bootable SD card:
|
|
--------------------------
|
|
sudo dd if=output/images/sdcard.img of=/dev/sdX && sync
|
|
|
|
/dev/sdX is the path in host via which SD card is detected
|
|
Where X is your SD card device
|
|
|
|
Connect UART port on the board J26
|
|
|
|
Serial console
|
|
--------------
|
|
Launch minicom at host with 1152008N1
|
|
|
|
Power on the kit using J4
|
|
|
|
Refer link on checking board booting
|
|
|
|
Program eMMC
|
|
------------
|
|
Connect USB otg cable A-type to host pc, Micro USB end to board.
|
|
|
|
Close Jumper JM5.
|
|
|
|
Boot the Kit with SD boot.
|
|
|
|
Program eMMC in U-Boot. (Refer link for the steps)
|
|
|
|
Wiki link:
|
|
https://wiki.amarulasolutions.com/bsp/rockchip/px30/engicam-px30-edimm2.2.html
|