Update README.md
This commit is contained in:
parent
09824d29be
commit
17101c41b6
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,8 +1,13 @@
|
||||||
Include your kernel image or find one for your specific device in telegram or xda (also could pull it from your boot image)
|
Extract kernel.gz to same folder
|
||||||
Place kernel image named kernel in folder named prebuilt
|
|
||||||
check for maintainer image placement is correct (if no it will show "no image")
|
check for maintainer image placement is correct
|
||||||
|
(if no it will show "no image")
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
|
setup build environment for orangefox 12.1
|
||||||
|
add device trees
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
. build/envsetup.sh
|
. build/envsetup.sh
|
||||||
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
|
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
|
||||||
|
|
Loading…
Reference in a new issue