summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--hw/bsp/raspberrypi4/family.mk2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index b86245990..79dec144e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -129,5 +129,4 @@
url = https://github.com/hathach/mm32sdk.git
[submodule "hw/mcu/broadcom"]
path = hw/mcu/broadcom
- url = [email protected]:adafruit/broadcom-peripherals.git
- branch = main-build
+ url = https://github.com/adafruit/broadcom-peripherals.git
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