<?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>How to Build Modem Shell sample App to fit in the Thingy:91</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92417/how-to-build-modem-shell-sample-app-to-fit-in-the-thingy-91</link><description>Hello, 
 For network testing, I would like to use the Modem Shell App sample with the Thingy:91. 
 As suggested in the overlay file, I can disable some features, so the Build can fit the application memory. But, if the MCUboot is disabled, is there a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Sep 2022 17:46:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92417/how-to-build-modem-shell-sample-app-to-fit-in-the-thingy-91" /><item><title>RE: How to Build Modem Shell sample App to fit in the Thingy:91</title><link>https://devzone.nordicsemi.com/thread/388631?ContentTypeID=1</link><pubDate>Thu, 29 Sep 2022 17:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b81bcfe6-0c62-4e2e-b945-d2c483ea41fb</guid><dc:creator>Boudrox</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello &amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you very much for the quick response. I confirm the build is now working with all requested features.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt; Best regards,&lt;br /&gt; Bernard&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:524px;max-width:523px;" height="524" src="https://devzone.nordicsemi.com/resized-image/__size/1046x1048/__key/communityserver-discussions-components-files/4/pastedimage1664473571717v1.png" width="523" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Build Modem Shell sample App to fit in the Thingy:91</title><link>https://devzone.nordicsemi.com/thread/388487?ContentTypeID=1</link><pubDate>Thu, 29 Sep 2022 08:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28530eec-925d-4aaf-8318-94b557b80e4a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Bernard,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MCUBOOT is needed for both FOTA and programming via USB on the Thingy:91. If you do not need location services, then you could try the following settings in the thingy91_nrf9160_ns.conf overlay&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Configuration file for Thingy:91.
# This file is merged with prj.conf in the application folder, and options
# set here will take precedence if they are present in both files.

# Disabling some of the features by default to fit MOSH into the flash
CONFIG_MOSH_CURL=n
CONFIG_MOSH_REST=n
CONFIG_MOSH_SMS=y
CONFIG_MOSH_IPERF3=y
CONFIG_MOSH_WORKER_THREADS=y
CONFIG_MOSH_CLOUD_REST=n
CONFIG_MOSH_FOTA=n
CONFIG_MOSH_GNSS=n
CONFIG_MOSH_LOCATION=n
CONFIG_NRF_CLOUD_REST=n
CONFIG_MULTICELL_LOCATION=n

# MCUBOOT
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_IMG_MANAGER=y
CONFIG_MCUBOOT_IMG_MANAGER=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>