Skip to content

Commit adc50d1

Browse files
author
github-actions
committed
Update docs preview for PR #854
1 parent e8fb15a commit adc50d1

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

854/User-Guide_Getting-Started/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ <h3 id="download-and-verification">Download and verification<a class="headerlink
27932793
<p class="admonition-title">How to check the download integrity?</p>
27942794
<p>Since it might happen that your download got somehow corrupted, we publish a checksum/hash for each of our images. You can compare the image&rsquo;s SHA-256 hash with the one contained in the <code>.sha</code> file.</p>
27952795
<p>On Windows, you can download and use the <a href="https://www.quickhash-gui.org/download/quickhash-v3-1-0-windows/">QuickHash GUI</a> and follow the instructions in the gui. Linux and macOS users can simply do this in the directory with the compressed image and the checksum file:</p>
2796-
<div class="language-sh highlight"><table class="highlighttable"><tr><th colspan="2" class="filename"><span class="filename">Bash</span></th></tr><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1"></a>sha256sum<span class="w"> </span>-c<span class="w"> </span>Armbian_25.2.1_Bananapicm4io_bookworm_current_6.12.13_minimal.img.xz.sha
2796+
<div class="language-sh highlight"><table class="highlighttable"><tr><th colspan="2" class="filename"><span class="filename">Bash</span></th></tr><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-0-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1"></a>sha256sum<span class="w"> </span>-c<span class="w"> </span>Armbian_25.2.1_Bananahttps://docs.armbian.compicm4io_bookworm_current_6.12.13_minimal.img.xz.sha
27972797
</span></code></pre></div></td></tr></table></div>
27982798
<p>The integrity is verified if the output looks something like this:</p>
27992799
<div class="language-sh highlight"><table class="highlighttable"><tr><th colspan="2" class="filename"><span class="filename">Bash</span></th></tr><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-1-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1"></a>Armbian_25.2.1_Bananapicm4io_bookworm_current_6.12.13_minimal.img.xz:<span class="w"> </span>OK
@@ -2841,6 +2841,7 @@ <h3 id="download-and-verification">Download and verification<a class="headerlink
28412841
<h2 id="deploy-the-image">Deploy the image<a class="headerlink" href="#deploy-the-image" title="Permanent link">&para;</a></h2>
28422842
<p>There are multiple ways to deploy the image to your board. The easiest and most common option is to write the Armbian Image to your SD-Card. </p>
28432843
<h3 id="flash-to-sd-card">Flash to SD Card<a class="headerlink" href="#flash-to-sd-card" title="Permanent link">&para;</a></h3>
2844+
<p><a href="/User-Guide_Armbian-Config/System/#download-and-flash">Armbian imager</a> works on any device running <strong>Armbian</strong> or any compatible <strong>Debian/Ubuntu</strong> system and can download, flash and verify.</p>
28442845
<p>Write the <strong>.xz compressed image</strong> with a tool like <a href="https://gitlab.com/bztsrc/usbimager">USBImager</a> onto your <strong>micro-SD card</strong> or <strong>USB drive</strong> (if booting from it is supported). Unlike other tools, it can validate written data <strong>saving you from corrupted SD card contents</strong>.</p>
28452846
<div class="admonition warning">
28462847
<p class="admonition-title">Other tools</p>
@@ -2910,8 +2911,9 @@ <h4 id="rockchip">Rockchip<a class="headerlink" href="#rockchip" title="Permanen
29102911
<h2 id="first-boot">First boot<a class="headerlink" href="#first-boot" title="Permanent link">&para;</a></h2>
29112912
<p>If you used an SD card insert it into a slot and power on the board. With the cheapest board, the first boot (with DHCP) can take up to two minutes with a class 10 SD card.</p>
29122913
<h2 id="first-login">First login<a class="headerlink" href="#first-login" title="Permanent link">&para;</a></h2>
2913-
<p>The first boot will log you in automatically if you have connected a display via HDMI or if you are connected to the serial console. For SSH, you need to login as <strong>root</strong> and use the password <strong>1234</strong>. If you need to find your board&rsquo;s IP address, you can use <a href="https://angryip.org/">this tool</a>.</p>
2914-
<p>After logging in, you will be prompted to change the default password. You will then be asked to create a normal user account that will have sudo permissions. Beware, at this stage, the keyboard is using the QWERTY layout. In case you have no wired network connection and there is a wireless adaptor detected, the system will prompt you to connect.</p>
2914+
<p>The first boot will log you in automatically if you have connected a display via HDMI or if you are connected to the serial console. For SSH, you need to login as <strong>root</strong> and use the password <strong>1234</strong>. If you need to find your board&rsquo;s IP address, you can use <a href="https://angryip.org/">this tool</a>.
2915+
<a href="https://docs.armbian.com">https://docs.armbian.com</a>
2916+
After logging in, you will be prompted to change the default password. You will then be asked to create a normal user account that will have sudo permissions. Beware, at this stage, the keyboard is using the QWERTY layout. In case you have no wired network connection and there is a wireless adaptor detected, the system will prompt you to connect.</p>
29152917
<div class="language-text highlight"><table class="highlighttable"><tr><th colspan="2" class="filename"><span class="filename">Text Only</span></th></tr><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 1</span>
29162918
<span class="normal"> 2</span>
29172919
<span class="normal"> 3</span>
@@ -3080,13 +3082,13 @@ <h2 id="installation">Installation<a class="headerlink" href="#installation" tit
30803082
<h2 id="flashing-armbian-images-from-a-running-system">Flashing Armbian images from a running system<a class="headerlink" href="#flashing-armbian-images-from-a-running-system" title="Permanent link">&para;</a></h2>
30813083
<div class="admonition note">
30823084
<p class="admonition-title">Note</p>
3083-
<p>Armbian also provides a tool to <strong>download, verify, and flash OS images</strong>
3084-
directly to SD cards, USB drives, eMMC, SSD, or NVMe storage — without using
3085-
another computer.</p>
3086-
<p>This is useful when:
3087-
- preparing new boot media<br />
3088-
- reinstalling or recovering a broken system<br />
3089-
- switching to another Armbian variant or kernel branch </p>
3085+
<p>Armbian also provides a tool to <strong>download, verify, and flash OS images</strong> directly to SD cards, USB drives, eMMC, SSD, or NVMe storage — without using another computer.</p>
3086+
<p>This is useful when:</p>
3087+
<ul>
3088+
<li>preparing new boot media </li>
3089+
<li>reinstalling or recovering a broken system </li>
3090+
<li>switching to another Armbian variant or kernel branch </li>
3091+
</ul>
30903092
<p><a href="/User-Guide_Armbian-Config/System/#download-and-flash">The tool</a> works on any device running <strong>Armbian</strong> or any compatible <strong>Debian/Ubuntu</strong> system.</p>
30913093
</div>
30923094
<h2 id="update-the-system">Update the system<a class="headerlink" href="#update-the-system" title="Permanent link">&para;</a></h2>

854/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)