Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 44e313b

Browse files
authored
Merge pull request #31 from rakhnin/master
update c2_boot_release url
2 parents 29e62c0 + 3048b97 commit 44e313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ echo "${RAW_IMAGE_CHECKSUM} ${BUILD_RESULT_PATH}/${RAW_IMAGE}.zip" | sha256sum -
9595
unzip -p "${BUILD_RESULT_PATH}/${RAW_IMAGE}" > "/${HYPRIOT_IMAGE_NAME}"
9696

9797
# download current bootloader/u-boot images from hardkernel
98-
wget -q -O - http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release.tar.gz | tar -C /tmp -xzvf -
98+
wget -q -O - http://dn.odroid.com/S905/BootLoader/ODROID-C2/c2_boot_release_ubuntu.tar.gz | tar -C /tmp -xzvf -
9999
cp /tmp/sd_fuse/bl1.bin.hardkernel .
100100
cp /tmp/sd_fuse/u-boot.bin .
101101
cp /tmp/sd_fuse/sd_fusing.sh .

0 commit comments

Comments
 (0)