Skip to content

Commit

Permalink
bootenv: add rk356x.txt for larger cma size
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Jul 28, 2024
1 parent 0579edc commit 94ef30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/bootenv/rk356x.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
verbosity=1
bootlogo=false
console=both
extraargs=cma=256M
2 changes: 2 additions & 0 deletions config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 94ef30d

Please sign in to comment.