I have followed the tutorial(
http://www.ladyada.net/learn/avr/avrdude.html) & pasted the hex file in the c:\windows folder & write the command-line(avrdude -c usbasp -p atmega328p -Uflash:w:ATmegaBOOT_168_atmega328
.hex) in the cmd window. the following errors occurred....
===============================================
C:\Users\User>avrdude -c usbasp -p atmega328p -Uflash:w:ATmegaBOOT_168_atmega328.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.07s
avrdude: Device signature = 0x1e950f
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "ATmegaBOOT_168_atmega328.hex"
avrdude: error opening ATmegaBOOT_168_atmega328.hex: No such file or directory
avrdude: input file ATmegaBOOT_168_atmega328.hex auto detected as invalid format
avrdude: can't open input file ATmegaBOOT_168_atmega328.hex: No such file or dir
ectory
avrdude: write to file 'ATmegaBOOT_168_atmega328.hex' failed
avrdude: safemode: Fuses OK
avrdude done. Thank you.
======================================================
All i need is just to burn the bootloader hex file in a fresh Atmega328 without using arduino hardware because I don't have one. Is it really so hard... I have been trying to make an arduino board from 7 days. I have tried several methods. Totally perplexed now.
http://arduino.cc/en/Main/Standalonehttp://arduino.cc/en/Tutorial/ArduinoToBreadboardhttp://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboardI have read those links. First I need an Atmega328 with the arduino bootloader. I have a fresh atmega328, usbasp burner, bootloader hex files & still haven't find any way to burn the boot loader in the atmega328, I have tried extreme burner(atmega328 support
http://forum.extremeelectronics.co.in/i ... 938#msg938 ) but no way out. I am feeling heartbroken after spending the sleepless nights just to find a way of burning the bootloader.