Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - where do i have to set avrdude path for flashing mcu (avr) with ldmicro

(you are viewing a thread; or go back to list of threads)

where do i have to set avrdude path for flashing mcu (avr) with ldmicro (by Alex)
where do i have to set avrdude path for flashing mcu (avr) with ldmicro
Wed Feb 5 2020, 21:20:26
(no subject) (by Ihor Nehrutsa)
flashMcu.bat
See section(label) AVR below line 36

..................
:AVR
..................
::Usage: avrdude.exe [options]
..................

to line 140

..................
@rem *** Flashing the AVR. ***
"%AVRDUDE_PATH%avrdude.exe" -C "%AVRDUDE_CONF%" %AVRDUDE_OPTIONS% -c %AVRDUDE_PROGRAMMER_ID% -p %AVRDUDE_PART_ID% -U flash:w:"%2.hex":a
..................


Find line 74
@rem *** Set up avrdude.exe path. ***
SET AVRDUDE_PATH=%ProgramFiles%\Arduino\hardware\tools\avr\bin\

Edit this line to set the proper path to avrdude.exe.
Thu Feb 6 2020, 04:06:58
(no subject) (by Alex)
thanks a lot for your reply Ihor
Thu Feb 6 2020, 08:57:19
(no subject) (by Alex)
hello i have set my avrdude path but i canīt ge it work correctly , could you help me please?


https://www.youtube.com/watch?v=uqXDsPXk51w&feature=youtu.be
Fri Feb 21 2020, 08:01:46
(no subject) (by Ihor Nehrutsa)
Run command SET>set.txt
Send set.txt and flash.mcu to LDmicro.github@gmail
Fri Feb 21 2020, 15:10:29
(no subject) (by Alex)
thanks for your reply, i have sent you files
Sat Feb 22 2020, 19:02:52
(no subject) (by Alex)
thanks for your reply Iho, i have set backlash "\" but i get this nes message: image attach
Sun Feb 23 2020, 22:35:40, download attachment ldmicro avrdude path wrong.jpg
(no subject) (by Ihor Nehrutsa)
Avrdude can use a lot of hardware programmers.
File 'avrdude.conf' describes all supported programmers.
If it placed at the same directory with 'avrdude.exe'
then uncomment
SET AVRDUDE_CONF=%AVRDUDE_PATH%avrdude.conf

or in the
xxxxx\ARDUINO\ETC\
then uncomment
SET AVRDUDE_CONF=%AVRDUDE_PATH%..\etc\avrdude.conf

or write the full proper path to the 'avrdude.conf' manually.
Mon Feb 24 2020, 12:30:21
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):