Hi,
When I want use nrfjprog to program my NRF52, I have a problem.
This why I write to program my nerf : nrfjprog -f nrf52 --program _build/astronaut.hex --sectorerase --log
But I have this error :
ERROR: [SeggerBackend] - The J-Link library does not support execution inside rosetta 2. Try executing with arch -arch arm64 nrfjprog...
ERROR: An internal error has occurred, please try again.
I try with NRF Connect and that work correctly, I have the impression that nrfjprog is not using the right JLink.
Can you please help me.