nRF command line tools 32 bit version doesn't seem to be working.

We need to issue a command to an nrf52840 device :

nrfjprog --program file.hex --chiperase --verify.

everithing is working with [nrf-command-line-tools-10.24.2-x64.exe] package but, in production for various reasons we need to run the utility on a win7 32 system (Version 6.1 - Build 7601: SP1) so we tried to install version the last available version for 32 bit systems [nrf-command-line-tools-10.19.0-x86.exe] but with this we get an error stating that  nrfjprog  DLL load failed  ; it seems the package cannot load its own dll.

The result is the same if we simply issue the simple command nrfjprog --help.

We also tried previous version  [nrf-command-line-tools-10.18.1-x86.exe] with the same result.

Can you please provide some hint ?

Thanks.

Best Regards.

Parents Reply
  • We found that 10.1.1 (the first one with "Added support for nRF52840 revision 2" is working.

    However it would be nice to have in the changelog  the 32 bit systems on which each version can  run- almost all 32 bit OSes are deprecated now and presumably they have undergone some basic test like "nrfjprog --help"- so to avoid trial and error in looking for a running version.

    Best Regards.

Children
No Data
Related