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

Atmega_Hex_Uploader need old SdFat version to compile #85

Closed
noeldum opened this issue May 19, 2023 · 2 comments
Closed

Atmega_Hex_Uploader need old SdFat version to compile #85

noeldum opened this issue May 19, 2023 · 2 comments

Comments

@noeldum
Copy link

noeldum commented May 19, 2023

First of all thank you Nick for the brilliant work done with this. I have tried various solutions for a stand alone programmer and this is the most serious work done on this here.

I tried to compile the Atmega_Hex_Uploader sketch and it came with errors. I was using SdFat version 2.2.2.

I downgraded the SdFAt library to version 1.1.4.
https://github.com/greiman/SdFat/releases/tag/1.1.4

A quick fix for this might be to indicate the version required next to the library link in the sketch.

A nicer solution would be for someone to adapt the sketch for the latest version of the library.

@nickgammon
Copy link
Owner

In my post about the uploader I mention that it doesn't work with the newer SdFat library, and give a link to the one it works with.

@noeldum
Copy link
Author

noeldum commented May 20, 2023

Thank you. I missed the link on the page.
It's probably good to know a link on the original repo release too I guess. That's the latest I could find to work above.

I am trying to flash both bootloader and sketch at the same time. Would you be able to help in the thread below?
https://forum.arduino.cc/t/perserving-bootloader-while-programming-from-spi/1128912/3

@noeldum noeldum closed this as completed May 24, 2023
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

2 participants