Skip to content

Commit 13288fa

Browse files
committed
bricks/ev3: bump u-boot to pybricks/v2.0.1
This fixes a potential issue with the .elf file copying over itself at the address where it was loaded.
1 parent 2c7a38e commit 13288fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/_common/arm_none_eabi.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ ifeq ($(PB_MCU_FAMILY),TIAM1808)
644644
$(BUILD)/u-boot.bin:
645645
$(ECHO) "Downloading u-boot.bin"
646646
$(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
647+
$(Q)curl -sL -o $@ https://github.com/pybricks/u-boot/releases/download/pybricks/v2.0.1/u-boot.bin
648+
$(Q)echo "86ddad84f64d8aea85b4315fc1414bdec0bb0d46c92dbd3db45ed599e3a994cb $@" | sha256sum -c --strict
649649

650650
MAKE_BOOTABLE_IMAGE = $(PBTOP)/bricks/ev3/make_bootable_image.py
651651

0 commit comments

Comments
 (0)