Skip to content

Commit

Permalink
h616: fix u-boot download
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Jan 7, 2024
1 parent 4e4ead1 commit cb397b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/allwinner_h616/get-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ wget -v https://github.com/hexdump0815/u-boot-misc/releases/download/${allwinner
wget -v https://github.com/hexdump0815/u-boot-misc/releases/download/${allwinner_h616_uboot_version}/boot-allwinner_h616-x96mate-aarch64.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h616-x96mate.dd
wget -v https://github.com/hexdump0815/u-boot-misc/releases/download/${allwinner_h616_uboot_version}/boot-allwinner_h616-opizero2-aarch64.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h616-opizero2.dd
# get the warpme minimyth2 based axp313a boot block as well for h618 experiments
wget -v https://github.com/hexdump0815/linux-mainline-and-mali-allwinner-h6-kernel/raw/3ecf55b1961a892211c8ff3b3ba7e7039dfe48ef/misc.616/u-boot/boot-h618-axp313a.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h616-axp313a.dd
wget -v https://github.com/hexdump0815/linux-mainline-and-mali-allwinner-h6-kernel/raw/3ecf55b1961a892211c8ff3b3ba7e7039dfe48ef/misc.616/u-boot/boot-h313-lpddr3.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h313-lpddr3.dd
wget -v https://github.com/hexdump0815/linux-mainline-and-mali-allwinner-h6-kernel/raw/24b1d4651f39f1a690debf06f23a9e35dae775e2/misc.616/u-boot/boot-h618-axp313a.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h616-axp313a.dd
wget -v https://github.com/hexdump0815/linux-mainline-and-mali-allwinner-h6-kernel/raw/24b1d4651f39f1a690debf06f23a9e35dae775e2/misc.616/u-boot/boot-h313-lpddr3.dd.gz -O - | gunzip -c > ${DOWNLOAD_DIR}/boot-extra-${1}/boot-allwinner_h313-lpddr3.dd

# get the self built fresher mesa
if [ "${3}" = "bullseye" ] || [ "${3}" = "focal" ]; then
Expand Down

0 comments on commit cb397b9

Please sign in to comment.