Are you booting from something other than an SD card?
Powering over GPIO means no PD so the Pi assumes a maximum of 3A available. That means if booting from USB it will pause and wait until you confirm by pushing the power button.
There are a couple of ways around this:
Powering over GPIO means no PD so the Pi assumes a maximum of 3A available. That means if booting from USB it will pause and wait until you confirm by pushing the power button.
There are a couple of ways around this:
- Add usb_max_current_enable=1 to the end of your config.txt
- Disable the USB current limit via sudo raspi-config. Look under "Performance Options"
- See https://www.raspberrypi.com/documentati ... AX_CURRENT
Statistics: Posted by thagrol — Thu Apr 11, 2024 10:22 pm