C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.29.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avr-size" -A "C:\Users\heman\AppData\Local\Temp\arduino_build_567230/Blink.ino.elf"
my avrdude folder is empty I need to change bootloader for atmega328p for my lilypad as it doesn't allow me to upload code to it.
im trying to get this so i can change my bootloader help i dont know what to do
Find the right bootloader. I guessed. On the LilyPad’s Atmel is written “MEGA328P”, so I could be sure that I needed some kind of bootloader for the atmega328. In /usr/share/arduino/hardware/arduino/avr/bootloaders, I looked for hex files with “328” in their names: find -iname "atmega328.hex"
There's no need to make this so complicated. You can burn the bootloader using the Arduino IDE:
You will need an ISP programmer. If you don’t have a programmer, you can use a spare Arduino board as an "Arduino as ISP" programmer. Although the "Arduino as ISP" only works for programming targets of the AVR architecture, you can use boards of any architecture as an "Arduino as ISP" programmer.
The following instructions are for using an Arduino board as an "Arduino as ISP" programmer. If you have a dedicated programmer, you can skip to the next set of instructions.
Make the following connections between the Arduino board you will be using as the programmer and the target. Refer to the "Connections" table on the SPI library reference page to determine the pins: