Created
September 21, 2024 21:39
-
-
Save buldo/864c808b90ba3c84183644e18e169ecf to your computer and use it in GitHub Desktop.
Building u-boot for core3566
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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