Features
- Programmed with python, GTK2 and libusb1.
- Automatically detect device connection.
- Reboot device.
- Flash kernel image file to specified partition.
- Erase partition.
- Backup partition.
- Compare a partition with a image file.
PART_BLOCKSIZE = 0x400 # must be multiple of 512 PART_OFF_INCR = PART_BLOCKSIZE >> 9 RKFT_BLOCKSIZE = 0x4000 # must be multiple of 512 RKFT_OFF_INCR = RKFT_BLOCKSIZE >> 9 RKFT_DISPLAY = 0x1000 RK_VENDER_ID = 0x2207 RK_PRODUCT_IDS = set([ 0x290a, 0x281a, 0x300a, # RK3066 0x310b, # RK3188 ]) PARTITION_PATTERN = re.compile(r'0x([0-9a-fA-F]*?)@(0x[0-9a-fA-F]*?)\((.*?)\)')
The current rkflashkit recognizes: RK_VENDER_IDS = set([ 0x2207, 0x3207, ]) RK_PRODUCT_IDS = set([ 0x290a, 0x281a, 0x300a, # RK3066 0x310b, # RK3188 ])
adb reboot bootloader
There are currently 2657 users online. 0 members and 2657 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment