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

After uploading the program using python app, the program is not running. (Arduino Mega with Optiboot bootloader) #7

Open
mluthfialhadi opened this issue Dec 19, 2023 · 1 comment

Comments

@mluthfialhadi
Copy link

mluthfialhadi commented Dec 19, 2023

I have burn optiboot botloader from MCUdude MegaCore Optiboot Bootloader for my Arduino Mega 2560 using another arduino nano as isp.
I was able to upload the program using the python app. It is only "blink" program.
Screenshot 2023-12-19 152935
But the program is not running, then I checked using avrdudess (arduino nano as isp) to verify the program. Avrdudess even cannot detect the Atmega2560.
Screenshot 2023-12-19 153258

Sorry for my bad english.

@JayLooi
Copy link
Owner

JayLooi commented Jan 15, 2024

Hi @mluthfialhadi ,

Thank you for your interest in this application. I sincerely apologise for the delayed response and appreciate your patience.

Findings:

Having identified this, I made a quick change in this branch. But unfortunately, I don't have an Arduino Mega with me so I couldn't test it out.
You may pull this feature branch and try it. Do remember to update the line below to 256.

HEX_BUFF_SIZE = 128

Please let me know if you encounter any issue in the quick fix above.

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

When branches are created from issues, their pull requests are automatically linked.

2 participants