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"

(Created page with "__NOTOC__ == Installation == Choose and install an operation system on your ROCK Pi 4. To appropriately follow this installation guide you will need to: * Choose an installat...")
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
== Installation ==
+
{{rockpi4_header}}
Choose and install an operation system on your ROCK Pi 4. To appropriately follow this installation guide you will need to:
+
* Choose an installation method
+
* Download necessary files
+
* Choose host machine
+
* Follow flashing instructions
+
  
=== Methods of Installation ===
+
{{Languages|rockpi4/install}}
In most cases, you will be presented with two options when installing your new operating system onto your ROCK Pi 4:
+
* eMMC USB upgrade Method
+
** The firmware will be downloaded from the USB to the ROCK Pi 4 on board eMMC storage
+
* Running on SD Card Method
+
** The firmware will be written on a SD Card  that will lately be inserted  onto ROCK Pi 4.
+
Each Method has its own benefits and requires different levels of experience.
+
  
==== eMMC USB upgrade Method ====
+
    [[rockpi4 | ROCK Pi 4]] > [[rockpi4/install | Installation]]
[http://opensource.rock-chips.com/wiki_Rockusb Rockusb] is a custom USB protocal from Rockchip supported by ROCK Pi 4 and can be used for firmware installation(USB to eMMC). This method applies to advanced users who are most familiar with command line tools or modified/custom source code and need to download such updates to the board for testing/execution.
+
  
===== This method requires the following hardware: =====
+
ROCK Pi supports different storage media for installation, they have different IO read/write speed. Choose one to install:
* ROCK Pi 4 board with power supply
+
* Host machine (Linux/Mac)
+
* USB Type-A to Type-A cable
+
* USB serial to TTL cable(not required to perform flash)
+
* USB Mouse and/or keyboard (not required to perform flash)
+
* HDMI Monitor with full size HDMI cable (not required to perform flash)
+
* Ethernet cable (not required to perform flash)
+
  
===== Choose host machine =====
+
* [[rockpi4/install/rockchip-flash-tools | Install Rockchip Flashing tools]]
 
+
* [[rockpi4/dev/usb-install | Install image to eMMC from USB OTG Port]]
 
+
* [[rockpi4/dev/spi-install | Install image to SPI flash]]
 
+
* [[rockpi4/install/microSD | Install on microSD card]]
 
+
* [[rockpi4/install/eMMC | Install on eMMC module]]
==== Running on SD Card Method ====
+
* [[rockpi4/install/USB | Install on USB drive]]
 
+
* [[rockpi4/install/NVME | Install on M.2 NVME SSD]]
 
+
----
 
+
* [[rockpi4/radxa-apt | Update from Radxa Apt]]
 
+
 
+
The Rockchip RK3399 Soc used in ROCK Pi 4 includes 64bits hexa core processor with dual 1.8GHz Cortex-72 and qual 1.4GHz Cortex-A53, Mali T860MP4 graphics processing unit (GPU) and Internal SRAM. It has a level 1 (L1) cache and a level 2 (L2). For level 1 cache, 48KB Icache and 32KB Dcache is for each A72. 32KB Icache and 32KB Dcache is for each A53. For level 2 cache, 1024KB cache is for big cluster and 512KB cache is for little cluster.
+

Revision as of 02:04, 9 January 2022


    ROCK Pi 4 >  Installation

ROCK Pi supports different storage media for installation, they have different IO read/write speed. Choose one to install: