File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ UBOOT_FILE = $(PBTOP)/bricks/ev3/u-boot.bin
632632MAKE_BOOTABLE_IMAGE = $(PBTOP ) /bricks/ev3/make_bootable_image.py
633633# For EV3, merge firmware blob with u-boot to create a bootable image.
634634$(BUILD ) /firmware-base.bin : $(BUILD ) /uImage
635- python $(MAKE_BOOTABLE_IMAGE ) $(UBOOT_FILE ) $(BUILD ) /uImage $(BUILD ) /firmware-base.bin
635+ $( Q ) $(MAKE_BOOTABLE_IMAGE ) $(UBOOT_FILE ) $(BUILD ) /uImage $(BUILD ) /firmware-base.bin
636636else
637637# For embeded systems, the firmware is just the base file.
638638$(BUILD ) /firmware-base.bin : $(BUILD ) /firmware-obj.bin
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
2+ # SPDX-License-Identifier: MIT
3+
14import argparse
25
36# Expected layout of the firmware image:
You can’t perform that action at this time.
0 commit comments