summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-11-02 18:17:59 +0700
committerhathach <[email protected]>2021-11-02 18:17:59 +0700
commit1046786acf0ab35bf41009b985f7627d6b859a48 (patch)
treea9e1311dc1673158ae670a5190ea77e0ee114133
parent4431ced598ca8ee1f07d6acd7f1424f17755c155 (diff)
change broadcom submodule path from git to http
-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