<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>BootProcess on Rishav's Digital Garden</title><link>https://blog.rishavs.in/tags/bootprocess/</link><description>Recent content in BootProcess on Rishav's Digital Garden</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 11 Jan 2026 12:39:00 +0000</lastBuildDate><atom:link href="https://blog.rishavs.in/tags/bootprocess/index.xml" rel="self" type="application/rss+xml"/><item><title>Embedded Linux Boot Process on ARM</title><link>https://blog.rishavs.in/posts/embedded-linux-boot-process-on-arm/</link><pubDate>Sun, 11 Jan 2026 12:39:00 +0000</pubDate><guid>https://blog.rishavs.in/posts/embedded-linux-boot-process-on-arm/</guid><description>&lt;blockquote>
&lt;p>&amp;ldquo;Before Linux prints its first log, the CPU has already taken a long, carefully choreographed journey.&amp;rdquo;&lt;/p>&lt;/blockquote>
&lt;p>The Embedded Linux boot process is best understood by tracking &lt;strong>where the CPU executes from&lt;/strong> at each stage. From power-on to a running kernel, execution moves through &lt;strong>ROM → SRAM → DRAM&lt;/strong>. Kernel booting begins only when the CPU starts executing kernel code from RAM.&lt;/p>
&lt;figure>
&lt;img loading="lazy" src="https://blog.rishavs.in/images/EMB_Linux_Boot_Process.png"
alt="EMB_Linux_Boot_Process"/>
&lt;/figure>
&lt;hr>
&lt;h2 id="1-power-on-and-cpu-reset">1. Power-on and CPU reset&lt;/h2>
&lt;p>Everything starts with power-on or a hardware reset.&lt;/p></description></item></channel></rss>