-
Notifications
You must be signed in to change notification settings - Fork 287
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
Uf2 bootloader for BL616 #229
Comments
You can implement bootuf2_flash_write api to write your firmware and use bootuf2_is_write_done to check if firmware is writing done and then reboot or jump. |
The API does not match the version of CherryUsb which the Bouffalo SDK contains. |
I believe I have it working. |
You can copy bootuf2 to your old cherryusb ,that's easy to port. |
It was easy to port, but I do not see an example of updating code OTA, or using partition table in the BL SDK. |
This is example for all mcu not only for one chip like bl. |
How can I port the UF2 bootloader to BL616 MCU?
Is it primarily just the read/write flash functions that need to be completed?
I am looking at the template file, but it is not obvious to me how to proceed.
thank you!
The text was updated successfully, but these errors were encountered: