Thanos, do you know if there is some libraries that I need to install in order for the AVRUBD to work properly?
I can't even get that software to open properly. When I try to run it I get a command prompt that says the following:
D:\Downloads\Universal Boot Loader\avrub_en>avr-gcc.exe -mmcu=atmega169 -Wall -gdwarf-2 -Os -fsigned-char -MD -MP -c bootldr.c
'avr-gcc.exe' is not recognized as an internal or external command,
operable program or batch file.
D:\Downloads\Universal Boot Loader\avrub_en>avr-gcc.exe -mmcu=atmega169 -Wl,-section-start=.text=0x3800 bootldr.o -o Bootldr.elf
'avr-gcc.exe' is not recognized as an internal or external command,
operable program or batch file.
D:\Downloads\Universal Boot Loader\avrub_en>avr-objcopy -O ihex -R .eeprom Bootldr.elf Bootldr.hex
'avr-objcopy' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
Not sure if you know what I need to do here, but otherwise, I'm assuming that the firmware on the board is adequate in case I can't get this flashed?
Thanks!!
I can't even get that software to open properly. When I try to run it I get a command prompt that says the following:
D:\Downloads\Universal Boot Loader\avrub_en>avr-gcc.exe -mmcu=atmega169 -Wall -gdwarf-2 -Os -fsigned-char -MD -MP -c bootldr.c
'avr-gcc.exe' is not recognized as an internal or external command,
operable program or batch file.
D:\Downloads\Universal Boot Loader\avrub_en>avr-gcc.exe -mmcu=atmega169 -Wl,-section-start=.text=0x3800 bootldr.o -o Bootldr.elf
'avr-gcc.exe' is not recognized as an internal or external command,
operable program or batch file.
D:\Downloads\Universal Boot Loader\avrub_en>avr-objcopy -O ihex -R .eeprom Bootldr.elf Bootldr.hex
'avr-objcopy' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
Not sure if you know what I need to do here, but otherwise, I'm assuming that the firmware on the board is adequate in case I can't get this flashed?
Thanks!!