<?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>Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109117/building-a-standalone-mcuboot-application</link><description>We have integrated MCUBOOT in our application, but the device is not running our application as it restarts, so we need to know is there any issue in MCUBOOT so kindly let us know how to run standalone MCUBOOT application so that we can debug and trace</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Mar 2024 11:49:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109117/building-a-standalone-mcuboot-application" /><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473844?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 11:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4be4a125-8033-4efa-bf07-0da875441b47</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;Thank you for the suggestion, I see it is working now. Will test further and perform OTA.&lt;/p&gt;
&lt;p&gt;I want to know why the FW is not executing when connected to external power supply and was working fine when connected to EVK even the macro was not set in the bootloader?&lt;/p&gt;
&lt;p&gt;What effect does&amp;nbsp;&lt;span&gt;&lt;strong&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/strong&gt;&amp;nbsp;macro make?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473792?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 09:04:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca65de5-2c1a-4f43-ad3d-4766f0d59ebd</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I assume you don&amp;#39;t have the 32KHz mounted on your board since you have selected the internal RC oscillator (&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y) in your application. In that case, you need to do the same for the bootloader. Otherwise, the bootloader will become stuck forever waiting for the crystal oscillator to ramp-up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See &amp;#39;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/multi_image.html#permanent-configuration-changes-to-child-images"&gt;Permanent configuration changes to child images&lt;/a&gt;&amp;#39; for instructions on how you can apply configuration changes to your MCUBoot build.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;E.g.,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt; # &amp;lt;current-sample&amp;gt; DIRECTORY
    # | - prj.conf
    # | - child_image DIRECTORY
    #     |-- mcuboot.conf   Kconfig fragment for mcuboot containing CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473765?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 07:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a091d7f9-63b5-40c4-850e-84da31355787</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;I checked and verified&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473763?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 07:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4df07269-5195-4433-9d72-c7930b103566</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Are you building the bootloader with&amp;nbsp;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/span&gt;&lt;span&gt;=y too? You can verify by checking the build/mcuboot/zephyr/.config output.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473762?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 07:07:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d99041c-1c89-4146-ae23-c4739b102744</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;ok can u find anything wrong in my configuration in project config which is given bellow if any please let me know&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CENTRAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_AUTO_PHY_UPDATE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SCAN&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SCAN_FILTER_ENABLE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_MAX_CONN&lt;/span&gt;&lt;span&gt;=6&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Allow to read RSSI for the connected peripheral&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_ADVANCED_FEATURES&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_CONN_RSSI&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE&lt;/span&gt;&lt;span&gt;=1024&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Use external clock source&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# PERIPHERAL&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_EXT_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PERIPHERAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SETTINGS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SETTINGS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_GATT_CACHING&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SETTINGS_NONE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Distance Measurement&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DM_MODULE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NEWLIB_LIBC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MPSL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MPSL_TIMESLOT_SESSION_COUNT&lt;/span&gt;&lt;span&gt;=5&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DM_GPIO_DEBUG&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NCS_SAMPLES_DEFAULTS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_NAME&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;Notify&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DM_INITIATOR_DELAY_US&lt;/span&gt;&lt;span&gt;=2000&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_GATT_CACHING&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SETTINGS_NONE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_GATT_CLIENT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEBUG_LOG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG_MAX_LEVEL&lt;/span&gt;&lt;span&gt;=0&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DM_HIGH_PRECISION_CALC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# Enable PWM buzzer module&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PRINTK&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PWM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRFX_GPIOTE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRFX_PDM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRFX_PWM0&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRFX_PWM1&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRFX_PWM2&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DEBUG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DEBUG_OPTIMIZATIONS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DEBUG_THREAD_INFO&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable ADC&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ADC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable NVS&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NVS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_FLASH&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_FLASH_PAGE_LAYOUT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MPU_ALLOW_FLASH_WRITE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_DM_RANGING_OFFSET_US&lt;/span&gt;&lt;span&gt;=100000&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PERIPHERAL_PREF_MIN_INT&lt;/span&gt;&lt;span&gt;=120&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PERIPHERAL_PREF_MAX_INT&lt;/span&gt;&lt;span&gt;=160&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_8&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_REBOOT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Below configurations to enable DFU&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# Enable mcumgr.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BOOTLOADER_MCUBOOT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SIGN_IMAGES&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SECURE_BOOT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SB_SIGNING_KEY_FILE&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;priv_key.pem&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_L2CAP_TX_MTU&lt;/span&gt;&lt;span&gt;=252&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_BUF_ACL_RX_SIZE&lt;/span&gt;&lt;span&gt;=256&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# CONFIG_MCUMGR_SMP_BT=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# CONFIG_MCUMGR_SMP_BT_AUTHEN=n&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Some command handlers require a large stack.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE&lt;/span&gt;&lt;span&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473759?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 06:43:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b66b988-3aef-4d76-bf74-96fd161e6775</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;There aren&amp;#39;t any obvious reasons, or at least none that I can think of, to explain why your device becomes stuck in the bootloader when you change the power supply. This is why I need your help to troubleshoot the problem.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473750?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2024 04:45:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca3893b0-1602-4efd-85ad-5d14e6c936a3</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the response,&lt;/p&gt;
&lt;p&gt;The device will not run our application it got hangs in bootloader we can not able to determine where it hangs when we connect our device to an external supply if we are getting power supply from dev kit then there is no issue our application running fine so my only issue is with external power supply so kindly resolve it.&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473588?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2024 09:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58423805-cbae-402f-9b7e-d0dd33adc25f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;What happens when you start a debug session in VS code, are you not able to see where it hangs in the bootloader? You should be able to debug the bootloader with your existing project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473581?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2024 09:31:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3433df3-1cd8-4b3b-8a9e-417161b3c78a</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;As its not running application we can not debug it and as per logging we don&amp;#39;t have uart so we can not enable&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473554?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2024 07:22:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85039cb8-47ce-4c33-9a54-4bf3ec636033</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Have you attempted any debugging or enabled logging as I suggested?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473542?ContentTypeID=1</link><pubDate>Wed, 13 Mar 2024 04:47:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d614b74-4837-44a2-a80b-3a4c2e07d2ef</guid><dc:creator>raghav_07</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;thanks for the response I tried the solution what u gave me but my problem not yet solved I will tell u what&amp;#39;s exactly happening, our device in which we implemented mcuboot loader when the device is getting power supply from dev kit its working fine but when we connect to external supply the device is not running our application if we remove bootloader its working fine but we need bootloader in our application kindly give any kind of solution for this&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building a standalone MCUBOOT APPLICATION</title><link>https://devzone.nordicsemi.com/thread/473224?ContentTypeID=1</link><pubDate>Mon, 11 Mar 2024 14:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fda0cf41-ab72-4dc2-80bb-c054ddc0cf39</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recommend debugging the bootloader that was built as a &amp;#39;child-image&amp;#39; of your main application instead. If you build the bootloader as a standalone application, you will need to manually sign the application image,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;done automatically by the build process otherwise.&lt;/p&gt;
&lt;p&gt;I recommend enabling logging from the bootloader if possible. Please see this post for instructions:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/108597/mcumgr-the-firmware-doesn-t-boot-up-after-upload/471740"&gt;RE: mcumgr: The firmware doesn&amp;#39;t boot up after upload&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>