Andrew Scheller
Andrew Scheller
See also https://github.com/balena-io/etcher/issues?q=libgdk
You haven't installed Etcher onto your USB drive, you've used Etcher to write a [Linux distro](https://en.wikipedia.org/wiki/Linux_distribution) onto your USB drive 🙂 If that Linux distro isn't booting, then that's a...
> ~# curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash Etcher hasn't used CloudSmith for a **long** time, see e.g. https://github.com/balena-io/etcher/issues/4059
I did a bit of digging, and it looks like you're right. I compiled these tables of encoding bit-patterns from the PIO chapters of the [RP2040](https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf) and [RP2350](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf) datasheets: (with...
Hmmm, `cyw43-driver` is a "child-project" (submodule) of `pico-sdk` (see https://github.com/georgerobotics/cyw43-driver ) so maybe it's a bit strange for the documentation in the child-project to be making assumptions about function-names that...
I did this as two separate commits, to show the CI failing on the first commit, but passing on the second commit :grinning: **Huge** thanks to @will-v-pi for all his...
@A404M See https://github.com/raspberrypi/pico-examples/tree/master/blink_simple and https://github.com/raspberrypi/pico-examples/tree/master/blink and https://github.com/raspberrypi/pico-examples/pull/507 (and https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pinout-and-design-files-2 ) for more info. But the good news is that if you use the `pico_status_led` library that Peter suggested, you don't...
...unless of course you ignore the built-in LED on the Pico 2 W, and just use a (separate) regular LED and a resistor connected to one of the normal GPIO...
> I mean I guess LED is in GPIO 26 or something in that board See the helpful pinout diagrams at https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html * On Pico, Pico H and Pico 2,...
> 1. The entry is pinned to a specific release of RaspAP until the next rpi-imager release. Our release cadence is substantially higher than rpi-imager, so our users will be...