<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116007/nrf-util-when-will-the-linux-arm64-be-released</link><description>Hi all, 
 I&amp;#39;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&amp;#39;s a MacOS version for ARM64, I&amp;#39;d imagine</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jul 2025 12:30:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116007/nrf-util-when-will-the-linux-arm64-be-released" /><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/543179?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2025 12:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1176d353-ceed-44c5-87e7-de5f311304cd</guid><dc:creator>rerickson</dc:creator><description>&lt;p&gt;See:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/123167/nrfutil-arm64-does-not-work-with-nrf52-series"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/123167/nrfutil-arm64-does-not-work-with-nrf52-series&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/543120?ContentTypeID=1</link><pubDate>Tue, 22 Jul 2025 08:23:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa08203a-4147-42a9-8e80-92d1551f462b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi Ryan, could you open a separate case for this? Include the version for nrfutil and nrfutil device , and the log from&amp;nbsp;nrfutil device program --serial-number 483148395 --firmware build.bl654_dvk_2.1.99.1752590280_merged.hex&lt;strong&gt; --log-level trace&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/542587?ContentTypeID=1</link><pubDate>Wed, 16 Jul 2025 02:00:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:076ee981-1ef5-4293-b45d-f333d877ed85</guid><dc:creator>rerickson</dc:creator><description>&lt;p&gt;I can&amp;#39;t seem to program an nRF52840. Any idea what I should try?&lt;/p&gt;
&lt;p&gt;nrfjprog on the same system works without issue. This proves the hardware is ok.&lt;/p&gt;
&lt;p&gt;So far, nrfutil Linux ARM64 is only working for nrf54l15. I cannot get it to work for programming any nrf52 series.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;test@station-bl654-10:~$ nrfutil device list
483148395
Product         J-Link
Ports           /dev/ttyACM0
Traits          jlink, seggerUsb, usb, serialPorts

483066765
Product         J-Link
Ports           /dev/ttyACM3
Traits          serialPorts, seggerUsb, jlink, usb

Supported devices found: 2

test@station-bl654-10:~$ nrfutil device recover --serial-number 483148395
✔️ Recovered 483148395                                                                                                                                                                       
test@station-bl654-10:~$ nrfutil device erase --serial-number 483148395
✔️ Erased 483148395                                                                                                                                                                          
test@station-bl654-10:~$ nrfutil device device-info --serial-number 483148395
serial_number: 000483148395
	deviceFamily: NRF52_FAMILY
	deviceVersion: NRF52840_xxAA_REV2
	jlinkObFirmwareVersion: J-Link OB-SAM3U128 V3 compiled Apr  1 2025 10:13:04

test@station-bl654-10:~$ nrfutil device program --serial-number 483148395 --firmware build.bl654_dvk_2.1.99.1752590280_merged.hex
[00:00:25] ------   0% [2/2 483148395] Failed, Timed out waiting for response from worker.                                                                                                   Error: One or more program tasks failed:
 * 483148395: Timed out waiting for response from worker. (Generic)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/540147?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 07:51:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6626e08f-6a81-4863-aedf-c5eb50ab2d25</guid><dc:creator>Ben K</dc:creator><description>&lt;p&gt;What puzzles me about this is that all parts of the zephyr toolchain and SDK work on ARM64 already for a long time, so there is no external dependency - that I&amp;#39;m aware of - that is blocking this. Nordic has to step up itself to get their own tools working, if they want to retain their developer base.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/540145?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 07:40:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8957261b-be82-488a-814b-fb8dff1f002f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Blablub,&amp;nbsp;&lt;br /&gt;I don&amp;#39;t have an overview if it will be supported yet. You may want to forward your request to our local RSM of your area. So the request has more priority.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/540136?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 06:58:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:014e7d44-b2a0-4839-aa95-bb613a665ea0</guid><dc:creator>blablub</dc:creator><description>&lt;p&gt;Are you planning to do also official releases for the arm64 build?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/535284?ContentTypeID=1</link><pubDate>Wed, 14 May 2025 08:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1771a550-dd10-4dab-842b-9be3b24d4dd0</guid><dc:creator>charles.g</dc:creator><description>&lt;p&gt;Damned, it&amp;#39;s quite a partial release, I saw the sdk-manager as program, thought it would work! I&amp;#39;ll leave the ticket open then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/535250?ContentTypeID=1</link><pubDate>Wed, 14 May 2025 07:27:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdcb9f47-e2db-4407-856e-e334a8fd2621</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Charles,&amp;nbsp;&lt;br /&gt;Unfortunately the&amp;nbsp;sdk-manager (toolchain-manager) is not ported to arm64 yet. The main feature supported on arm64 now is swd programming.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/535083?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 10:45:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1b40e6d-6360-4275-9223-2edfac32df6c</guid><dc:creator>charles.g</dc:creator><description>&lt;p&gt;Thanks, but trying to set it up as a full dev environment, I&amp;#39;m getting:&lt;br /&gt;&lt;br /&gt;nrfutil sdk-manager search or nrfutil sdk-manager toolchain install xxx&lt;br /&gt;Error: Failed to find remote config for platform: aarch64-unknown-linux-gnu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/535066?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 09:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51fc1f16-95fb-4a27-a3f6-e41b1cc52bf3</guid><dc:creator>ACyrus</dc:creator><description>&lt;p&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;My device uses NRF52832. Now I need to use Raspberry Pi 5 to upgrade it with ble or cli.&lt;/span&gt;&lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt; &lt;br /&gt;1 But the nrfutil (Arm64 version) released now cannot use the dfu function and cannot be upgraded.(can not&amp;nbsp;&lt;span lang="en-US"&gt;install nrf5sdk-tools)&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="jCAhz"&gt;&lt;span class="ryNqvb"&gt; 2 pip instsall nrfutil because the latest version can only download 5.2.0.&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;There is a problem when using serial upgrade.&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="jCAhz"&gt;&lt;span class="ryNqvb"&gt;It may be necessary to downgrade Python2.&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;But we must use Python3.&lt;/span&gt;&lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;&lt;br /&gt;This is the error message when doing dfu upgrade with nrfutil V5.2.0.&lt;span&gt;&amp;nbsp;And&amp;nbsp;&lt;/span&gt;I use python3.11.2.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1747128599924v2.png" /&gt;&lt;br /&gt;I would like to ask if there is a good way to do dfu on Raspberry Pi 5?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/534923?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 13:57:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35543b27-0f1a-4b26-845a-3bd49367549d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi ACyrus,&amp;nbsp;&lt;br /&gt;Unfortunately the legacy library may not be ported to this platform anytime soon. Please give us some more detail on the DFU use case.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/534563?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 07:09:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6be05d6d-bd9f-42df-8ba9-b72e6e4b94d9</guid><dc:creator>blablub</dc:creator><description>&lt;p&gt;Thanks for providing the arm64 build. Flashing a firmware on a nrf54l15 works with `west flash`. Tested on Ubuntu 25.04.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/534560?ContentTypeID=1</link><pubDate>Fri, 09 May 2025 07:01:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a83b0f87-231e-45b7-a5db-05337ea0c48a</guid><dc:creator>ACyrus</dc:creator><description>&lt;p&gt;Hi Hung,&lt;br /&gt;&lt;span&gt;The nrfutil for Arm64 is very good, but I found that it doesn&amp;#39;t have nrf5sdk-tools, so I can&amp;#39;t use the dfu command.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1746773357105v2.png" alt=" " /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/534490?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 13:42:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35bfa06c-67c6-4247-b913-58a6c63bb7d1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi all,&amp;nbsp;&lt;br /&gt;I&amp;#39;m happy to let you know you can now download nrfutil for Arm64 here:&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://files.nordicsemi.com/ui/native/swtools/external/nrfutil/executables/"&gt;https://files.nordicsemi.com/ui/native/swtools/external/nrfutil/executables/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/534427?ContentTypeID=1</link><pubDate>Thu, 08 May 2025 09:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:562b209f-3331-4623-a886-a5f6513684db</guid><dc:creator>llu5</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/hungbui"&gt;Hung Bui&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We using the raspberry pi5 as our CI/CD process, still looking forward the nrf Util solution for Arm64.&lt;/p&gt;
&lt;p&gt;Hope we already have roadmap which include the&amp;nbsp;&lt;span&gt;raspberry pi5&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/529461?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 08:59:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63dd2663-48a2-4cfd-bada-b43cd8f0b657</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Arun,&amp;nbsp;&lt;br /&gt;There is some activities internally working on this topic since last month. But we still can&amp;#39;t give you an exact date. I will get back if I have any roadmap.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/529407?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 02:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bde28fef-dca0-44f5-8b55-841e01a77f74</guid><dc:creator>Aaron</dc:creator><description>&lt;p&gt;Another request for the same as many including me trying to move&amp;nbsp;from an older&amp;nbsp; a mac X86-64 to M Series.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/members/hungbui"&gt;Hung Bui&lt;/a&gt;&amp;nbsp;Please share if there is any updates on this. I see there is mentions for arm64 support in&amp;nbsp;&lt;a id="" href="https://github.com/NordicPlayground/nrf-docker"&gt;https://github.com/NordicPlayground/nrf-docker&lt;/a&gt;&amp;nbsp;but not working for arm64 yet as far as I can see.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/516488?ContentTypeID=1</link><pubDate>Mon, 30 Dec 2024 11:28:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1a42972-f86b-4c6c-aeaf-4680dac1f501</guid><dc:creator>Ivo</dc:creator><description>&lt;p&gt;We&amp;rsquo;d like to chime in and share our experience using compact Linux/ARM64 systems for programming nRF52, nRF53, and nRF91 targets with Nordic and Segger&amp;#39;s proprietary tools in controlled production setups.&lt;/p&gt;
&lt;p&gt;However, the lack of a Linux/ARM64 version of the newer &lt;code&gt;nrfutil&lt;/code&gt; tool has become a bottleneck for supporting nRF54 and future Nordic platforms. Right now, we&amp;rsquo;re forced to include x86-64 systems in our production fixtures just to accommodate this tool, adding unnecessary complexity and cost.&lt;/p&gt;
&lt;p&gt;An ARM64-compatible version of &lt;code&gt;nrfutil&lt;/code&gt; would significantly streamline our production process. We&amp;rsquo;d really appreciate it if Nordic could prioritize this development to better support modern ARM-based workflows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/515220?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 06:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ec7e3d6-fa02-4b0e-ad0d-c30af2e91c22</guid><dc:creator>igor_petrovic</dc:creator><description>&lt;p&gt;Another chime on for this as I want to use arm64 laptop for development and this is the only package that I need not available for the architecture at the moment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/512854?ContentTypeID=1</link><pubDate>Sun, 01 Dec 2024 08:07:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5e03a1c-276e-4c59-a9c2-973108054d67</guid><dc:creator>blablub</dc:creator><description>&lt;p&gt;I started working on a Snapdragon X Elite laptop with Ubuntu 24.10. It&amp;#39;s alpha but it works. There is a arm64 version of nrfjprog which can be used to flash nrf54l15. Unfortunately west requires per default the nrfutil to flash on a nrf54l15dk board.&lt;/p&gt;
&lt;p&gt;I will contact our local RSM. Hopefully this will be supported soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/512203?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 16:51:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48e58950-deae-4cda-bd96-c94108f9feb8</guid><dc:creator>charles.g</dc:creator><description>&lt;p&gt;Exactly Ben, the installation of the core tools for compiling on Linux ARM64, even including the nrf Command Line tool and debugging works in/from WSL or in a container.&lt;/p&gt;
&lt;p&gt;The example &lt;a href="https://github.com/NordicPlayground/nrf-docker/blob/saga/Dockerfile"&gt;Dockerfile &lt;/a&gt;Nordic uses for testing is even ready to support it, there are mentions of arm64. If only nrfutil was open source, we could probably give a hand (wait, wasn&amp;#39;t it?).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/512141?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 13:41:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d427d87-628d-4695-ba74-7d1ea7b4bfea</guid><dc:creator>Ben K</dc:creator><description>&lt;p&gt;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:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I need to use west command line to prepare and build the application, nRF Connect SDK vscode extension isn&amp;#39;t useful, since its toolchain manager isn&amp;#39;t supported.&lt;/li&gt;
&lt;li&gt;WSL has support for USB tunneling via an external library, but that uses VirtualBox Windows drivers that aren&amp;#39;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.&lt;/li&gt;
&lt;li&gt;Not all J-Link probes support ARM64, specifically only those which can be configured for WinUSB operation instead of legacy SEGGER drivers.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/512070?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 10:26:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15417ac8-d0df-4320-977e-b79badff99b2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Benedek,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The latest info I got from the team was that they are working on it. But&amp;nbsp;I don&amp;#39;t know when it&amp;#39;s available.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/512061?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 09:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a6ad429-36d3-4827-be22-9a72be13870f</guid><dc:creator>Ben K</dc:creator><description>&lt;p&gt;This is also a big blocking issue for those of us with Windows on ARM OS. I&amp;#39;m able to use Zephyr&amp;#39;s own SDK by using their Linux aarch64 toolchain on WSL2, but the nRF Connect tools are completely unavailable for both Windows and Linux ARM64. I hope this gets proper traction with the emerging popularity of ARM laptops.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf Util: when will the Linux Arm64 be released?</title><link>https://devzone.nordicsemi.com/thread/508775?ContentTypeID=1</link><pubDate>Fri, 01 Nov 2024 09:57:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90e7cfd7-33fc-4874-b5f1-b9937f6d9f85</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Charles,&amp;nbsp;&lt;br /&gt;Unfortunately the status now is still it&amp;#39;s not supported and we don&amp;#39;t have the ETA yet.&amp;nbsp;&lt;br /&gt;I would suggest to send your request to our local RSM so that it get more priority in the list.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>