diff options
| author | hathach <[email protected]> | 2021-11-02 18:17:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-02 18:17:59 +0700 |
| commit | 1046786acf0ab35bf41009b985f7627d6b859a48 (patch) | |
| tree | a9e1311dc1673158ae670a5190ea77e0ee114133 /hw | |
| parent | 4431ced598ca8ee1f07d6acd7f1424f17755c155 (diff) | |
change broadcom submodule path from git to http
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/raspberrypi4/family.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/raspberrypi4/family.mk b/hw/bsp/raspberrypi4/family.mk index b0326c056..b1d14a6ec 100644 --- a/hw/bsp/raspberrypi4/family.mk +++ b/hw/bsp/raspberrypi4/family.mk @@ -43,5 +43,7 @@ SRC_S += $(MCU_DIR)/broadcom/boot.S $(BUILD)/kernel8.img: $(BUILD)/$(PROJECT).elf $(OBJCOPY) -O binary $^ $@ +# Copy to kernel to netboot drive or SD card +# Change destinaation to fit your need flash: $(BUILD)/kernel8.img @$(CP) $< /home/$(USER)/Documents/code/pi4_tinyusb/boot_cpy |
