mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
tinker-rk3288: add
Add support for the ASUS Tinker Board. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
1fa1fba729
commit
1ffcfc9ff2
|
@ -20,6 +20,7 @@ MINILOADER = "loader.bin"
|
|||
UBOOT = "u-boot.out"
|
||||
TRUST = "trust.out"
|
||||
GPTIMG_APPEND ?= "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk2p7 rootfstype=ext4 init=/sbin/init"
|
||||
GPTIMG_APPEND_tinker-rk3288 = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init"
|
||||
|
||||
# default partitions [in Sectors]
|
||||
# More info at http://rockchip.wikidot.com/partitions
|
||||
|
|
10
conf/machine/tinker-rk3288.conf
Normal file
10
conf/machine/tinker-rk3288.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright (C) 2018 Trevor Woerner
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
#@TYPE: Machine
|
||||
#@NAME: Tinker RK3288
|
||||
#@DESCRIPTION: ASUS Tinker Board is a Raspberry Pi 3 Alternative based on Rockchip RK3288 Processor.
|
||||
|
||||
include conf/machine/include/rk3288.inc
|
||||
KERNEL_DEVICETREE = "rk3288-tinker.dtb"
|
||||
UBOOT_MACHINE = "tinker-rk3288_defconfig"
|
|
@ -15,6 +15,6 @@ PR = "r1"
|
|||
PV = "${LINUX_VERSION}"
|
||||
|
||||
# Include only supported boards for now
|
||||
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square)"
|
||||
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288|rock2-square|tinker-rk3288)"
|
||||
deltask kernel_configme
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user