cancel
Showing results for 
Search instead for 
Did you mean: 

DFU updater for Android

cvossberg
Associate
Posted on December 24, 2013 at 18:15

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-android
1 REPLY 1
philipp2
Associate II
Posted on February 07, 2015 at 00:28

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