Skip to content

Commit

Permalink
bricks/ev3rt: Include a u-boot file for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Nov 1, 2024
1 parent 084c51b commit 01954da
Show file tree
Hide file tree
Showing 5 changed files with 1,723 additions and 1,487 deletions.
1 change: 1 addition & 0 deletions bricks/ev3rt/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!u-boot.bin
4 changes: 2 additions & 2 deletions bricks/ev3rt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ prepare-obj-folder:
mkdir -p $(EV3RT_BRICK_DIR)/build/objs
cp $(EV3RT_BRICK_DIR)/ev3rt.mk $(EV3RT_BRICK_DIR)/build/Makefile

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

$(BUILD)/firmware-base.bin: uImage
python $(EV3RT_BRICK_DIR)/make_bootable_image.py $(UBOOT_FILE) $(BUILD)/uImage $(BUILD)/firmware-base.bin
Expand Down
Binary file added bricks/ev3rt/u-boot.bin
Binary file not shown.
Loading

0 comments on commit 01954da

Please sign in to comment.