Skip to content
Discussion options

You must be logged in to vote

There is some dedicated issues around UART on first boot on Raspberry Pi. First of all, the primary UART adapter is/was unintentionally disabled on fresh images. Solved for next DietPi release, planned for this Saturday: 528bf2f

For Raspberry Pi 5, we additionally need to update our raspberrypi-sys-mods package, since the current one does not setup the /dev/serial0 symlink correctly on RPi 5, where it needs to point to /dev/ttyAMA10 instead of /dev/ttyS0 or /dev/ttyAMA0. I'll find time for this after next DietPi release.

CONFIG_SERIAL_CONSOLE_ENABLE only works as flag to disable the expectedly enabled UART adapter on first boot, and whether to show the dialog to disable it. It has no effe…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@Hritik14
Comment options

@Joulinar
Comment options

Comment options

You must be logged in to vote
6 replies
@MichaIng
Comment options

@Hritik14
Comment options

@MichaIng
Comment options

@Hritik14
Comment options

@Hritik14
Comment options

Answer selected by Hritik14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment