Skip to content
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

Error while burning bootloader #23

Open
ElectronsFellOut opened this issue Sep 14, 2021 · 3 comments
Open

Error while burning bootloader #23

ElectronsFellOut opened this issue Sep 14, 2021 · 3 comments

Comments

@ElectronsFellOut
Copy link

Hi, I have been struggling to program an ATMEGA1284P for quite some time now. I'm using an external 16MHZ crystal with relevant 22pf capacitors. I am trying to use an arduino nano as ISP using the arduinoISP sketch however when I select Mighty 1284p 16mhz using optiboot then try and burn bootloader I get this:

java.lang.NullPointerException
at cc.arduino.packages.uploaders.SerialUploader.burnBootloader(SerialUploader.java:329)
at processing.app.Editor.lambda$handleBurnBootloader$61(Editor.java:2379)
at java.lang.Thread.run(Thread.java:748)
Error while burning bootloader.

Prior to this, I would just get programmer not in sync / responding errors while trying to upload sketches.
ATMEGA1284P is factory fresh.

@Agent24
Copy link

Agent24 commented Sep 14, 2021

I've never had much luck with the bootloader upload in Arduino. Usually resort to doing it manually with avrdude and a custom-built parallel-port interface circuit.

You may be better off posting your issue in the Arduino forums?

@per1234
Copy link

per1234 commented Sep 14, 2021

Maintenance of this project ceased almost a decade ago. It has archaeological value for those who wish to study the pioneering work in 3rd party Arduino boards platforms, but not so much for actual use. I recommend using the actively maintained MightyCore:
https://github.com/MCUdude/MightyCore
And I second Agent24 that you should ask for assistance on the forum if you have any problems with burning the bootloader using MightyCore.

@ElectronsFellOut
Copy link
Author

ElectronsFellOut commented Sep 22, 2021

Maintenance of this project ceased almost a decade ago. It has archaeological value for those who wish to study the pioneering work in 3rd party Arduino boards platforms, but not so much for actual use. I recommend using the actively maintained MightyCore:
https://github.com/MCUdude/MightyCore
And I second Agent24 that you should ask for assistance on the forum if you have any problems with burning the bootloader using MightyCore.

Thanks for your reply, I got a USBasp programmer, used mightycore and it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants