User Tools

Site Tools


Joomla says you aren't logged in
installing_on_f_series

This is an old revision of the document!


Installing Deviation on the F12e/F7/F4

The Walkera F-series transmitters have a very small Flash space. Too small for the traditional FAT fielsystem used by Deviation for other Walkera transmitters. Instead a custo filesystem was designed for these cases called 'DevoFS' The filesystem installation is different because of this.

After following the typical installation (using the DfuSe tool, or Deviation Uploader to install the dfu file), rebooting the transmitter should result in a screen that says 'Deviation USB'

At this point, if you plug the transmitter into the PC via USB it should detect as an external drive with a single file 'devo.fs' This is a trick used in Deviation to provide a mechanism to directly access the filesystem. Do not attempt to delete this file or to format the filesystem. These tasks will not damage your transmitter, but they also will have no affect.

If you have the devo.fs file that came with the firmware (in the zip file), you can copy this to the transmitter now. This has been found not to work on MacOS (see below for the alternative).

If you need to modify the files on the transmitter (add new models, change the hardware.ini), or if the copy method above doesn't work, you will need the following instructions.

Extracting / Creating the devo.fs file

First you will need the buildfs program. If you use Windows, you can download the compiled version here:

https://dl.dropboxusercontent.com/u/52854517/buildfs.exe

Or you can use the python script (you need to have python2.7 installed) here:

https://raw.githubusercontent.com/DeviationTX/deviation/master/src/target/common/filesystems/devofs/buildfs.py

You can extract the files from devo.fs using:

buildfs.exe --fs <path to devo.fs> --dir <directory to write to> -x

This will create a directory with the contents of the devo.fs. To reverse the process and create devo.fs, you can use:

buildfs.exe --fs <path to new devo.fs> --dir <directory where devo.fs was previously extracted> -c

Note that the path to devo.fs can be the path to the transmitter itself, and this is the best known way to install devo.fs on a Mac.

installing_on_f_series.1464648302.txt.gz (110595 views) · Last modified: 2016/05/30 15:45 by Arnold