Works fine for me...
updating bootloader EEPROM
image: /usr/lib/firmware/raspberrypi/bootloader-2712/latest/pieeprom-2025-08-20.bin
config_src: blconfig device
config: /tmp/tmp4abmb2n7/boot.conf
################################################################################
[all]
BOOT_UART=1
BOOT_ORDER=0xf461
NET_INSTALL_AT_POWER_ON=1
POWER_OFF_ON_HALT=1
################################################################################
*** CREATED UPDATE /tmp/tmp4abmb2n7/pieeprom.upd ***
CURRENT: Wed 20 Aug 15:21:58 UTC 2025 (1755703318)
UPDATE: Wed 20 Aug 15:21:58 UTC 2025 (1755703318)
BOOTFS: /boot/firmware
'/tmp/tmp.JrCjv07cma' -> '/boot/firmware/pieeprom.upd'
UPDATING bootloader. This could take up to a minute. Please wait
*** Do not disconnect the power until the update is complete ***
If a problem occurs then the Raspberry Pi Imager may be used to create
a bootloader rescue SD card image which restores the default bootloader image.
flashrom -p linux_spi:dev=/dev/spidev10.0,spispeed=16000 -w /boot/firmware/pieeprom.upd
Verifying update
VERIFY: SUCCESS
UPDATE SUCCESSFUL
So the question is...What is different on your Pi to mine?
Code:
Updating bootloader EEPROM image: /usr/lib/firmware/raspberrypi/bootloader-2712/default/pieeprom-2025-05-08.binconfig_src: blconfig deviceconfig: /tmp/tmpj6055rxv/boot.conf################################################################################[all]BOOT_UART=1POWER_OFF_ON_HALT=1BOOT_ORDER=0xf461################################################################################*** CREATED UPDATE /tmp/tmpj6055rxv/pieeprom.upd ***Traceback (most recent call last): File "/usr/bin/rpi-eeprom-config", line 605, in <module> main() File "/usr/bin/rpi-eeprom-config", line 562, in main edit_config(args.eeprom) File "/usr/bin/rpi-eeprom-config", line 218, in edit_config apply_update(tmp_conf, eeprom, config_src) File "/usr/bin/rpi-eeprom-config", line 181, in apply_update shell_cmd(args, timeout=180, echo=True) File "/usr/bin/rpi-eeprom-config", line 127, in shell_cmd s = result.stdout.read(80).decode('utf-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 19: invalid continuation byteStatistics: Posted by amaL_booN — Mon Sep 08, 2025 5:29 pm