RockpiN10/install/eMMC
ROCK Pi N10 > Install > Install on eMMC
This page describes how to install the image to the eMMC.
In addition to the method of 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.
The storage device names are
- uSD Card: /dev/mmcblk1
- eMMC: /dev/mmcblk2
- NVME M.2 SDD: /dev/nvme0n1
Follow the Install on microSD guide to make a bootable uSD card.
When the system is running on uSD card, do the followings.
sudo su cd ~ wget https://dl.radxa.com/rockpin10/images/debian/rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img.gz # get system image dd if=/dev/zero of=./zero.img bs=4M count=100 status=progress sync dd if=./zero.img of=/dev/mmcblk2 bs=4M status=progress sync dd if=./rockpin10_debian_buster_xfce4_arm64_20200106_0710-gpt.img of=/dev/mmcblk2 bs=4M status=progress sync
Power off ROCK Pi N10 and remove the uSD card.
Power on ROCK Pi N10.
We can see that ROCK Pi N10 is running on eMMC.