mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Downgraded DDR blob for RockPi 4 to fix 1GB model boot issue (again) (#2501)
This commit is contained in:
@@ -53,7 +53,7 @@ elif [[ $BOARD == rockpi-4* ]]; then
|
||||
BOOT_USE_BLOBS=yes
|
||||
BOOT_SUPPORT_SPI=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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user