Hey everyone,
I’m running into a frustrating issue and hoping someone has dealt with this before.
Setup: I’ve got a Raspberry Pi Zero 2W running converted RPI-OS with Mender and U-Boot. I’m using a custom HAT that connects a sensor to the default GPIO pins.
The problem: When I power on the Pi, my UART device immediately starts sending data. This causes U-Boot to think someone is pressing keys and stops the autoboot process. The Pi just sits there waiting for input instead of booting normally.
What I’m wondering:
- Is it safe/possible to set bootdelay=0 or mess with U-Boot’s autoboot settings without breaking Mender updates?
- Any other ideas for getting around this?
Would really appreciate any advice from folks who’ve dealt with similar problem or have ideas!
Thanks!