Skip to content

Update doc to reflect correct number of options avilable for two configuration setting. #3833

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

Merged
merged 1 commit into from
Sep 3, 2024

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