avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Which ISP programmer for FreeBSD?


From: Axel Rau
Subject: Which ISP programmer for FreeBSD?
Date: Sat, 16 Apr 2022 12:12:52 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

Hi all,

as an AVR newbie, I thought, ISP programmers just run out of the box via USB on FreeBSD with avrdude. From the recommended original Atmel tools, only the super tool ATMEL-ICE is available. All what I see on the market are cheap clones of the original AVRISP mkII, which claim to run with avrdude, but are documented only for running on windows (and, I guess, tested only on that platform). The one, I bought (DIAMEX-AVR-USB, https://www.diamex.de/dxshop/DIAMEX-USB-ISP-Programmer-Stick-fuer-AVR) gives timeouts and I could not find a working configuration within 2 weeks.
I look for a tool for a simple job with ATtinys, like so:
- - -
avrdude -c stk500v2 -p t861 -P /dev/ttyU1 \
    -U hfuse:w:init.t861.elf \
    -U efuse:w:init.t861.elf \
    -U eeprom:w:init.t861.elf \
    -U flash:w:init.t861.elf
- - -

Besides ATMEL-ICE, which tool, today available on the market should work with avrdude-6.4 from ports on FreeBSD 13.0-RELEASE out of the box?

Please advice.

Thanks, Axel
--
PGP-Key: CDE74120  ☀  computing @ chaos claudius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]