From f6c65cb8fc58c159ece5a48d15255e54a2618ae5 Mon Sep 17 00:00:00 2001 From: ProtoByter Date: Mon, 12 Dec 2022 15:16:27 +0000 Subject: [PATCH] Update submodules and fix makefile --- Makefile | 4 ++-- third-party/raspi-firmware | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 94b0924..b83c58b 100644 --- a/Makefile +++ b/Makefile @@ -47,12 +47,12 @@ kernel: $(BUILD_DIR)/kernel8.elf $(BUILD_DIR)/r4.img: $(BUILD_DIR)/kernel8.img src/config.txt third-party/raspi-firmware/boot/* $(VERB) echo Building the image - $(VERB) echo -- Making the image file \($(BUILD_DIR)/tmp.img\) + $(VERB) echo -- Making the image file \($(BUILD_DIR)/r4.img \) $(VERB) dd if=/dev/zero of=$(BUILD_DIR)/tmp.img count=64 bs=1M $(VERB) echo -e "unit: sectors\n/dev/hdc1 : Id=0c" | sfdisk $(BUILD_DIR)/tmp.img > /dev/null $(VERB) mkfs.vfat -F 32 $(BUILD_DIR)/tmp.img > /dev/null - $(VERB) echo -- Copying files to `$(BUILD_DIR)/staging` + $(VERB) echo -- Copying files to $(BUILD_DIR)/staging $(VERB) mkdir -p $(BUILD_DIR)/staging $(VERB) cp third-party/raspi-firmware/boot/bcm2710-rpi-3-b.dtb $(BUILD_DIR)/staging/ $(VERB) cp third-party/raspi-firmware/boot/bcm2710-rpi-3-b-plus.dtb $(BUILD_DIR)/staging/ diff --git a/third-party/raspi-firmware b/third-party/raspi-firmware index 79fda7c..0a7ea70 160000 --- a/third-party/raspi-firmware +++ b/third-party/raspi-firmware @@ -1 +1 @@ -Subproject commit 79fda7c033649dc04993a3bb1534d2f83d46359c +Subproject commit 0a7ea7028461c61ad13ed5440cf0461c9013183c