Difference between revisions of "Armbian"

From Banana Pi Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
* git clone https://github.com/armbian/build.git --branch sunxi-4.18
 
* git clone https://github.com/armbian/build.git --branch sunxi-4.18
[[Image:armbian_clone.png|240px]]
+
[[Image:armbian_clone.png]]
  
 
* git branch
 
* git branch
 
After execute this command you will see the branch is sunxi-4.18
 
After execute this command you will see the branch is sunxi-4.18
  
[[Image:armbian_branch.png|240px]]
+
[[Image:armbian_branch.png]]
  
 
* cd build
 
* cd build
 
* ./compile.sh
 
* ./compile.sh
 +
 +
 +
*how to Install Armbian on an SBC - Desktop Set up:https://www.youtube.com/watch?v=pnxUctyqx4c

Latest revision as of 23:52, 13 August 2019

Today I will introduce you how to compile armbian images.

1. visit armbian website: https://www.armbian.com/

Here you could download the latest images for bpi board, and you could also visit github to download code.

2. armbian github website: https://github.com/armbian/build/tree/master

Armbian clone.png

  • git branch

After execute this command you will see the branch is sunxi-4.18

Armbian branch.png

  • cd build
  • ./compile.sh