Update build.sh
This commit is contained in:
parent
3d3ab7fd30
commit
f28d6326c9
|
|
@ -15,10 +15,10 @@ make CROSS_COMPILE=aarch64-linux-gnu- PLAT=sun50i_h616 DEBUG=1
|
||||||
cd ${UBOOT_DIR}
|
cd ${UBOOT_DIR}
|
||||||
# Prepare U-Boot Build
|
# Prepare U-Boot Build
|
||||||
make clean
|
make clean
|
||||||
make CROSS_COMPILE=aarch64-linux-gnu- anbernic_rg35xxh_defconfig
|
CROSS_COMPILE=aarch64-linux-gnu- BL31=${TPL_DIR}/build/sun50i_h616/debug/bl31.bin SCP=/dev/null make anbernic_rg35xx_h700_defconfig
|
||||||
|
|
||||||
# Build U-Boot
|
# Build U-Boot
|
||||||
make CROSS_COMPILE=aarch64-linux-gnu- BL31=${TPL_DIR}/build/sun50i_h616/debug/bl31.bin SCP=/dev/null
|
CROSS_COMPILE=aarch64-linux-gnu- BL31=${TPL_DIR}/build/sun50i_h616/debug/bl31.bin SCP=/dev/null make
|
||||||
|
|
||||||
# Create Boot Script boot.cmd
|
# Create Boot Script boot.cmd
|
||||||
echo "setenv bootargs console=ttyS0,115200
|
echo "setenv bootargs console=ttyS0,115200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue