It should not change any settings on the radio or the SD Card, but it's still recommended to create a backup first.
- Copy the file
doom_tx16s-xxxxxx_fw.bin
to the SD Card underFIRMWARE
- Copy the folder
DOOM
to the SD Card - Power off the radio
- Enter bootloader pushing both trim buttons (T4 and T1) inwards (towards the powerbutton) while pressing and holding the powerbutton
- Select write the firmware you just copied to the SD Card
- Reboot
- Do the same as you would do to install an EdgeTx updated Firmware.
In the menus, use Page Next / Page Prev and Enter / Back to navigate.
In game:
- Page Next: move forward
- Page Prev: move backward
- SYS: turn left
- MDL: turn right
- Enter: fire
- TELE: Open doors and use objects
Same build instructions as EdgeTX.
Example:
mkdir -p build
cd build
cmake -DPCB=X10 -DPCBREV=TX16S -DDEFAULT_MODE=2 -DGVARS=YES -DPPM_UNIT=US -DHELI=NO -DLUA=NO -DCMAKE_BUILD_TYPE=Release -DGCC_ARM_PATH=$ARM/bin/ -DARM_TOOLCHAIN_DIR=$ARM/bin/ ../
make -j4 firmware