Skip to content

Commit a77d17a

Browse files
committed
bricks/_common/arm_none_eabi.mk: ev3 uImage is not Linux
Change the uImage type to standalone, not Linux kernel. Technically it isn't u-boot either, but there isn't any other better option for the OS selection.
1 parent b59ef96 commit a77d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bricks/_common/arm_none_eabi.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ $(BUILD)/firmware.zip: $(ZIP_FILES)
655655

656656
# firmware in uImage format (for EV3)
657657
$(BUILD)/uImage: $(BUILD)/firmware-obj.bin
658-
mkimage -C none -A arm -T kernel -O linux -a 0xC0008000 -e 0xC0008000 -d $< $@
658+
mkimage -C none -A arm -T standalone -O u-boot -a 0xC0008000 -e 0xC0008000 -d $< $@
659659

660660
# PRU firmware
661661
$(BUILD)/pru_suart.bin.o: $(PBTOP)/lib/pbio/drv/uart/uart_ev3_pru_lib/pru_suart.bin

0 commit comments

Comments
 (0)