User Tools

Site Tools

Translations of this page:

howto:phantom-firmware-tools

This is an old revision of the document!


phantom-firmware-tools

The firmware tools described below can be used to do all sorts of fun stuff on your DJI device. The two main things that are of interest here include sniffing and interpreting comms to your aircraft, and firmware tweaking.

1. Toolchain

Install your toolchain as per the instructions here. You only need to do this once… but check the instructions to see if there are any new tools that you may need.

2. Get root access

You could use the original redherring method, but the pyduml method of gaining root access is a more elegant method.

3. Get the phantom-firmware-tools magic

If this is your first time using phantom-firmware-tools, you will need to checkout the code from git.

cd ~/Documents/
git clone https://github.com/mefistotelis/phantom-firmware-tools.git
cd phantom-firmware-tools

If you have done this before and you want to make sure you have the latest code, you just need to sync to the most recent version

cd ~/Documents/phantom-firmware-tools
git pull

4. Install wireshark

5. Install the comm disectors for wireshark

6. Capture some traffic

python3 comm_serial2pcap.py -b155200 -f /tmp/wsf /dev/tty.usbmodem* /dev/tty.usbmodem*
howto/phantom-firmware-tools.1500469014.txt.gz · Last modified: 2017/07/19 12:56 by czokie