<?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>Possibility to reprogram nRF9160 using LTE?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86322/possibility-to-reprogram-nrf9160-using-lte</link><description>Hi Nordic! I&amp;#39;m using the nRF9160 with a micro sd card so I have a lot of storage. I was wondering if it is possible to retrieve a .hex file and flash it using LTE? 
 I&amp;#39;m able to retrieve data via FTP and it would be really nice if you could send updates</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Mar 2022 12:49:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86322/possibility-to-reprogram-nrf9160-using-lte" /><item><title>RE: Possibility to reprogram nRF9160 using LTE?</title><link>https://devzone.nordicsemi.com/thread/360815?ContentTypeID=1</link><pubDate>Wed, 30 Mar 2022 12:49:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cb0613f-56a3-4a80-b3b6-c35534fe0298</guid><dc:creator>nWre</dc:creator><description>&lt;p&gt;This is vs code, I have never built using west but I will give it a go&lt;br /&gt;&lt;br /&gt;Edit: Yes, building it first with west then allowed me to build it in vs code and use it, thank you dejans!&lt;br /&gt;&lt;br /&gt;Regards&lt;/p&gt;
&lt;p&gt;nWre&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possibility to reprogram nRF9160 using LTE?</title><link>https://devzone.nordicsemi.com/thread/360805?ContentTypeID=1</link><pubDate>Wed, 30 Mar 2022 12:26:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52d467d9-5bb0-4ab3-b567-8541bb732b5e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Have you tried building the application from both VS Code and using west? Which oway of building produces above-mentioned error? Are there any differences in the resulting output?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possibility to reprogram nRF9160 using LTE?</title><link>https://devzone.nordicsemi.com/thread/360699?ContentTypeID=1</link><pubDate>Wed, 30 Mar 2022 09:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba06bf03-ab01-4700-96e9-b5a68dae2ee2</guid><dc:creator>nWre</dc:creator><description>&lt;p&gt;Hey! &lt;br /&gt;That is great to hear! I&amp;#39;m trying out the http application update sample but I&amp;#39;m not able to build it. I read on the forum that long file names might be an issue so I made the ncs folder path and the sample path as short as possible but still get this error:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1648631518663v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using the nRF9160DK&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;nWre&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Possibility to reprogram nRF9160 using LTE?</title><link>https://devzone.nordicsemi.com/thread/360459?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2022 08:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b41d405-0f26-418d-bb63-a9b66a17019d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;There are many options for performing Firmware-over-the-air (FOTA) updates. More information is available on &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/fota_download.html#lib-fota-download"&gt;FOTA download&lt;/a&gt;.&lt;br /&gt;FiOTA updates can be performed using&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/application_update/README.html#http-application-update-sample"&gt;basic FOTA update&lt;/a&gt;,&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/nrf_cloud_rest_fota/README.html"&gt;nRF Cloud REST FOTA&lt;/a&gt;, &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_fota/README.html"&gt;AWS FOTA&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK_dev/doc/PR-4304/nrf/samples/nrf9160/azure_fota/README.html"&gt;Azure FOTA&lt;/a&gt;.&lt;br /&gt;You can read more on modem firmware updates in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html"&gt;HTTP full modem update&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/modem_delta_update/README.html"&gt;HTTP modem delta update&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>