Skip to content

Instantly share code, notes, and snippets.

@buldo
Created September 21, 2024 21:39
Show Gist options
  • Save buldo/864c808b90ba3c84183644e18e169ecf to your computer and use it in GitHub Desktop.
Save buldo/864c808b90ba3c84183644e18e169ecf to your computer and use it in GitHub Desktop.
Building u-boot for core3566
CROSS_COMPILE=aarch64-linux-gnu-
export CROSS_COMPILE
ROCKCHIP_TPL=../rkbin/bin/rk35/rk3566_ddr_1056MHz_v1.21.bin
export ROCKCHIP_TPL
BL31=../rkbin/bin/rk35/rk3568_bl31_v1.44.elf
export BL31
make all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment