Skip to content

Commit 2c88ee8

Browse files
committed
FW update new method v6
2 parents 06e7e25 + a0034fe commit 2c88ee8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

distros/raspberry_pi/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,14 @@ if [ "$(get_install_stage)" -eq 1 ]; then
299299

300300
# Check the value of rebootReq
301301
if [ "$rebootReq" = true ]; then
302+
echo "[install.sh] - EEPROM update requires a reboot. Restarting the device..."
302303
echo "[install.sh] - EEPROM update requires a reboot. Restarting the device..."
303304
set_status "[install.sh] - Rebooting after rpi-eeprom-update"
304305
sleep 5
305306
reboot
306307
exit 1
307308
else
309+
echo "[install.sh] - No firmware update required"
308310
echo "[install.sh] - No firmware update required"
309311
set_status "[install.sh] - No firmware update required"
310312
sleep 3

0 commit comments

Comments
 (0)