raspberrypi / documentation

The official documentation for Raspberry Pi computers and microcontrollers
https://raspberrypi.com/documentation
Creative Commons Attribution Share Alike 4.0 International
5.26k stars 2.01k forks source link

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

Closed fuzzybear3 closed 2 months ago

fuzzybear3 commented 3 months ago

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 https://github.com/raspberrypi/pico-setup/pull/30 to apply this change for a pico setup script. just gonna post it here in hopes of getting some movement:)

lurch commented 2 months ago

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