<?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>DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124659/devacademy---nrf-connect-sdk-intermediate---lesson-9-exercise-5---unable-to-find-bootable-image</link><description>The solution for &amp;quot;nRF Connect SDK Intermediate - Lesson 9 Exercise 5&amp;quot; does not appear to boot-up after flashing and gives the following output on the com port: 
 *** Booting MCUboot v2.1.0-dev-9b4ae4cbc9e2 *** *** Using nRF Connect SDK v3.1.1-e2a97fe2578a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Oct 2025 11:01:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124659/devacademy---nrf-connect-sdk-intermediate---lesson-9-exercise-5---unable-to-find-bootable-image" /><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/551690?ContentTypeID=1</link><pubDate>Thu, 16 Oct 2025 11:01:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:695a90a0-d7a4-4a44-8acf-091549034fb8</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Sure. And let me know if that doesn’t help.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;-Abhijith&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/551658?ContentTypeID=1</link><pubDate>Thu, 16 Oct 2025 06:41:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2eb71aa-527b-4312-a392-ae9d6f6fbed6</guid><dc:creator>Ken Yoshioka</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&lt;span&gt;Abhijith.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will try that.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/551377?ContentTypeID=1</link><pubDate>Tue, 14 Oct 2025 09:15:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b216cd77-f595-4101-8428-73d2ac4f9fef</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Ken,&lt;/p&gt;
&lt;p&gt;Official support for the nRF54LM20 DK will be available soon, but I do not have a clear timeline to share at the moment. You can include the configuration&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BOOT_MAX_IMG_SECTORS&lt;/span&gt;&lt;span&gt;=256 inisde mcuboot.conf&amp;nbsp;&lt;/span&gt;to make it work with the Academy sample you shared.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&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/pastedimage1760433203478v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;I: Boot source: none
I: Image index: 0, Swap type: none
I: Bootloader chainload address offset: 0xe000
I: Image version: v2.9.0
*** Booting My Application v2.9.0-5ab89f397924 ***
*** Using nRF Connect SDK v3.1.1-e2a97fe2578a ***
*** Using Zephyr OS v4.1.99-ff8f0c579eeb ***
Starting Bluetooth Peripheral LBS sample
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, f70
I: data wra: 0, 10
I: SoftDevice Controller build revision: 
I: fc de 41 eb a2 d1 42 24 |..A...B$
I: 00 b5 f8 57 9f ac 9d 9e |...W....
I: aa c9 b4 34             |...4    
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF54Lx (0x0005)
I: Firmware: Standard Bluetooth controller (0x00) Version 252.16862 Build 1121034987
I: No ID address. App must call settings_load()
Bluetooth initialized
I: HCI transport: SDC
I: Identity: F2:6C:A8:EB:86:77 (random)
I: HCI: version 6.1 (0x0f) revision 0x3069, manufacturer 0x0059
I: LMP: version 6.1 (0x0f) subver 0x3069
Advertising successfully started
Connected&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Abhijith&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/550632?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 23:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8567e08f-bdf8-4f47-8b57-dd5a9d398db0</guid><dc:creator>Ken Yoshioka</dc:creator><description>&lt;p data-start="57" data-end="71"&gt;Hi Abhijith,&lt;/p&gt;
&lt;p data-start="73" data-end="238"&gt;Thanks for confirming the issue and looking into it. I&amp;rsquo;ll work with the &lt;strong data-start="145" data-end="159"&gt;smp_server&lt;/strong&gt; example in the meantime and wait for your update once you have more details.&lt;/p&gt;
&lt;p data-start="240" data-end="259" data-is-last-node="" data-is-only-node=""&gt;Best regards,&lt;br data-start="253" data-end="256" /&gt; Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/550611?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 15:13:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52d23cdb-3935-49c1-9d2d-6926c2c41be0</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Ken,&lt;/p&gt;
&lt;p&gt;I tested the same sample using the DK and was able to reproduce the same error message on my side. I’m currently working on this and will update you once I have more information.&lt;/p&gt;
&lt;p&gt;The sample in DevAcademy is a modified version of &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/peripheral_lbs"&gt;peripheral_lbs&lt;/a&gt;, demonstrating how to add DFU support to an application. There isn’t an exact equivalent sample, but Zephyr does provide the&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main//samples/subsys/mgmt/mcumgr/smp_svr/README.rst"&gt; &lt;code&gt;smp_server&lt;/code&gt; sample&lt;/a&gt;, which showcases image management and DFU over BLE using SMP. However, it’s not a fully out-of-the-box BLE OTA solution.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/550070?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 19:30:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72e8b1d8-4b15-40d7-8d6b-a66cf109b43d</guid><dc:creator>Ken Yoshioka</dc:creator><description>&lt;p&gt;Thank you for looking into this.&lt;/p&gt;
&lt;p&gt;I am just attempting to verify the method for doing OTA over BLE with&amp;nbsp;&lt;span&gt;nRF54LM20-DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have another example that can do this, please let me know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have checked&amp;nbsp;with_mcuboot and locator_tag example, and those appear to boot correctly with&amp;nbsp;nRF54LM20-DK. But I&amp;#39;m not sure why those work but the example code does not.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy - nRF Connect SDK Intermediate - Lesson 9 Exercise 5 - Unable to find bootable image</title><link>https://devzone.nordicsemi.com/thread/549985?ContentTypeID=1</link><pubDate>Mon, 29 Sep 2025 09:19:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd231303-3eb8-4c19-9c56-1d9955afbdb2</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please note that the DevAcademy sample you are trying to use is not supported on the nRF54LM20-DK. This is fairly new hardware, and support for this DK has not yet been added to the Academy sample. I can try it on my side tomorrow and update you.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>