nrf Util: when will the Linux Arm64 be released?

Hi all,

I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully fledge dev environment. I saw there's a MacOS version for ARM64, I'd imagine the hardest has already been made? When do you plan on releasing it for Linux?

Do you know any other tool that won't like working on ARM?

Cheers,

Charles

Parents Reply Children
  • Just to give a status report, it is already possible to fully develop and deploy embedded applications on Windows on ARM (in WSL2) with the Zephyr toolchain, with certain caveats:

    1. I need to use west command line to prepare and build the application, nRF Connect SDK vscode extension isn't useful, since its toolchain manager isn't supported.
    2. WSL has support for USB tunneling via an external library, but that uses VirtualBox Windows drivers that aren't compatible with ARM64, therefore flashing and debugging must happen on the Windows side. SEGGER Ozone debugger can be installed on Windows, with the right configuration file it works fine with the binaries and sources in the WSL filesystem.
    3. Not all J-Link probes support ARM64, specifically only those which can be configured for WinUSB operation instead of legacy SEGGER drivers.
Related