-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Add To RPI Imager Configuration Settings Ability to Enable Serial Console! #646
Comments
Not sure if there's much demand for that. Would expect it to be on by default on Pi 5 now it has separate port. |
If you look at all the embedded Pi devices, that alone would suggest that adding ability to enable serial console support via the imager is long over due. Every Pi I have, and I have about 20, only one is connected to HDMI, for HDMI-CEC, all are headless or serial connected. Even the remote sensor solutions I have via Pi devices I have a serial/USB IO board connected and I just walk up and connect to them via PuTTY via serial. I can use my phone, laptop, etc. to validate status and function as needed if network is down or not available. There are countless examples on the internet of Pi devices using serial. IMHO, the Pi 5 design acknowledges how often direct serial is used over HDMI, never mind embedded compute modules being all but serial oriented, via expansion boards. |
On Pi5 BOOT_UART=1 in the EEPROM config but that will not automatically set enable_uart=1 on config.txt. It might be nice to be able to append a user-defined chunk of text to config.txt via the imager.
N.B. It's possible to do something similar by adding a |
What is the logic behind that? If it is because people could also use the port for something else than console, than I would expect boot firmware to stay quiet as well.
We could also make editing EEPROM settings more easy from Imager. |
BOOT_UART has the same behaviour as on previous models. Maybe in the future someone will add support for automatically enabling the OS console and plumbing through UART baud rate (which can be > 115200) from boot-onwards. |
Please Add To RPI Imager Configuration Settings Ability to Enable Serial Console! This would be a great addition to the imager settings options.
The text was updated successfully, but these errors were encountered: