crasbe
crasbe
``` buechse@skyleaf:~/RIOTstuff/riot-vanilla/RIOT$ BUILD_IN_DOCKER=1 BOARD=rpi-pico-2-riscv make -C tests/core/thread_flags_group -j make: Entering directory '/home/buechse/RIOTstuff/riot-vanilla/RIOT/tests/core/thread_flags_group' Launching build container using image "docker.io/riot/riotbuild@sha256:21c416fbbb94a99c3d9c76341baf5a9740608b1d1af89967127c7a171248fd7b". docker run --rm --tty --user $(id -u) --platform linux/amd64 -v '/usr/share/zoneinfo/Europe/Berlin:/etc/localtime:ro' -v...
It's not entirely unlikely that that's a bug in `adafruit-nrfutil`. Apparently, the `Activate Firmware` and `Validate Firmware` don't do anything :sweat_smile: https://github.com/adafruit/Adafruit_nRF52_nrfutil/blob/1361059009ff6a24d63b37eb3a4b28127837ead2/nordicsemi/dfu/dfu_transport_serial.py#L143-L145 https://github.com/adafruit/Adafruit_nRF52_nrfutil/blob/1361059009ff6a24d63b37eb3a4b28127837ead2/nordicsemi/dfu/dfu_transport_serial.py#L186-L192 It seems like not all banks are...
I played around with this more and I don't think that the `adafruit-nrfutil` is to blame here because the Mass Storage Device will pop up even before the timer for...
> Also, the `flash-dfu` command requires `pip3 install --user adafruit-nrfutil` which is currently not checked for nor installed automatically. Maybe `pipx` would be an option. The same is true for...
I wonder if it wouldn't be nice to include a `dist/tools` script similar to `dist/tools/uf2` or `dist/tools/picotool`, so that the user does not have to deal with installing the flasher....
> Also, I wouldn't know how to best do it: `cargo install` installs into a user-wide place in $PATH and I don't think RIOT should do that; if cargo-install can...
https://github.com/RIOT-OS/RIOT/blob/96e202f2f06a567520d4e46bdb6a1c2c283af6ed/doc/doxygen/src/flashing.md?plain=1#L110-L113 This paragraph has to be updated as well with this PR.
> Mainly that I'd hope for a nrfdfu release soonish so we don't tell people to `cargo install --git https://github.com/so/mething` but just `cargo install something`. You know what would solve...
> No it wouldn't: Unless we go through our own local installations unconditionally and never use locally installed tools (and I'm rather confident people don't want that -- most of...
> I'll have some review comments (in particular, I think that if we go with a tag rather than a hash, or the version in addition, we might avoid pulling...