I'm aware that the nRF CLI tools are not yet ported to AArch64 so they don't work natively on Apple Silicon. Normally rosetta 2 is fine, but nrfjprog is not compatible with the latest JLink software for Apple Silicon since it loads the SDK as a dylib.
Two questions:
1. When will nRF CLI tools support Apple Silicon? Really hoping it is soon.
2. Is there any documentation available that explains what nrfjprog is doing with the JLink? For now, I want to work around this by just scripting JLinkExe myself.