-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATmega-328pb does not boot load with arduino isp #333
Comments
I suggest you paste the entire error message Avrdude gives you. |
home/siva/.arduino15/packages/MiniCore/tools/avrdude/8.0-arduino.1/bin/avrdude -C/home/siva/.arduino15/packages/MiniCore/tools/avrdude/8.0-arduino.1/etc/avrdude.conf -v -patmega328pb -cstk500v1 -P/dev/ttyACM0 -b19200 -e -Ulock:w:0xff:m -Uefuse:w:0b11110110:m -Uhfuse:w:0xd7:m -Ulfuse:w:0b11111111:m System wide configuration file is /home/siva/.arduino15/packages/MiniCore/tools/avrdude/8.0-arduino.1/etc/avrdude.conf Using port : /dev/ttyACM0 AVR device initialized and ready to accept instructions
Avrdude done. Thank you. |
The Arduino as ISP programmer can't communicate with the ATmega328PB target. Do you have a schematic you can share? It may be because no external clock/crystal is connected to the 328PB, or it's not oscillating. I always recommend getting a proper ISP programmer such as the USBasp, because there are so many hardware-related issues when users use the Arduino as ISP. |
I have a custom board using with atmega-328bp micro controller and i try to bootload using with arduino-isp along with your package but could not bootloads at a lot of attempts .i am so frustating about that so expers please give me a suggestions
The text was updated successfully, but these errors were encountered: