We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7a38e commit 13288faCopy full SHA for 13288fa
bricks/_common/arm_none_eabi.mk
@@ -644,8 +644,8 @@ ifeq ($(PB_MCU_FAMILY),TIAM1808)
644
$(BUILD)/u-boot.bin:
645
$(ECHO) "Downloading u-boot.bin"
646
$(Q)mkdir -p $(dir $@)
647
- $(Q)curl -sL -o $@ https://github.com/pybricks/u-boot/releases/download/pybricks/v2.0.0/u-boot.bin
648
- $(Q)echo "570e079870ddc1deb2ce40d7a4d6785c151883a65e273ce6e33643152df90efb $@" | sha256sum -c --strict
+ $(Q)curl -sL -o $@ https://github.com/pybricks/u-boot/releases/download/pybricks/v2.0.1/u-boot.bin
+ $(Q)echo "86ddad84f64d8aea85b4315fc1414bdec0bb0d46c92dbd3db45ed599e3a994cb $@" | sha256sum -c --strict
649
650
MAKE_BOOTABLE_IMAGE = $(PBTOP)/bricks/ev3/make_bootable_image.py
651
0 commit comments