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

Renames the tinker-rk3288 to match the convention of naming the machines with the manufacturers official board name. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
# Copyright (C) 2019 Garmin Ltd. or its subsidiaries
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
include rk3288-boot.wks
|
|
part / --align 131072 --source rootfs --fstype=ext4 --label root
|
|
|
|
bootloader --ptable gpt --append="console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init"
|