diff --git a/firmware/2711/pieeprom.bin b/firmware/2711/pieeprom.bin index 492e28e..c6fc2b7 120000 --- a/firmware/2711/pieeprom.bin +++ b/firmware/2711/pieeprom.bin @@ -1 +1 @@ -../../rpi-eeprom/firmware-2711/latest/pieeprom-2025-11-27.bin \ No newline at end of file +../../rpi-eeprom/firmware-2711/latest/pieeprom-2025-12-08.bin \ No newline at end of file diff --git a/firmware/2712/pieeprom.bin b/firmware/2712/pieeprom.bin index cd30c1c..d6bd829 120000 --- a/firmware/2712/pieeprom.bin +++ b/firmware/2712/pieeprom.bin @@ -1 +1 @@ -../../rpi-eeprom/firmware-2712/latest/pieeprom-2025-11-27.bin \ No newline at end of file +../../rpi-eeprom/firmware-2712/latest/pieeprom-2025-12-08.bin \ No newline at end of file diff --git a/rpi-eeprom b/rpi-eeprom index 68774da..cb1a22e 160000 --- a/rpi-eeprom +++ b/rpi-eeprom @@ -1 +1 @@ -Subproject commit 68774da0beba4490723e4c7065663ce70c866d82 +Subproject commit cb1a22eff0b15b15a686318a885d1f1a2563ff6f diff --git a/tools/release-scripts/get-latest-fw b/tools/release-scripts/get-latest-fw index d69d208..5c278b8 100755 --- a/tools/release-scripts/get-latest-fw +++ b/tools/release-scripts/get-latest-fw @@ -7,7 +7,7 @@ set -e set -u script_dir="$(cd "$(dirname "$0")" && pwd)" -base="${script_dir}/.." +base="${script_dir}/../.." cd "${base}" git submodule update