GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MINIPRO(1) FreeBSD General Commands Manual MINIPRO(1)

minipro - programs various chips using the Minipro TL866XX series of programmers.

minipro -l  | [-p device] [-c code|data|config] [-r|-w filename] [-e][-u][-P][-i|-I][-v][-s|-S][-y][-h]

miniprohex [-p device] [-c code|data|config] [-r|-w filename] [-e][-u][-P][-i|-I]

minipro is an Open Source tool intended to become a complete cross-platform replacement for the proprietary utility from Autoelectric. Currently it supports more than 13000 of target devices - including AVRs, PICs as well as a huge number of other microcontrollers and various memory chips.

-l
Get a list of supported devices.

-L <search>
List devices beginning with this string.

-d <device>
Show device information.

-D
Just read the chip ID and do nothing else (like reading the whole chip contents). This is for use in scripts where you have for example several similar chips with different IDs and want to check if the currently inserted chip is one in your list of allowed ones. Also useful to detect if a chip is inserted at all when using the -y option.

-p <device>
Specify the device name. If the desired device name contains a space, parenthesis, or at sign; the device name MUST be surrounded by quotes.

-c <type>
Optionally specify memory type. Possible values include "code", "data", and "config". The "config" memory type is used to access fuses, see FUSES below.

-r <filename>
Read from the device and write the contents to this file.

-w <filename>
Write to the device using this file.

-e
Do NOT erase device.

-u
Do NOT disable write-protect.

-P
Do NOT enable write-protect.

-v
Do NOT verify after write.

-i
Use ICSP.

-I
Use ICSP (without enabling Vcc).

-s
Do NOT error on file size mismatch (only a warning).

-S
No warning message for file size mismatch (can't combine with -s).

-x
Do NOT attempt to read ID (only valid in read mode). Avoids sending high Chip ID read voltages to unknown pins.

-y
Do NOT error on ID mismatch.

-h
Show help and quit.

If -c is omitted and -r is specified then the code, data (if applicable) and config (if applicable) will be written to filename.$ext, filename.eeprom.bin and filename.fuses.conf correspondingly. If -c is omitted and -w is specified, then -c code is assumed.

The -i and -I options enable use of ICSP port for TL866A and TL866II+ models. The former enables the voltage supply on the Vcc pin of the ICSP port while the latter leaves it off. These options are of no use for the TL866CS.

The Minipro TL866xx series of chip programmers is distributed by Autoelectric. Their website is http://www.autoelectric.cn.

Fuses can be read and written with the -c config option. Fuse data is exchanged in a text format. When writing fuses all fuses on your device must be assigned a value. To see what fuses are supported by your device use -r with -c config to get your current fuse values. This also shows you what the text format looks like.

minipro was written by Valentin Dudouyt and is copyright 2014. Many others have contributed code and bug reports. Development is currently coordinated by David Griffith.

The canonical repository for minipro is at Gitlab:
https://gitlab.com/DavidGriffith/minipro/
It is distributed under the GNU General Public License version 3 or (at your option) any later version.
https://www.gnu.org/licenses/gpl-3.0.en.html
This software is offered as-is with no warranty or liability. If you find a bug or would like minipro to do something it doesn't currently do, please visit the above Gitlab website and report your concerns.
14 August 2018 (v0.3)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.