Skip to content

Update Arduino boards config. #9657

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

Closed
wants to merge 2 commits into from

Conversation

iabdalkader
Copy link
Contributor

@iabdalkader iabdalkader commented Oct 17, 2022

@iabdalkader
Copy link
Contributor Author

Rebased.

@iabdalkader iabdalkader force-pushed the arduino_boards branch 3 times, most recently from 2e107c7 to 48967d8 Compare November 5, 2022 11:40
@ubidefeo
Copy link
Contributor

@iabdalkader
can we also update the dfu-util burn command?
It now fails on MacOS and Windows.

from
dfu-util -w -d 2341:035b -a 0 -d 0x8040000 -D firmware.dfu
to
dfu-util -a 0 -d 0x2341:0x035b -D firmware.dfu

the 0x prefix on the VID and PID doesn't seem to matter, but I find it more visually consistent for a 2 Byte HEX.

the -d flag will only recognise a pair, but 0x80400000 might to be an offset I've seen in the past, some remnant from another recipe for the H7's partitioned flash with a bootloader.
It seem that it won't fail on Linux (it did work on an Arch Linux machine)

* Increase CDC buffer size.
* Define I2C1 SCL/SDA pins.
* Add crypto device enable pin to board pins.
* Update deploy instructions.
* Add ntptime, urequests and logging to manifest.
* Enable MD5 hash to verify Nina WiFi firmware.
* Add ntptime, urequests and espflash to manifest.
@dpgeorge
Copy link
Member

Merged in 8ddb456 and e35bcb0

@dpgeorge dpgeorge closed this Nov 14, 2022
@iabdalkader iabdalkader deleted the arduino_boards branch November 14, 2022 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants