Since Nordic currently doesn't provide nrfutil for ARM and
I needed to turn on/off everything on the dev kit for automatic current
measurements, I made my own, trivial nRF54L15-DK board configurator.
It needs the libusb-dev package.
Build it with make, then run it:
./sbc onto turn on everything on the board../sbc offto turn off everything on the board.
Build it and run it with:
cargo run onto turn on everything on the board.cargo run offto turn off everything on the board.
This comes with zero warrenties.
The code has only been tested on my dev kit.
I've copied the two USB requests that are being sent by nrfutil when turning on/off the pins, I have no idea of the protocol and weather it is safe to run on another DK.
It could be that those requests instead cause a fire when run on a dev kit from another revision, or something even worse. If that happens, enjoy the bbq, but don't blame me.