Difference between revisions of "Armbian on Orange Pi 4"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Installation ==
 
== Installation ==
...
+
=== Prebuilt Image ===
 +
Armbian provides several pre-built SD Card images ready to be flashed and used. See [https://www.armbian.com/orange-pi-4/ www.armbian.com/orange-pi-4]
 +
 
 +
=== Custom Image ===
 +
Using [[Vagrant]]: [https://docs.armbian.com/Developer-Guide_Using-Vagrant/ docs.armbian.com/Developer-Guide_Using-Vagrant/]
 +
Copying the image from guest to host: {{code|vagrant plugin install vagrant-scp}}
 +
 
 +
Source: [https://docs.armbian.com/Developer-Guide_Build-Preparation/ docs.armbian.com/Developer-Guide_Build-Preparation/]
  
 
== External Links ==
 
== External Links ==
* [[Armbian]] [https://www.armbian.com/orange-pi-4/ armbian.com/orange-pi-4]
+
* [[Armbian]] [[Orange Pi 4]] page: [https://www.armbian.com/orange-pi-4/ armbian.com/orange-pi-4]
** custom image build [https://docs.armbian.com/Developer-Guide_Build-Preparation/ docs.armbian.com/Developer-Guide_Build-Preparation/]
+
* Custom image build guide: [https://docs.armbian.com/Developer-Guide_Build-Preparation/ docs.armbian.com/Developer-Guide_Build-Preparation/]
** vagrant build [https://docs.armbian.com/Developer-Guide_Using-Vagrant/ docs.armbian.com/Developer-Guide_Using-Vagrant/]
 
*** copy image to host: vagrant plugin install vagrant-scp
 

Revision as of 13:58, 22 March 2020

Armbian for Orange Pi 4.

Installation

Prebuilt Image

Armbian provides several pre-built SD Card images ready to be flashed and used. See www.armbian.com/orange-pi-4

Custom Image

Using Vagrant: docs.armbian.com/Developer-Guide_Using-Vagrant/ Copying the image from guest to host: vagrant plugin install vagrant-scp

Source: docs.armbian.com/Developer-Guide_Build-Preparation/

External Links