kgamecarter / ChameleonMiniApp

ChameleonMini Android Client
GNU General Public License v3.0
25 stars 5 forks source link

Integrated firmware upgrade tools? #6

Closed septs closed 3 years ago

septs commented 5 years ago

https://github.com/iceman1001/ChameleonMini-rebooted/wiki/Flashing-Linux-(Unix)

kgamecarter commented 5 years ago

Normal communication is USB CDC mode. But I'm not sure Android USB work with DFU upgrade mode.

kgamecarter commented 5 years ago

https://github.com/NordicSemiconductor/Android-DFU-Library Maybe possible with this library.

kgamecarter commented 4 years ago

ref https://github.com/UmbrelaSmart/android-stm32-dfu-programmer

kgamecarter commented 4 years ago

I need use android.hardware.usb.UsbDeviceConnection to implement DFU protocal.

It seems more difficult than USB Serial.