Update build.sh

This commit is contained in:
Uklosk 2025-03-09 13:00:52 +01:00
parent 3d3ab7fd30
commit f28d6326c9

View file

@ -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