pynrfjprog fails to program nRF9161

We're using a python script to program the modem firmware, create keys and sign the certificates, program application image and some device management yaddayadda. We recently received nRF9161-DK's and I discovered that the pynrfprog package fails to program the modem firmware or application image.

I assume it's because the library lacks the definitions for nRF9161 chips, and it identifies it correctly (nrfprog works normally)

I opened an issue in Github, not sure if opening a ticket here is required (It's not recommended in the Github readme, unlike with many other Nordic repos).

Related