Difference between revisions of "Armbian"
JackZengWiki (talk | contribs) |
JackZengWiki (talk | contribs) |
||
Line 1: | Line 1: | ||
Today I will introduce you how to compile armbian images. | Today I will introduce you how to compile armbian images. | ||
− | '''visit armbian website: https://www.armbian.com/''' | + | '''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. | 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''' | |
+ | |||
+ | * git clone https://github.com/armbian/build.git --branch sunxi-4.18 | ||
+ | |||
+ | * git branch | ||
+ | After execute this command you will see the branch is sunxi-4.18 | ||
+ | |||
+ | * |
Revision as of 01:16, 31 August 2018
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
- git clone https://github.com/armbian/build.git --branch sunxi-4.18
- git branch
After execute this command you will see the branch is sunxi-4.18