mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
bootenv: add rk356x.txt for larger cma size
This commit is contained in:
committed by
Jianfeng Liu
parent
0579edc21e
commit
94ef30d4bc
4
config/bootenv/rk356x.txt
Normal file
4
config/bootenv/rk356x.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
verbosity=1
|
||||
bootlogo=false
|
||||
console=both
|
||||
extraargs=cma=256M
|
||||
@@ -126,6 +126,7 @@ case "$BOOT_SOC" in
|
||||
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
|
||||
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
|
||||
BOOT_SOC_MKIMAGE="rk3568" # mkimage does not know about rk3566, and rk3568 works.
|
||||
BOOTENV_FILE='rk356x.txt'
|
||||
;;
|
||||
|
||||
rk3568)
|
||||
@@ -135,6 +136,7 @@ case "$BOOT_SOC" in
|
||||
BL31_BLOB="${BL31_BLOB:-"rk35/rk3568_bl31_v1.44.elf"}"
|
||||
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
|
||||
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
|
||||
BOOTENV_FILE='rk356x.txt'
|
||||
;;
|
||||
|
||||
rk3576)
|
||||
|
||||
Reference in New Issue
Block a user