pico-setup
pico-setup copied to clipboard
# added parts to enable gpiod driver for pi5 - added libdep `libgpiod-dev` - enable driver by added to ARGS `--enable-linuxgpiod`
In line with https://github.com/raspberrypi/debugprobe/pull/117
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...
Can read more [here](https://github.com/raspberrypi/bookworm-feedback/issues/114). I kinda feel like this is a bug, but they want us to switch which commands we use. If you use the old command, it opens...
If pkg-config is not installed, picotool cannot find libusb-1.0-0 and the pico_setup.sh fails with an error. I believe this is the simplest fix to solve the issue within Ubuntu 20.04...
This is a complete overhaul of pico-setup. I'd like to specifically point out my appreciation for the first version, which was very helpful to understand the requirements. Thank you, @liamfraser....
When adding to $HOME/.bashrc, you must insure that you add your lines on a new line. My .bashrc did not have a newline at the very last line, resulting in...
This script write environment variable configuration to ~/.bashrc, which means that this configuration will only take effect in an interactive bash session. However, users may want to launch the IDE...
When installing, one of the dependencies is VS Code. I can understand why one might want to include and set up VS Code for some users, but I think the...
Fixes #13 and #12 There's also no need for `source` since we've already done `export`!