Skip to content

Commit 93ee273

Browse files
committed
bricks/ev3rt: Include a u-boot file for testing.
1 parent d5a2dd5 commit 93ee273

File tree

5 files changed

+1723
-1487
lines changed

5 files changed

+1723
-1487
lines changed

bricks/ev3rt/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!u-boot.bin

bricks/ev3rt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ prepare-obj-folder:
196196
mkdir -p $(EV3RT_BRICK_DIR)/build/objs
197197
cp $(EV3RT_BRICK_DIR)/ev3rt.mk $(EV3RT_BRICK_DIR)/build/Makefile
198198

199-
#TODO: Build our own u-boot image. Use any official firmware for now. u-boot will be extracted from it.
200-
UBOOT_FILE = $(EV3RT_BRICK_DIR)/officialfw.bin
199+
# Use custom u-boot image, or use any official EV3 firmware. u-boot will be extracted from it.
200+
UBOOT_FILE = $(EV3RT_BRICK_DIR)/u-boot.bin
201201

202202
$(BUILD)/firmware-base.bin: uImage
203203
python $(EV3RT_BRICK_DIR)/make_bootable_image.py $(UBOOT_FILE) $(BUILD)/uImage $(BUILD)/firmware-base.bin

bricks/ev3rt/u-boot.bin

238 KB
Binary file not shown.

0 commit comments

Comments
 (0)