Closed fuzzybear3 closed 2 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:)
Yes, looking at https://github.com/RPi-Distro/raspi-config/blob/bookworm/raspi-config#L1281 this appears to be correct.
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:)