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

RockpiE/getting started

< RockpiE
Revision as of 02:46, 1 June 2020 by Stephen (Talk | contribs)

    ROCK Pi E >  Getting started

This guide is designed for ROCK Pi E enthusiast. The purpose is to learn about the ROCK Pi E board as well as how to prepare and set up for basic use. When you get a board, you need to know what Pi model it is and which hardware version it is. The information is printed in the top side of the board. We will introduce the board information as much as possible.

What you need

Necessary

  • ROCK Pi E main board
  • One of the Storage media below:
    • μSD card, larger than 8GB.
    • eMMC Module, larger than 8GB with eMMC to μSD converter board.
  • Power supply
    • The ROCK Pi E is powered by adapter with type C port and 5V only. If you power adapter supports USB PD, it's safe to power ROCK Pi E.
  • USB to TTL serial cable
    • ROCK Pi E exports a dedicated serial console, which can access the low level debug message.

Optional

  • ROCKPi eMMC USB Reader
    • For flashing the system image to eMMC Module.
  • μSD Card Reader with eMMC to uSD board
    • For flashing the system image to μSD Card or eMMC Module.
  • Ethernet cable
    • ROCK Pi E supports Internet access via WiFi or Ethernet.
    • One or two Ethernet cable are used to connect your ROCK Pi E to a local network and the Internet.
  • Audio cable
    • Audio can be played through speaker or headphones using a standard 3.5mm jack.

Close look of ROCK Pi E

  • ROCK Pi E front view

700px

  • ROCK Pi E front with an angle view

700px

  • ROCK Pi E back view

700px

Features

Model ROCK Pi E
Processor SoC RK3328
Quad Cortex-A53 ARM 64bits processor
frequency up to 1.3GHz
Memory 256MB / 512MB / 1GB / 2GB DDR3
Storage MicroSD(TF) up to 128GB
High performance eMMC module 16GB / 32GB / 64GB / 128GB
Wireless 802.11 b/g/n wifi
Bluetooth 4.0(rtl8723du/rtl8821cu)
external antenna
USB USB3.0 Type-A HOST x1
Key Reset key x1
Maskrom key x1
Ethernet 1x 1000Mbit ethernet, optional PoE(additional HAT required)
1x 100Mbit ethernet
IO 40-pin expansion header
USB 2.0 x1
I2C x1
SPI x1
UART x2
I2S x1
5V DC power in x2
3.3V DC power in x2
Others LEDs
Power USB Type-C DC 5V
Size 2.5x2.2 inch(56x65mm)


Starting the board for the first time

ROCK Pi E can be started with eMMC Module or μSD Card. Now, you are presented with three options when installing your new operating system onto your ROCK Pi E.

Prepare

  • When starting system with eMMC Module

(Option a) Inster the eMMC Module into ROCK Pi eMMC USB Reader. Then plug the ROCK Pi eMMC USB Reader into host PC.

(Option b) Insert eMMC Module into eMMC to μSD card converter board. Insert the converter board into μSD Card Reader. Then plug the Card Reader into host PC.

  • When starting system with μSD Card

(Option c) Insert the μSD Card into μSD Card Reader. Then plug the Card Reader into host PC.

Write Image

  • Download the flash tool, etcher, from Downloads. Choose the right version for your host operation system. Here we operate on host Ubuntu 16.04.
  • After unpacking the package, we run the tool by executing the command
$ ./etcher-etcher-electron-1.4.5-x86_64.AppImage

If you get an error message: "No polkit authentication agent found" you can try and start it with sudo, but do know that this is running the tool as root.

  • In the etcher window, click Select image.

Linux etcher select image.png

  • In the etcher window, click Select Drive.

Linux etcher select driver.png

  • In the etcher window, click Flash.

Linux etcher select flash button.png

  • In the etcher window, once it shows us Flash Complete! It is done and can be put into the RockPi.

Linux etcher show complete.png

3. Boot the board

  • Now insert the system dtorage media, uSD Card or eMMC Module into the socket on the board.
  • (Optional) Use the USB to TTL serial cable to setup a connection between PC and ROCK Pi E board. See Serial Console.
  • Power on ROCK Pi E by adapter with type C port. The input voltage should be 5V.
  • ROCK Pi E will boot with the green power Led on. And after a while, the another green Led starts blinking.

Next Step

Troubleshooting