raspberrypi / pico-setup

92 stars 42 forks source link

update raspi-config nonint commands #30

Open fuzzybear3 opened 8 months ago

fuzzybear3 commented 8 months ago

Updating script to use new raspi-config nonint commands. See issue #29

Previously, enabling UART 1 and disabling the serial terminal was done with a single command, now you use: raspi-config nonint do_serial_hw 0 and raspi-config nonint do_serial_cons 1

lurch commented 8 months ago

LGTM. pinging @spl237 and @liamfraser (when they get back in the New Year)

fuzzybear3 commented 8 months ago

Thanks for letting me work on this. It's my first open source contribution and I'm pretty exited:) haha

fuzzybear3 commented 8 months ago

@spl237 and @liamfraser Ping:)

fuzzybear3 commented 1 week ago

@lurch can we get this merged? I think it still is relevant, but I can't test it.