rpi-update: Update README for SKIP bootloader

This commit is contained in:
Tim Gover
2023-12-14 09:53:36 +00:00
committed by popcornmix
parent 62ef428cf9
commit 3abf3bcdb4

View File

@@ -102,6 +102,16 @@ You can disable this behavior by:
Will update everything **except** the `kernel.img` files and the kernel modules. Will update everything **except** the `kernel.img` files and the kernel modules.
Use with caution, some firmware updates might depend on a kernel update. Use with caution, some firmware updates might depend on a kernel update.
#### `SKIP_BOOTLOADER`
Will update everything except the bootloader EEPROM.
To revert previous updates to the local set of EEPROM binaries run:-
```
sudo rm -rf /lib/firmware/raspberrypi/bootloader-2711
sudo rm -rf /lib/firmware/raspberrypi/bootloader-2712
sudo apt reinstall rpi-eeprom
```
#### `SKIP_BACKUP` #### `SKIP_BACKUP`
sudo SKIP_BACKUP=1 rpi-update sudo SKIP_BACKUP=1 rpi-update