<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MCUboot Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/tag/mcuboot/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/tag/mcuboot/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Fri, 29 May 2026 19:25:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.golioth.io/wp-content/uploads/2023/09/cropped-Golioth_Symbol_Coral_RGB-1-32x32.png</url>
	<title>MCUboot Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/tag/mcuboot/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Local Shell talks SMP to your devices over Web Serial</title>
		<link>https://blog.golioth.io/local-shell-talks-smp-to-your-devices-over-web-serial/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 28 May 2026 19:01:20 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[MCUboot]]></category>
		<category><![CDATA[mcumgr]]></category>
		<category><![CDATA[smpmgr]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10610</guid>

					<description><![CDATA[<p>Local Shell is a new web-based tool that talks to Zephyr devices using Simple Management Protocol (SMP) over Web Serial APIs. This is an easy way to communicate with devices through the browser and mirrors capabilities from tools like mcumgr and smpmgr.</p>
<p>The post <a href="https://blog.golioth.io/local-shell-talks-smp-to-your-devices-over-web-serial/">Local Shell talks SMP to your devices over Web Serial</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Debug MCUboot (and Why I Needed To)</title>
		<link>https://blog.golioth.io/how-to-debug-mcuboot-and-why-i-needed-to/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Thu, 13 Jun 2024 14:30:06 +0000</pubDate>
				<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[GDB]]></category>
		<category><![CDATA[MCUboot]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=7325</guid>

					<description><![CDATA[<p>Golioth firmware engineer Mike Szczys walks through debugging the MCUboot bootloader using gdb. This is a slightly different task than normal Zephyr debugging, but can help to find tricky bugs.</p>
<p>The post <a href="https://blog.golioth.io/how-to-debug-mcuboot-and-why-i-needed-to/">How to Debug MCUboot (and Why I Needed To)</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Displaying Firmware Version and Battery State with Zephyr</title>
		<link>https://blog.golioth.io/displaying-firmware-version-and-battery-state-with-zephyr/</link>
		
		<dc:creator><![CDATA[Chris Wilson]]></dc:creator>
		<pubDate>Thu, 21 Sep 2023 15:41:37 +0000</pubDate>
				<category><![CDATA[Zephyr]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[firmware version]]></category>
		<category><![CDATA[MCUboot]]></category>
		<category><![CDATA[nRF9160]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=5114</guid>

					<description><![CDATA[<p>We recently open-sourced the Golioth Reference Design Template that we have been using internally as the starting point for our growing library of reference designs. Out of the box, the template provides an end-to-end working firmware example showcasing all of Golioth’s key features. You can read more about what’s included in the Reference Design Template in [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/displaying-firmware-version-and-battery-state-with-zephyr/">Displaying Firmware Version and Battery State with Zephyr</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>OTA Firmware update for ESP32 devices</title>
		<link>https://blog.golioth.io/firmware-update-for-esp32-devices/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 10 Feb 2022 01:38:48 +0000</pubDate>
				<category><![CDATA[Firmware]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[DFU]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[MCUboot]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[over-the-air updates]]></category>
		<guid isPermaLink="false">https://blog.golioth.network/?p=752</guid>

					<description><![CDATA[<p>Golioth APIs enables hundreds of connected hardware devices to do firmware updates. Espressif's ESP32 now joins that group with their port of MCUboot to their platform. This post shows how to enable this open source bootloader.</p>
<p>The post <a href="https://blog.golioth.io/firmware-update-for-esp32-devices/">OTA Firmware update for ESP32 devices</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
