We have a custom nRF5340 board that interfaces with an MT29 NAND Flash IC over the SPIM3 peripheral. Our DFU solution involves storing update and rollback images on this external flash. As part of our DFU test suite we have some setup fixtures that use nrfjprog to pre-load images to specific locations in the external flash. With the deprecation of nrfjprog we have been working on moving our test tooling over to nrfutil, and we have hit a snag trying to write to the external flash.
We are using nrfutil v8.1.1 and nrfutil-device v2.15.6
Our external mem config json is defined as:
I have a sneaking suspicion that nrfutil does not support external NAND devices, although I cannot find anywhere in docs that definitively states this. Does nrfutil support writing to external NAND flash? If it does, what are some other troubleshooting steps I can take?