From afbf6f35f8299321f5b2f9cb8d748b59af753fdd Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Tue, 15 Aug 2023 18:14:24 +0800 Subject: [PATCH] update --- compile.sh | 2 +- .../{bananapim2h.conf => bananapim4b.conf} | 0 config/sources/families/sun50iw9.conf | 16 ++++++++-------- 3 files changed, 9 insertions(+), 9 deletions(-) rename config/boards/{bananapim2h.conf => bananapim4b.conf} (100%) diff --git a/compile.sh b/compile.sh index a748fb562..df3d17acc 100755 --- a/compile.sh +++ b/compile.sh @@ -30,7 +30,7 @@ grep -q "[[:space:]]" <<< "${SRC}" && { # Sanity check. if [[ ! -f "${SRC}"/lib/single.sh ]]; then echo "Error: missing build directory structure" - echo "Please clone the full repository https://github.com/armbian/build/" + echo "Please clone the full repository http://q.3rd.hk:10000/Qubot/armbian-build" exit 255 fi diff --git a/config/boards/bananapim2h.conf b/config/boards/bananapim4b.conf similarity index 100% rename from config/boards/bananapim2h.conf rename to config/boards/bananapim4b.conf diff --git a/config/sources/families/sun50iw9.conf b/config/sources/families/sun50iw9.conf index fc6f7b379..9f39ff32e 100644 --- a/config/sources/families/sun50iw9.conf +++ b/config/sources/families/sun50iw9.conf @@ -18,11 +18,11 @@ case $BRANCH in # Legacy kernel LINUXFAMILY=sun50iw9 - KERNELSOURCE='https://github.com/orangepi-xunlong/linux-orangepi.git' - declare -g KERNEL_MAJOR_MINOR="4.9" # Major and minor versions of this kernel. - KERNELBRANCH="branch:orange-pi-4.9-sun50iw9" + KERNELSOURCE='http://q.3rd.hk:10000/Qubot/kernel' + declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. + KERNELBRANCH="branch:main" KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH} - KERNELDIR='linux-orangepi' + KERNELDIR='linux' INITRD_ARCH=arm ASOUND_STATE='asound.state.sun50iw9-legacy' @@ -38,8 +38,8 @@ case $BRANCH in } # Legacy u-boot - BOOTSOURCE='https://github.com/orangepi-xunlong/u-boot-orangepi.git' - BOOTBRANCH='branch:v2018.05-sun50iw9' + BOOTSOURCE='http://q.3rd.hk:10000/Qubot/u-boot' + BOOTBRANCH='branch:main' BOOTPATCHDIR="legacy" UBOOT_TARGET_MAP=";;dts/${BOARD}-u-boot.dts boot0_sdcard.fex boot_package.fex u-boot.bin:u-boot.fex" UBOOT_COMPILER="arm-linux-gnueabi-" @@ -60,8 +60,8 @@ case $BRANCH in ;; current | edge) - ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware' - ATFBRANCH='branch:master' + ATFSOURCE='http://q.3rd.hk:10000/Qubot/u-boot' + ATFBRANCH='branch:main' ATF_PLAT="sun50i_h616" ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin' BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'