File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1+ verbosity=1
2+ extraargs=coherent_pool=4M
3+ bootlogo=false
Original file line number Diff line number Diff line change 44#
55
66setenv load_addr " 0x2000000"
7+ setenv ramdisk_addr_r " 0x02800000"
78setenv overlay_error " false"
89# default values
910setenv rootdev " /dev/mmcblk0p1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ BOOT_SOC=${BOOT_SOC:="rk3288"}
1414
1515ARCH=armhf
1616BOOTDELAY=1
17- SERIALCON=ttyS2
17+ SERIALCON=${SERIALCON:=" ttyS2"}
1818RKBIN_DIR="$SRC/cache/sources/rkbin-tools"
1919if [[ "$BOOT_SOC" == "rk3288" ]]; then
2020
@@ -48,7 +48,7 @@ elif [[ "$BOOT_SOC" == "rk322x" ]]; then
4848elif [[ "$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"}"
You can’t perform that action at this time.
0 commit comments