Update README.md

added instructions to init OrangeFox 12.1
This commit is contained in:
Russell Reynolds 2024-01-23 18:07:11 -06:00 committed by GitHub
parent 6aa89c2baf
commit ed70447e6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
Extract kernel.gz to same folder Extract kernel.gz to same folder
check for maintainer image placement is correct check that maintainer image placement is correct
(if no it will show "no image") (if not maintainer in settings will display "no image")
# Building # Building
@ -9,6 +9,16 @@ setup build environment for orangefox 12.1
add device trees add device trees
```bash ```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 . build/envsetup.sh
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
``` ```