Skip to content

Conversation

fuzzybear3
Copy link
Contributor

The config option raspi-config 'do_serial' got split up into two commands with the release of the PI 5.
It looks like someone forgot to remove the '2' from the "<0/1/2>" after the split and copied it to both of the new settings

Was:
raspi-config nonint do_serial 2

Now:
raspi-config nonint do_serial_hw 0
raspi-config nonint do_serial_cons 1"

There is also this PR raspberrypi/pico-setup#30 to apply this change for a pico setup script. just gonna post it here in hopes of getting some movement:)

@lurch
Copy link
Contributor

lurch commented Sep 2, 2024

Yes, looking at https://github.com/RPi-Distro/raspi-config/blob/bookworm/raspi-config#L1281 this appears to be correct.

@nathan-contino nathan-contino merged commit 74764fb into raspberrypi:develop Sep 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants