Olimex USB AVR ISP MKII compatible AVR programmer with ICSP PDI TPI support AVR-ISP-MK2 AVR-ISP-MK2 数据表

产品代码
AVR-ISP-MK2
下载
页码 22
OLIMEX© 2013
AVR-ISP-MK2 user's manual
Important: it is possible that the drivers get blocked under Windows 7 x64 or Windows 8. If this is 
the case when you visit the “device manager” there would be yellow triangle notifying for the error 
in driver signatures. You would need to “disable driver signing” for your operating system.
4.2.2 Changing firmware for Linux (AVRdude) users:
1. Download and install “dfu-programmer” package (apt-get...).
2. Flash the firmware with:
dfu-programmer at90usb162 flash --debug 6 libUSB-AVRISP-MKII.hex
3. Create new file /etc/udev/avrisp.rules
SUBSYSTEM!="usb_device", ACTION!="add", GOTO="avrisp_end"
# Atmel Corp. JTAG ICE mkII
ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2103", MODE="660", GROUP="dialout"
# Atmel Corp. AVRISP mkII
ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2104", MODE="660", GROUP="dialout"
# Atmel Corp. Dragon
ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2107", MODE="660", GROUP="dialout"
LABEL="avrisp_end"
4. Create a virtual link to the file and give it a rule priority
Page 12 of 22