mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00

Adds the machine definition for the Rock Pi 4 based around the RK3399 SoC. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
# Copyright (C) 2020 Garmin Ltd. or its subsidiaries
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
include rk3399-boot.wks
|
|
part / --align 131072 --source rootfs --fstype=ext4 --label root
|
|
|
|
bootloader --ptable gpt --append="console=tty1 console=ttyS2,1500000n8 rw root=/dev/mmcblk1p7 rootfstype=ext4 init=/sbin/init"
|