Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rockpi4/install/android-eMMC"

Line 38: Line 38:
 
==== Step2: Write the image to eMMC module ====
 
==== Step2: Write the image to eMMC module ====
  
1. Insert the uSD Card into uSD Card Reader, which connects to host computer.  
+
1. Insert the eMMC to microSD/USB breakout board, which connects to host computer.  
  
 
2. Run the application, for example,  by executing the command on Ubuntu 16.04:
 
2. Run the application, for example,  by executing the command on Ubuntu 16.04:

Revision as of 09:54, 2 December 2019

ROCK Pi 4 > Install > Install on eMMC module (GPT iamge)

Requirements

This page describe how to download and install the GPT image on an eMMC module and boot on ROCK Pi 4. You need at least the following.

  • an eMMC module, you can buy it from radxa distributor, the eMMC module from Odroid or PINE64 also works on ROCK Pi 4.

Emmc module top.png Emmc module bottom.png

  • an eMMC to microSD breakout board

Emmc to microSD breakout top.png Emmc to microSD breakout bottom.png

  • a PC/laptop running Windows or Linux or MacOS


You also need the following to run on ROCK Pi 4

  • ROCK Pi 4 board with power supply
  • HDMI cable for display
  • USB keyboard and mouse for input

Etcher in Linux/Windows

Etcher is the tool we use to write image. Download the right Etcher for your PC from Rockpi4/downloads page and install it.

Check [Etcher website] for more info about Etcher.


Step1: Download necessary tools and image

Choose the image you want to install may be from Rockpi4/downloads page and unzip it. The unzipped image name is like below:

   rockpi-4b-*-gpt.img

We will use it for the writing.


Step2: Write the image to eMMC module

1. Insert the eMMC to microSD/USB breakout board, which connects to host computer.

2. Run the application, for example, by executing the command on Ubuntu 16.04:

   $ /bin/bash etcher-etcher-electron-1.4.5-x86_64.AppImage

3. In the etcher window, we click button Select image.

Linux etcher select image.png

4. In the etcher window, we click button Select Drive.

Linux etcher select driver.png

5. In the etcher window, we click button Flash.

Linux etcher select flash button.png

6. In the etcher window, it shows us Flash Complete!

Linux etcher show complete.png

Done! Now you have successfully installed the OS image on eMMC module.


Other

Here's an easy way to do it on Linux

   radxa$ sudo chmod 777 /dev/<Your eMMC module device>*
   radxa$ umount /dev/<Your eMMC module device>*
   radxa$ dd if=rockdev/Image/rockpi-4b-*-gpt.img of=/dev/<Your eMMC module device> bs=4M status=progress
   radxa$ sync