Open main menu

Changes

NVMe SSD boot with the Raspberry Pi 5

14 bytes added, 5 February
==Decrease wattage when turned off==
By default, the Raspberry Pi 5 consumes around 1W to 1.4W of power when turned off. This can be decreased by manually editing the EEPROM configuration with <mark>sudo rpi-eeprom-config -e</mark>. Change the settings to the following:
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf416
This should drop the power consumption when powered down to around 0.01W.
 
==FAQ==
'''Q1''': Don't recognize / boot from NVME SSD?