From ed70447e6d08f28bc62dd61b3ff44c87f57b4830 Mon Sep 17 00:00:00 2001 From: Russell Reynolds <129880470+sosRR@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:07:11 -0600 Subject: [PATCH] Update README.md added instructions to init OrangeFox 12.1 --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a02255d..b3ac80b 100644 --- a/README.md +++ b/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 ```