<?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/index.php?action=history&amp;feed=atom&amp;title=RockpiN10%2Finstall%2FeMMC</id>
		<title>RockpiN10/install/eMMC - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.radxa.com/mw/index.php?action=history&amp;feed=atom&amp;title=RockpiN10%2Finstall%2FeMMC"/>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/mw/index.php?title=RockpiN10/install/eMMC&amp;action=history"/>
		<updated>2026-06-14T16:24:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://wiki.radxa.com/mw/index.php?title=RockpiN10/install/eMMC&amp;diff=4532&amp;oldid=prev</id>
		<title>Stephen: Created page with &quot;{{rockpiN10_header}}  {{Languages|rockpiN10/install/eMMC}}       ROCK Pi N10 &gt;  Install &gt;  Install on eMMC  T...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/mw/index.php?title=RockpiN10/install/eMMC&amp;diff=4532&amp;oldid=prev"/>
				<updated>2020-01-17T12:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{rockpiN10_header}}  {{Languages|rockpiN10/install/eMMC}}      &lt;a href=&quot;/RockpiN10&quot; title=&quot;RockpiN10&quot;&gt; ROCK Pi N10&lt;/a&gt; &amp;gt; &lt;a href=&quot;/RockpiN10/install&quot; title=&quot;RockpiN10/install&quot;&gt; Install&lt;/a&gt; &amp;gt; &lt;a href=&quot;/RockpiN10/install/eMMC&quot; title=&quot;RockpiN10/install/eMMC&quot;&gt; Install on eMMC&lt;/a&gt;  T...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{rockpiN10_header}}&lt;br /&gt;
&lt;br /&gt;
{{Languages|rockpiN10/install/eMMC}}&lt;br /&gt;
&lt;br /&gt;
    [[rockpiN10 | ROCK Pi N10]] &amp;gt; [[rockpiN10/install | Install]] &amp;gt; [[rockpiN10/install/eMMC | Install on eMMC]]&lt;br /&gt;
&lt;br /&gt;
This page describes how to install the image to the eMMC.&lt;br /&gt;
&lt;br /&gt;
In addition to the method of [[rockpiN10/dev/usb-install | Installation from USB OTG ]]  to eMMC. Another way to install the system image to eMMC is using uSD running system. This is why the page exists.&lt;br /&gt;
&lt;br /&gt;
The storage device names are&lt;br /&gt;
&lt;br /&gt;
* uSD Card: /dev/mmcblk1&lt;br /&gt;
* eMMC: /dev/mmcblk2&lt;br /&gt;
* NVME M.2 SDD:  /dev/nvme0n1&lt;br /&gt;
&lt;br /&gt;
Follow the [[rockpiN10/install/microSD | Install on microSD]] guide to make a bootable uSD card.&lt;br /&gt;
&lt;br /&gt;
When the system is running on uSD card, do the followings.&lt;br /&gt;
&lt;br /&gt;
  sudo su&lt;br /&gt;
  cd ~&lt;br /&gt;
  wget https://dl.radxa.com/rockpin10/images/debian/rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img.gz # get system image&lt;br /&gt;
  dd if=/dev/zero of=./zero.img bs=4M count=100 status=progress&lt;br /&gt;
  sync&lt;br /&gt;
  dd if=./zero.img of=/dev/mmcblk2 bs=4M status=progress&lt;br /&gt;
  sync&lt;br /&gt;
  dd if=./rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img of=/dev/mmcblk2 bs=4M status=progress&lt;br /&gt;
  sync&lt;br /&gt;
&lt;br /&gt;
Power off ROCK Pi N10 and remove the uSD card.&lt;br /&gt;
&lt;br /&gt;
Power on ROCK Pi N10.&lt;br /&gt;
&lt;br /&gt;
We can see that ROCK Pi N10 is running on eMMC.&lt;/div&gt;</summary>
		<author><name>Stephen</name></author>	</entry>

	</feed>