User Tools

Site Tools


howto:pyduml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howto:pyduml [2017/08/21 17:43]
nils [3. Get some firmware]
howto:pyduml [2017/08/21 17:52] (current)
nils [4. Identify the port for the USB link to your aircraft]
Line 46: Line 46:
 </code> </code>
  
-**NOTE for Spark RC**: Please skip above and just switch on RC and connect your Mac/PC to its WiFi network as a preparation.+**NOTE for Spark RC**: Please skip above and just switch on RC and connect your Mac/PC to its WiFi network as a preparation. Also see notes for Spark RC in section (5.) 
 ===== 5. Flashing ===== ===== 5. Flashing =====
 FULLY CHARGE A BATTERY!!! do not try to flash with a depleted battery - itʼll only end in tears and a dead aircraft. If you aren't interested in changing firmware and you just want to get root access, skip ahead to the next step. FULLY CHARGE A BATTERY!!! do not try to flash with a depleted battery - itʼll only end in tears and a dead aircraft. If you aren't interested in changing firmware and you just want to get root access, skip ahead to the next step.
Line 60: Line 60:
 <code> <code>
   cp <yourfirmwarename> dji_system.bin   cp <yourfirmwarename> dji_system.bin
 +</code>
 +**NOTE for Spark RC**:
 +<code>
 +  #ONLY do this if flashing a Spark RC
 +  cp <yourSparkRCfirmwarename.tar> fw.tar
 </code> </code>
   * For example...   * For example...
Line 72: Line 77:
 <code> <code>
   python pyduml.py /dev/`cat /tmp/dji.port`   python pyduml.py /dev/`cat /tmp/dji.port`
 +</code>  
 +**NOTE for Spark RC**: No additional Parameters needed, just choose the Spark RC as device when prompted...
 +<code>
 +  #ONLY do this if flashing a Spark RC
 +  python pyduml.py
 </code>   </code>  
 For windows users: For windows users:
howto/pyduml.1503337436.txt.gz · Last modified: 2017/08/21 17:43 by nils