Skip to content

Commit b066e02

Browse files
committed
rockchip: Add CSC board Luckfox Lyra Plus
1 parent f2c9081 commit b066e02

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Rockchip RK3506G2 triple core 128MB SoC 1x100MBe NAND SD USB2
2+
BOARD_NAME="Luckfox Lyra Plus"
3+
BOARDFAMILY="rockchip"
4+
BOOTCONFIG="luckfox-lyra-rk3506_defconfig"
5+
BOARD_MAINTAINER="vidplace7"
6+
KERNEL_TARGET="vendor"
7+
BOOT_FDT_FILE="rk3506g-luckfox-lyra-plus-sd.dtb"
8+
BOOT_SCENARIO="spl-blobs"
9+
IMAGE_PARTITION_TABLE="gpt"
10+
SERIALCON="ttyFIQ0"
11+
BOOT_SOC="rk3506"
12+
DDR_BLOB="rk35/rk3506_ddr_750MHz_v1.06.bin"
13+
14+
# Board only has 128MB RAM; use 'lowmem' extension to optimize for this.
15+
# enable_extension "lowmem"

config/bootenv/rk3506.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
verbosity=1
2+
extraargs=coherent_pool=4M
3+
bootlogo=false

config/bootscripts/boot-rk3506.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55

66
setenv load_addr "0x2000000"
7+
setenv ramdisk_addr_r "0x02800000"
78
setenv overlay_error "false"
89
# default values
910
setenv rootdev "/dev/mmcblk0p1"

config/sources/families/rockchip.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BOOT_SOC=${BOOT_SOC:="rk3288"}
1414

1515
ARCH=armhf
1616
BOOTDELAY=1
17-
SERIALCON=ttyS2
17+
SERIALCON=${SERIALCON:="ttyS2"}
1818
RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
1919
if [[ "$BOOT_SOC" == "rk3288" ]]; then
2020

@@ -48,7 +48,7 @@ elif [[ "$BOOT_SOC" == "rk322x" ]]; then
4848
elif [[ "$BOOT_SOC" == "rk3506" ]]; then
4949

5050
BOOTSCRIPT="boot-rk3506.cmd:boot.cmd"
51-
BOOTENV_FILE='rockchip.txt'
51+
BOOTENV_FILE='rk3506.txt'
5252
OVERLAY_PREFIX='rockchip'
5353
OFFSET=16
5454
DDR_BLOB="${DDR_BLOB:-"rk35/rk3506_ddr_750MHz_v1.06.bin"}"

0 commit comments

Comments
 (0)