Advertisement
ledrone

Upgrade FuriousFPV True-D on Mac and Linux

Sep 13th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Upgrading FuriousFPV True-D module to 3.6 firmware on MacOS and Linux made Easy :
  2.  
  3. - download 3.6 firmware from furiousfpv.com website and uncompress it
  4. - connect module with usb cable
  5. - make sure avrdude utility is installed (Brew, Arduino IDE, etc.)
  6.  
  7. in terminal app run the following command :
  8.  
  9. avrdude -c arduino -p atmega328p -b 57600 -P /dev/tty.SLAB_USBtoUART -U flash:w:True_D_V3.6_Release.ino.hex
  10.  
  11.  
  12. Install log on my machine :
  13.  
  14. grizz@mbpg:~/Downloads$ avrdude -c arduino -p atmega328p -b 57600 -P /dev/tty.SLAB_USBtoUART -U flash:w:True_D_V3.6_Release.ino.hex
  15.  
  16. avrdude: AVR device initialized and ready to accept instructions
  17.  
  18. Reading | ################################################## | 100% 0.00s
  19.  
  20. avrdude: Device signature = 0x1e950f (probably m328p)
  21. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  22. To disable this feature, specify the -D option.
  23. avrdude: erasing chip
  24. avrdude: reading input file "True_D_V3.6_Release.ino.hex"
  25. avrdude: input file True_D_V3.6_Release.ino.hex auto detected as Intel Hex
  26. avrdude: writing flash (30718 bytes):
  27.  
  28. Writing | ################################################## | 100% 8.29s
  29.  
  30. avrdude: 30718 bytes of flash written
  31. avrdude: verifying flash memory against True_D_V3.6_Release.ino.hex:
  32. avrdude: load data flash data from input file True_D_V3.6_Release.ino.hex:
  33. avrdude: input file True_D_V3.6_Release.ino.hex auto detected as Intel Hex
  34. avrdude: input file True_D_V3.6_Release.ino.hex contains 30718 bytes
  35. avrdude: reading on-chip flash data:
  36.  
  37. Reading | ################################################## | 100% 6.08s
  38.  
  39. avrdude: verifying ...
  40. avrdude: 30718 bytes of flash verified
  41.  
  42. avrdude: safemode: Fuses OK (E:00, H:00, L:00)
  43.  
  44. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement