- Main repo: https://code.binbash.it:8443/FWUL/build_fwul
- Mirror: https://gitlab.com/steadfasterX/build_fwul
.
.
.
.
.
Official XDA thread http://tinyurl.com/FWULatXDA
No other distribution then Arch Linux is supported (for both: build system and FWUL release).
pacman -S archiso jq
git clone https://github.com/Carbon-Fusion/build_fwul.git ~/build_fwul
This is the only full supported architecture for FWUL! There is a i686 / 32 bit version of FWUL available but this may change in the future plus: it may be abandoned one day!
cd ~/build_fwul
sudo ./build_x64.sh -A x86_64 -F
Use ./build_x64.sh --help
to find all possible options like working directory etc.
You can also specify a single run with multiple architectures -A 'i686 x86_64'
.
i686 / 32 bit builds are NOT fully supported and tools may be missing here completely! One example (just one!): 32bit will NOT INCLUDE JOdin.
The support for 32bit may be abandoned one day! For the background please read: https://www.archlinux.org/news/phasing-out-i686-support
Note: You can build a 32 bit version of FWUL on a 64 bit system.
cd ~/build_fwul
sudo ./build_x64.sh -A i686 -F
Use ./build_x64.sh --help
to find all possible options like working directory etc.
You can also specify a single run with multiple architectures -A 'i686 x86_64'
.
cd ~/build_fwul
- Add the option "-C" or "-F" option to the instruction in "Usage / Build"