minipro.1 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .TH MINIPRO 1 "20 February 2014 (v0.1)" "Valentin Dudouyt"
  2. .SH NAME
  3. minipro \- flash various chips with Minipro TL866XX series of programmers from autoelectric.cn.
  4. .SH SYNOPSIS
  5. .B minipro
  6. .RB [-p " device"]
  7. .RB [-c " code|data|config"]
  8. .RB [-r|-w " filename"]
  9. .RB [-e] [-u] [-P] [-i|-I]
  10. .B miniprohex
  11. .RB [-p " device"]
  12. .RB [-c " code|data|config"]
  13. .RB [-r|-w " filename"]
  14. .RB [-e] [-u] [-P] [-i|-I]
  15. If
  16. .B -c
  17. is omitted and
  18. .B -r
  19. is specified then the code, data (if applicable) and config (if applicable) are getting read in filename.$ext, filename.eeprom.$ext and filename.config.txt correspondingly. If
  20. .B -c
  21. is omitted and
  22. .B -w
  23. is specified then
  24. .B -c code
  25. is getting enforced.
  26. The
  27. .B -i
  28. and
  29. .B -I
  30. options enable use of ICSP port for TL866A models. The former enables the voltage supply on the Vcc pin of the ICSP port while the latter leaves it off.
  31. .SH DESCRIPTION
  32. .I minipro
  33. is an opensource tool that aims to create a complete cross-platform replacement for proprietary utility from autoelectric.cn. Currently it's supporting more than 13000 of target devices - including AVRs, PICs as well as a huge number of other microcontrollers and various BIOSes.