Skip to content

Commit

Permalink
Downgraded DDR blob for RockPi 4 to fix 1GB model boot issue (armbian…
Browse files Browse the repository at this point in the history
  • Loading branch information
piter75 authored and root committed Feb 4, 2022
1 parent fb45978 commit f7a532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sources/families/include/rockchip64_common.inc
Expand Up @@ -30,7 +30,7 @@ elif [[ $BOARD == rockpi-4* ]]; then

BOOT_USE_BLOBS=yes
BOOT_SOC=rk3399
DDR_BLOB='rk33/rk3399_ddr_933MHz_v1.24.bin'
DDR_BLOB='rk33/rk3399_ddr_933MHz_v1.20.bin' # 1GB model does not boot with later versions
MINILOADER_BLOB='rk33/rk3399_miniloader_v1.19.bin'
BL31_BLOB='rk33/rk3399_bl31_v1.30.elf'

Expand Down

0 comments on commit f7a532e

Please sign in to comment.