This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to flash NRF52DK under ubuntu

Hi, I am using NRF52 DK board. I use nrfjprog under windows to flash controller. But i want to flash under ubuntu. I searched but i found one .rar file.i extracted but there were not executable to run. some please guide me flash dk board.

Parents
  • Hi,

    nrfjprog is also support on Linux/Ubuntu.

    1. Download the latest version of nRF5x Command-line tools for your system: 32-bit - 64-bit
    2. Extract the downloaded file to a desired location
    3. You can now run nrfjprog for the extracted directory.

    To run from any directory:

    1. Add the path to the executables to PATH: export PATH="/path/to/nrfjprog:$PATH"
    2. Run nrfjprog from terminal, just like on Windows

    Best regards,

    Jørgen

Reply
  • Hi,

    nrfjprog is also support on Linux/Ubuntu.

    1. Download the latest version of nRF5x Command-line tools for your system: 32-bit - 64-bit
    2. Extract the downloaded file to a desired location
    3. You can now run nrfjprog for the extracted directory.

    To run from any directory:

    1. Add the path to the executables to PATH: export PATH="/path/to/nrfjprog:$PATH"
    2. Run nrfjprog from terminal, just like on Windows

    Best regards,

    Jørgen

Children
No Data