

Lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00Ĭalibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00ĭescription : Atmel-ICE (ARM/AVR) in ISP modeĪvrdude.exe: AVR device initialized and ready to accept instructions Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBackĮeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00

System wide configuration file is "C:\Users\David Prentice\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino16\etc\nf"Īvrdude.exe: Found CMSIS-DAP compliant device, using EDBG protocol PS C:\Users\David Prentice\Documents\Arduino\TFT_sketches> avrdudewait -v -c atmelice_isp -p ATmega32U4Ĭ:\Users\David Prentice\Documents\Arduino\TFT_sketches>"C:\Users\David Prentice\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino16"\bin\avrdude.exe -C"C:\Users\David Prentice\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino16"\etc\nf -v -c atmelice_isp -p ATmega32U4 I connected ATMEL-ICE to a Leonardo clone via ISP.

This is also my first post on these forums, so if I did something wrong, please don't hesitate to let me know so I can fix it. None of the ttySx devices worked either.Īny suggestions on what I might be missing here would be greatly appreciated.
#HP TRUEVISION HD INTERFACE 0 VID: 04F2 FULL#
hid-generic 0003:03EB:2141.0002: hiddev0,hidraw0: USB HID v1.11 Device on usb-0000:00:14.0-6/input0Īutofs fb0 mapper port snapshot tty16 tt圓 tty43 tty57 udmabuf vcsa1 vhciīlock fd media0 ppp snd tty17 tt圓0 tty44 tty58 uhid vcsa2 vhost-netīsg freefall mei0 psaux sr0 tty18 tt圓1 tty45 tty59 uinput vcsa3 vhost-vsockītrfs-control full mem ptmx stderr tty19 tt圓2 tty46 tty6 urandom vcsa4 video0īus fuse memory_bandwidth pts stdin tty2 tt圓3 tty47 tty60 usb vcsa5 video1Ĭdrom hidraw0 mqueue random stdout tty20 tt圓4 tty48 tty61 userio vcsa6 watchdogĬhar hpet mtd0 rfkill tty tty21 tt圓5 tty49 tty62 v4l vcsu watchdog0Ĭonsole hugepages mtd0ro rtc tty0 tty22 tt圓6 tty5 tty63 vcs vcsu1 zeroĬore initctl mtd1 rtc0 tty1 tty23 tt圓7 tty50 tty7 vcs1 vcsu2Ĭpu input mtd1ro sda tty10 tty24 tt圓8 tty51 tty8 vcs2 vcsu3Ĭpu_dma_latency kmsg net sda1 tty11 tty25 tt圓9 tty52 tty9 vcs3 vcsu4Ĭuse kvm network_latency sda2 tty12 tty26 tty4 tty53 ttyS0 vcs4 vcsu5ĭisk lightnvm network_throughput sda3 tty13 tty27 tty40 tty54 ttyS1 vcs5 vcsu6ĭri log null sda4 tty14 tty28 tty41 tty55 ttyS2 vcs6 vfioĭrm_dp_aux0 loop-control nvram shm tty15 tty29 tty42 tty56 ttyS3 vcsa vga_arbiterĪnd inside of /dev/usb is one more called hiddev0 which has the same output error as when using hidraw0. usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-6: New USB device found, idVendor=03eb, idProduct=2141, bcdDevice= 1.01 usb 1-6: new high-speed USB device number 3 using xhci_hcd ICE debuggerīus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubĬouldn't open device, some information will be missingīInterfaceClass 255 Vendor Specific ClassīInterfaceSubClass 255 Vendor Specific SubclassīInterfaceProtocol 255 Vendor Specific Protocol The device listing/information with lsusb and dmesg are:īus 002 Device 003: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD cameraīus 002 Device 002: ID 8087:8000 Intel Corp.īus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubīus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubīus 001 Device 003: ID 03eb:2141 Atmel Corp. Sudo avrdude -v -p t13 -c jtag2 -P /dev/hidraw0 -U flash:w:blinkĪvrdude: ser_open(): can't set attributes for device "/dev/hidraw0": Inappropriate ioctl for device User configuration file does not exist or is not a regular file, skippingĪvrdude: usbdev_open(): did not find any USB device "usb" (0x03eb:0x2103) User configuration file is "/root/.avrduderc" System wide configuration file is "/etc/nf" Sudo avrdude -v -p t13 -c jtag2 -U flash:w:blinkĪvrdude: Version 6.3, compiled on at 19:46:05 I tried repeating all commands using jtag2isp too but got the same results. I've tried the commands below and received the output shown for each. I'm trying to flash a binary file to an ATtiny13 using an Atmel JTAG2 ICE and AVRDUDE, but despite my research over the past few hours, I cannot seem to get it working.
