Update README.md
added instructions to init OrangeFox 12.1
This commit is contained in:
parent
6aa89c2baf
commit
ed70447e6d
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,7 +1,7 @@
|
|||
Extract kernel.gz to same folder
|
||||
|
||||
check for maintainer image placement is correct
|
||||
(if no it will show "no image")
|
||||
check that maintainer image placement is correct
|
||||
(if not maintainer in settings will display "no image")
|
||||
|
||||
# Building
|
||||
|
||||
|
@ -9,6 +9,16 @@ setup build environment for orangefox 12.1
|
|||
add device trees
|
||||
|
||||
```bash
|
||||
mkdir ~/OrangeFox_sync
|
||||
cd ~/OrangeFox_sync
|
||||
git clone https://gitlab.com/OrangeFox/sync.git # (or, using ssh, "git clone git@gitlab.com:OrangeFox/sync.git")
|
||||
|
||||
cd ~/OrangeFox_sync/sync/
|
||||
./orangefox_sync.sh --branch 12.1 --path ~/fox_12.1
|
||||
|
||||
## Add device tree by git clone or download directly
|
||||
## then build!
|
||||
|
||||
. build/envsetup.sh
|
||||
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue