Would it be possible to use blatann to conduct legacy DFU updates? #81
-
I am interested in using blatann to create a legacy dfu updater. The reason for this is, currently there is no way to conduct legacy DFU updates for nordic devices on desktop since the software that was used for it is now deprecated. It is still possible to conduct legacy DFU updates via the mobile application, however it is much more convenient to be able to create and upload firmware images on one machine. Regardless, while looking through the blatann library, it seems that I will be able to replicate the entire legacy dfu process, i.e the data reads and writes, except the actual firmware image upload. Does blatann have any method of uploading firmware images? If so how would I go about doing this? If what I am seeking already exists, where would I be able to find this solution? Any help or guidance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It should definitely be possible. Blatann doesn't have any of the DFU functionality already built in so you'll have to reimplement the process yourself. I'm not familiar with their legacy DFU process, I've only used their secure DFU |
Beta Was this translation helpful? Give feedback.
It should definitely be possible. Blatann doesn't have any of the DFU functionality already built in so you'll have to reimplement the process yourself. I'm not familiar with their legacy DFU process, I've only used their secure DFU