<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.radxa.com/mw/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hannes+Campidell</id>
		<title>Radxa Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hannes+Campidell"/>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Special:Contributions/Hannes_Campidell"/>
		<updated>2026-06-17T11:13:34Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://wiki.radxa.com/Rock5/install/nvme</id>
		<title>Rock5/install/nvme</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock5/install/nvme"/>
				<updated>2022-12-21T07:34:26Z</updated>
		
		<summary type="html">&lt;p&gt;Hannes Campidell: /* Option 1: with NVME to USB3.0 reader */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rock5_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rock5/install/nvme}}&lt;br /&gt;
&lt;br /&gt;
    [[rock5 | ROCK 5]] &amp;gt; [[rock5/install | Installation]] &amp;gt; [[rock5/install/nvme | Install the image to M.2 NVME SSD]]&lt;br /&gt;
&lt;br /&gt;
= Install the image to M.2 NVME SSD =&lt;br /&gt;
&lt;br /&gt;
This guide describes how to write images to M.2 NVME SSD.&lt;br /&gt;
&lt;br /&gt;
== Option 1: with NVME to USB3.0 reader or PC with NVME slot==&lt;br /&gt;
&lt;br /&gt;
====Step one: Requirements ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to download and install the image on a M.2 NVME SSD and boot on ROCK 5B. You need at least the following.&lt;br /&gt;
&lt;br /&gt;
* ROCK 5B board with power supply&lt;br /&gt;
* One M.2 NVME SSD&lt;br /&gt;
* NVME to USB3.0 reader or a PC with NVME slot&lt;br /&gt;
&lt;br /&gt;
====Step two: Download necessary tools and image ====&lt;br /&gt;
&lt;br /&gt;
* Etcher is the tool we use to write image. Download the right Etcher for your PC from [[rock5/downloads | ROCK 5 Downloads]] page and install it. Check [https://www.balena.io/etcher/  Etcher website] for more info about Etcher.&lt;br /&gt;
* Choose the image you want to install from [[rock5/downloads | ROCK 5 Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
Here we use the following image for writing.&lt;br /&gt;
&lt;br /&gt;
  rock-5b-debian-bullseye-xfce4-arm64-20220906-0626-gpt.img.xz&lt;br /&gt;
&lt;br /&gt;
====Step three: Write the image to M.2 NVME SSD ====&lt;br /&gt;
&lt;br /&gt;
* Insert the M.2 NVME SSD into M.2 NVME SSD to USB3.0 reader, which connects to host computer. &lt;br /&gt;
&lt;br /&gt;
* Run the application. For example double click balenaEtcher-1.5.116-x64.AppImage on Ubuntu 20.04:&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Select image.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-1.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Select Drive.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-2.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Flash.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-3.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, it shows us Flash Complete!&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-4.png]]&lt;br /&gt;
&lt;br /&gt;
Done! Now you have successfully installed the OS image on M.2 NVME SSD.&lt;br /&gt;
&lt;br /&gt;
== Option 2: Write to NVMe SSD on ROCK 5B ==&lt;br /&gt;
&lt;br /&gt;
* Install Debian Linux image to [[Rock5/install/microSD | SD card]] or [[Rock5/install/eMMC | eMMC module]]&lt;br /&gt;
* Boot from SD card or eMMC module on ROCK 5B with NVMe SSD attached&lt;br /&gt;
* Download the ROCK 5B image when running Debian on ROCK 5B&lt;br /&gt;
* Check if NVMe SSD is detected &lt;br /&gt;
&lt;br /&gt;
on ROCK 5B:&lt;br /&gt;
&lt;br /&gt;
    sudo fdisk -l&lt;br /&gt;
&lt;br /&gt;
You can see the output message just like this:&lt;br /&gt;
&lt;br /&gt;
    Disk '''/dev/nvme0n1''': 232.9 GiB, 250059350016 bytes, 488397168 sectors             #The '/dev/nvme0n1' is your NVME SSD device path&lt;br /&gt;
    Units: sectors of 1 * 512 = 512 bytes                                           &lt;br /&gt;
    Sector size (logical/physical): 512 bytes / 512 bytes                           &lt;br /&gt;
    I/O size (minimum/optimal): 512 bytes / 512 bytes &lt;br /&gt;
&lt;br /&gt;
Write Image:&lt;br /&gt;
&lt;br /&gt;
on ROCK 5B:&lt;br /&gt;
&lt;br /&gt;
    sudo sudo xzcat ''''your compressed image path'''' | dd of=''''your NVME SSD device path'''' bs=1M status=progress            &lt;br /&gt;
    #such as: sudo xzcat rock-5b-debian-bullseye-xfce4-arm64-20220906-0626-gpt.img.xz  | dd of=/dev/nvme0n1 bs=1M status=progress&lt;br /&gt;
&lt;br /&gt;
== Option 3: Erase M.2 NVME SSD ==&lt;br /&gt;
&lt;br /&gt;
When M.2 NVME SSD is written with Android (or Linux) images before, now we change to Linux( or Android). It's recommended that you erase M.2 NVME SSD first. Then write the target images.&lt;br /&gt;
&lt;br /&gt;
= Boot from NVMe SSD =&lt;br /&gt;
&lt;br /&gt;
After you write the image to NVMe SSD, to boot from the NVMe SSD, you need to write the bootloader to SPI flash. Check [[Rock5/install/spi | Install to SPI]] to boot from NVMe SSD.&lt;/div&gt;</summary>
		<author><name>Hannes Campidell</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock5/install/nvme</id>
		<title>Rock5/install/nvme</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock5/install/nvme"/>
				<updated>2022-12-21T07:33:38Z</updated>
		
		<summary type="html">&lt;p&gt;Hannes Campidell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{rock5_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rock5/install/nvme}}&lt;br /&gt;
&lt;br /&gt;
    [[rock5 | ROCK 5]] &amp;gt; [[rock5/install | Installation]] &amp;gt; [[rock5/install/nvme | Install the image to M.2 NVME SSD]]&lt;br /&gt;
&lt;br /&gt;
= Install the image to M.2 NVME SSD =&lt;br /&gt;
&lt;br /&gt;
This guide describes how to write images to M.2 NVME SSD.&lt;br /&gt;
&lt;br /&gt;
== Option 1: with NVME to USB3.0 reader ==&lt;br /&gt;
&lt;br /&gt;
====Step one: Requirements ====&lt;br /&gt;
&lt;br /&gt;
This page describes how to download and install the image on a M.2 NVME SSD and boot on ROCK 5B. You need at least the following.&lt;br /&gt;
&lt;br /&gt;
* ROCK 5B board with power supply&lt;br /&gt;
* One M.2 NVME SSD&lt;br /&gt;
* NVME to USB3.0 reader or a motherboard with NVME slot&lt;br /&gt;
&lt;br /&gt;
====Step two: Download necessary tools and image ====&lt;br /&gt;
&lt;br /&gt;
* Etcher is the tool we use to write image. Download the right Etcher for your PC from [[rock5/downloads | ROCK 5 Downloads]] page and install it. Check [https://www.balena.io/etcher/  Etcher website] for more info about Etcher.&lt;br /&gt;
* Choose the image you want to install from [[rock5/downloads | ROCK 5 Downloads]] page.&lt;br /&gt;
&lt;br /&gt;
Here we use the following image for writing.&lt;br /&gt;
&lt;br /&gt;
  rock-5b-debian-bullseye-xfce4-arm64-20220906-0626-gpt.img.xz&lt;br /&gt;
&lt;br /&gt;
====Step three: Write the image to M.2 NVME SSD ====&lt;br /&gt;
&lt;br /&gt;
* Insert the M.2 NVME SSD into M.2 NVME SSD to USB3.0 reader, which connects to host computer. &lt;br /&gt;
&lt;br /&gt;
* Run the application. For example double click balenaEtcher-1.5.116-x64.AppImage on Ubuntu 20.04:&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Select image.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-1.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Select Drive.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-2.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, we click button Flash.&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-3.png]]&lt;br /&gt;
&lt;br /&gt;
* In the etcher window, it shows us Flash Complete!&lt;br /&gt;
&lt;br /&gt;
[[File:etcher-rock-5b-4.png]]&lt;br /&gt;
&lt;br /&gt;
Done! Now you have successfully installed the OS image on M.2 NVME SSD.&lt;br /&gt;
&lt;br /&gt;
== Option 2: Write to NVMe SSD on ROCK 5B ==&lt;br /&gt;
&lt;br /&gt;
* Install Debian Linux image to [[Rock5/install/microSD | SD card]] or [[Rock5/install/eMMC | eMMC module]]&lt;br /&gt;
* Boot from SD card or eMMC module on ROCK 5B with NVMe SSD attached&lt;br /&gt;
* Download the ROCK 5B image when running Debian on ROCK 5B&lt;br /&gt;
* Check if NVMe SSD is detected &lt;br /&gt;
&lt;br /&gt;
on ROCK 5B:&lt;br /&gt;
&lt;br /&gt;
    sudo fdisk -l&lt;br /&gt;
&lt;br /&gt;
You can see the output message just like this:&lt;br /&gt;
&lt;br /&gt;
    Disk '''/dev/nvme0n1''': 232.9 GiB, 250059350016 bytes, 488397168 sectors             #The '/dev/nvme0n1' is your NVME SSD device path&lt;br /&gt;
    Units: sectors of 1 * 512 = 512 bytes                                           &lt;br /&gt;
    Sector size (logical/physical): 512 bytes / 512 bytes                           &lt;br /&gt;
    I/O size (minimum/optimal): 512 bytes / 512 bytes &lt;br /&gt;
&lt;br /&gt;
Write Image:&lt;br /&gt;
&lt;br /&gt;
on ROCK 5B:&lt;br /&gt;
&lt;br /&gt;
    sudo sudo xzcat ''''your compressed image path'''' | dd of=''''your NVME SSD device path'''' bs=1M status=progress            &lt;br /&gt;
    #such as: sudo xzcat rock-5b-debian-bullseye-xfce4-arm64-20220906-0626-gpt.img.xz  | dd of=/dev/nvme0n1 bs=1M status=progress&lt;br /&gt;
&lt;br /&gt;
== Option 3: Erase M.2 NVME SSD ==&lt;br /&gt;
&lt;br /&gt;
When M.2 NVME SSD is written with Android (or Linux) images before, now we change to Linux( or Android). It's recommended that you erase M.2 NVME SSD first. Then write the target images.&lt;br /&gt;
&lt;br /&gt;
= Boot from NVMe SSD =&lt;br /&gt;
&lt;br /&gt;
After you write the image to NVMe SSD, to boot from the NVMe SSD, you need to write the bootloader to SPI flash. Check [[Rock5/install/spi | Install to SPI]] to boot from NVMe SSD.&lt;/div&gt;</summary>
		<author><name>Hannes Campidell</name></author>	</entry>

	</feed>