Evb-rk3288 is the offical evaluate board. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. Tinker Boards is a RPi compatible board made by ASUS.
Update the kernel for Firefly Release to kernel 4.4. Signed-off-by: Jacob Chen <jacob-c...@rock-chips.com> Signed-off-by: ayaka <ay...@soulik.info> --- conf/machine/evb-rk3288.conf | 10 ++++++++++ conf/machine/fennec-rk3288.conf | 10 ++++++++++ conf/machine/firefly-rk3288.conf | 1 + conf/machine/include/rk3288.inc | 4 ++++ conf/machine/tinker-rk3288.conf | 13 +++++++++++++ 5 files changed, 38 insertions(+) create mode 100644 conf/machine/evb-rk3288.conf create mode 100644 conf/machine/fennec-rk3288.conf create mode 100644 conf/machine/tinker-rk3288.conf diff --git a/conf/machine/evb-rk3288.conf b/conf/machine/evb-rk3288.conf new file mode 100644 index 0000000..e6c1f1e --- /dev/null +++ b/conf/machine/evb-rk3288.conf @@ -0,0 +1,10 @@ +# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd +# Released under the MIT license (see COPYING.MIT for the terms) + +#@TYPE: Machine +#@NAME: EVB 3288 + +include conf/machine/include/rk3288.inc + +KERNEL_DEVICETREE = "rk3288-evb-act8846.dtb" +UBOOT_MACHINE = "evb-rk3288_defconfig" diff --git a/conf/machine/fennec-rk3288.conf b/conf/machine/fennec-rk3288.conf new file mode 100644 index 0000000..23e3ee7 --- /dev/null +++ b/conf/machine/fennec-rk3288.conf @@ -0,0 +1,10 @@ +# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd +# Released under the MIT license (see COPYING.MIT for the terms) + +#@TYPE: Machine +#@NAME: FENNEC RK3288 + +include conf/machine/include/rk3288.inc + +KERNEL_DEVICETREE = "rk3288-fennec.dtb" +UBOOT_MACHINE = "fennec-rk3288_defconfig" diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf index 58d752b..d6e95ce 100644 --- a/conf/machine/firefly-rk3288.conf +++ b/conf/machine/firefly-rk3288.conf @@ -7,5 +7,6 @@ #http://www.t-firefly.com/en/ include conf/machine/include/rk3288.inc + KERNEL_DEVICETREE = "rk3288-firefly.dtb" UBOOT_MACHINE = "firefly-rk3288_defconfig" diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc index 964d8b0..8d8a3a3 100644 --- a/conf/machine/include/rk3288.inc +++ b/conf/machine/include/rk3288.inc @@ -8,6 +8,7 @@ require conf/machine/include/soc-family.inc PREFERRED_PROVIDER_virtual/kernel = "linux" SERIAL_CONSOLES = "115200;ttyS2" +SPL_BINARY = "u-boot-spl-dtb.bin" KERNEL_IMAGETYPE = "zImage" KBUILD_DEFCONFIG = "multi_v7_defconfig" @@ -16,3 +17,6 @@ SPL_BINARY ?= "u-boot-spl-dtb.bin" IMAGE_FSTYPES = "ext4 rockchip-gpt-img" IMAGE_CLASSES += "rockchip-gpt-img" + +APPEND = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk2p7 rootfstype=ext4 init=/sbin/init" +PREFERRED_VERSION_mali-userspace = "t76x" diff --git a/conf/machine/tinker-rk3288.conf b/conf/machine/tinker-rk3288.conf new file mode 100644 index 0000000..932c9ab --- /dev/null +++ b/conf/machine/tinker-rk3288.conf @@ -0,0 +1,13 @@ +# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd +# 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-miniarm.dtb" +UBOOT_MACHINE = "tinker-rk3288_defconfig" + +GPTIMG_APPEND = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init" -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto