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

Support for SAMD51 #53

Closed
jasonthenderson opened this issue Dec 24, 2020 · 5 comments · Fixed by #104
Closed

Support for SAMD51 #53

jasonthenderson opened this issue Dec 24, 2020 · 5 comments · Fixed by #104

Comments

@jasonthenderson
Copy link

I am trying to add OTA update via wifi download from web to Flash for a SAMD51J20, specifically the Titano (https://learn.adafruit.com/adafruit-pyportal-titano). Any pointers on how to do this would be appreciated.

I am pretty basic in my skillset.

@JAndrassy
Copy link
Owner

see if you can enhance InternalStorage.cpp

@JAndrassy
Copy link
Owner

JAndrassy commented Jul 30, 2021

@jasonthenderson can you please try the SAMD51 support with your SAMD51 board?

@doboszm
Copy link

doboszm commented Aug 3, 2021

@JAndrassy I just tested it with an adafruit matrixportal using adafruit's wifinina library and a custom board that uses the matrixportal bootloader

@JAndrassy
Copy link
Owner

JAndrassy commented Aug 3, 2021

@JAndrassy I just tested it with an adafruit matrixportal using adafruit's wifinina library and a custom board that uses the matrixportal bootloader

MCU. did it work?
btw the bootloader used is important only for AVR

@doboszm
Copy link

doboszm commented Aug 3, 2021

@JAndrassy I just tested it with an adafruit matrixportal using adafruit's wifinina library and a custom board that uses the matrixportal bootloader

MCU. did it work?
btw the bootloader used is important only for AVR

ATSAMD51J19A, worked for both serial and network download with a slight modification to both examples (using Adafruit wifinina library instead of Arduino's)

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

Successfully merging a pull request may close this issue.

3 participants