You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Is this the right place for my bug report? That's a really great question....
Not sure how this happens, it may be a kernel bug, or it may be a hardware bug, or it may be a firmware bug.
Describe the bug
If the i2c resistors on the peripheral i2c port are connected to an alternate source of 3.3V, (like from a regulator driven from the 5V pin on a hat), the system will not boot.
Additionally, the 3.3V regulator on the pi is turned off during reboot. This may be REALLY annoying if a hat uses it for something which takes a long time to stabilize, (like GPS, Gyro, etc.) This could be really annoying for robotics or any controls application that's not aware of it.
The reboot process appears to properly finish, then the 3.3V regulator is shut off???, and the system will not actually reboot. It appears to wait forever for something with no hdmi output. The 3.3V regulator seems to have maybe 0.5V on that pin, presumably the leakage from the i2c pullup resistors.
Note that this does NOT happen when PINN "reboots" to start Buster, only when Buster tries to sudo reboot.
The text was updated successfully, but these errors were encountered:
@jimbojr Do I recall that the PMIC won't power up if any of the rails are held above a certain threshold? Backpowered USB data rails rings a bell from alpha testing.
Yes if you leak current back into the unpowered 3V3 of the Pi4 it will likely fail to start (as the PMIC will only start if all rails are ~< 250mV so it can be sure of a 'controlled' start).
**Is this the right place for my bug report? That's a really great question....
Not sure how this happens, it may be a kernel bug, or it may be a hardware bug, or it may be a firmware bug.
Describe the bug
If the i2c resistors on the peripheral i2c port are connected to an alternate source of 3.3V, (like from a regulator driven from the 5V pin on a hat), the system will not boot.
Additionally, the 3.3V regulator on the pi is turned off during reboot. This may be REALLY annoying if a hat uses it for something which takes a long time to stabilize, (like GPS, Gyro, etc.) This could be really annoying for robotics or any controls application that's not aware of it.
The reboot process appears to properly finish, then the 3.3V regulator is shut off???, and the system will not actually reboot. It appears to wait forever for something with no hdmi output. The 3.3V regulator seems to have maybe 0.5V on that pin, presumably the leakage from the i2c pullup resistors.
Note that this does NOT happen when PINN "reboots" to start Buster, only when Buster tries to sudo reboot.
The text was updated successfully, but these errors were encountered: