mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add the initial baseport level support for The BeagleBoard.org Foundation's BeaglePlay board. Signed-off-by: Bryan Brattlof <bb@ti.com> Tested-by: Paresh Bhagat <p-bhagat@ti.com> [Romain: use BR2_TARGET_OPTEE_OS_PLATFORM="k3-am62x"] Signed-off-by: Romain Naour <romain.naour@smile.fr>
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
label beagleplay-buildroot
|
|
kernel /Image
|
|
fdtdir /
|
|
devicetree /k3-am625-beagleplay.dtb
|
|
append console=ttyS2,115200n8 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait earlycon=ns16550a,mmio32,0x02800000
|