2013-12-24 09:15 AM
I am working on a project that involves an STM32 processor plugged into an Android tablet, communicating over USB. I will eventually want to upgrade the processor's software. I have used dfu-util before on Linux, but I don't think there's a way to run it on the tablet without rooting. Is there any Java code for dfuse/dfu-util, or something that would allow the updater to run on the tablet, again without rooting it?
#dfu #dfu-android #dfu-android2015-02-06 03:28 PM
I was looking for a solution as well and did not find anything available. That's why I created an open-source android app that is able to program an stm32 in DFU mode. It does not need any root.
It can be found here:https://github.com/UmbrelaSmart/android-stm32-dfu-programmer