Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 671 Bytes

flashtool(A libusb base flash tool)

Branches

Branch setup is a standard python application package

Branch standalone(libusb wrapped already inside)

Branch nowrapper need install package libusb1

sudo pip install libusb1

See details in each branch README.md

Intro

Reference : rkflashkit

USB Bulk Transfer

  • A high level utils for read or write flash(current support RockChip device)
  • Derive from rkflashkit, more structured, more clear coded, make code easier to read
  • A good example of python project(ctypes, libusb, etc)