You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 827/User-Guide_FAQ/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2211,7 +2211,7 @@ <h2 id="why-is-my-image-not-listed">Why is my image not listed?<a class="headerl
2211
2211
<p>However, using the<ahref="https://docs.armbian.com/Developer-Guide_Build-Preparation/"><strong>Armbian build framework</strong></a>, you can<strong>easily create custom images</strong>. It’s well-documented and accessible to moderately experienced users.</p>
2212
2212
<p>If enough users show interest in a specific configuration, we may<strong>adjust build targets</strong> accordingly.</p>
2213
2213
<h2id="can-i-upgrade-to-a-new-armbian-release">Can I upgrade to a new Armbian release?<aclass="headerlink"href="#can-i-upgrade-to-a-new-armbian-release"title="Permanent link">¶</a></h2>
2214
-
<p>Yes!A simple<code>apt update && apt upgrade</code> will upgrade all Armbian-related core packages (firmware, kernel,bsp) to the most recent version available justlike it willfor underlying distribution packages.</p>
2214
+
<p>Yes!The simple<code>armbian-upgrade</code> command, which is an alias for<code>apt update && apt upgrade</code>, will upgrade<strong>all Armbian-related core packages</strong> (firmware, kernel,BSP) to the most recent version available—justas it willupgrade the underlying distribution packages.</p>
2215
2215
<h2id="can-i-upgrade-my-userspace-flavor-like-bookworm-trixie-or-jammy-noble">Can I upgrade my userspace flavor, like Bookworm → Trixie or Jammy → Noble?<aclass="headerlink"href="#can-i-upgrade-my-userspace-flavor-like-bookworm-trixie-or-jammy-noble"title="Permanent link">¶</a></h2>
2216
2216
<p>Distribution upgrades (e.g. Bookworm → Trixie, Jammy → Noble) are<strong>outside the scope of Armbian support</strong>. If you attempt such an upgrade, we cannot assist if problems occur.</p>
2217
2217
<p>An<strong>experimental upgrade option</strong> is available in<ahref="/User-Guide_Armbian-Config/System/#stable-distro-upgrade">armbian-config</a>, but it is provided<em>as-is</em> and without support.</p>