2024-01-23 18:44:41 -05:00
|
|
|
Extract kernel.gz to same folder
|
|
|
|
|
|
|
|
check for maintainer image placement is correct
|
|
|
|
(if no it will show "no image")
|
2024-01-23 09:55:55 -05:00
|
|
|
|
|
|
|
# Building
|
2024-01-23 18:44:41 -05:00
|
|
|
|
|
|
|
setup build environment for orangefox 12.1
|
|
|
|
add device trees
|
|
|
|
|
2024-01-23 09:55:55 -05:00
|
|
|
```bash
|
2024-01-23 10:19:56 -05:00
|
|
|
. build/envsetup.sh
|
|
|
|
lunch ofox_genevn-eng && m -j$(nproc --all) recoveryimage
|
2024-01-23 09:55:55 -05:00
|
|
|
```
|
2024-01-23 10:19:56 -05:00
|
|
|
Profit!!!!
|
2024-01-23 09:55:55 -05:00
|
|
|
|
2024-01-23 10:19:56 -05:00
|
|
|
let me know if anything is awry and i will get to it.
|