{"id":24668869,"url":"https://github.com/linuxerwang/rkflashkit","last_synced_at":"2025-07-12T17:36:52.892Z","repository":{"id":9385829,"uuid":"11246543","full_name":"linuxerwang/rkflashkit","owner":"linuxerwang","description":"rkflashkit is an open source toolkit for flashing Linux kernel images to rockchip rk3066/rk3188/rk3288 etc. based devices.  It's programmed with python and gtk2.","archived":false,"fork":false,"pushed_at":"2023-03-27T16:55:09.000Z","size":678,"stargazers_count":230,"open_issues_count":20,"forks_count":75,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-19T21:04:51.178Z","etag":null,"topics":["flashkit","gtk","python","rockchip"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linuxerwang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-08T05:32:53.000Z","updated_at":"2025-05-13T08:45:08.000Z","dependencies_parsed_at":"2025-02-18T02:11:40.561Z","dependency_job_id":"d591ef67-8b27-4216-bc46-1ec0a215b221","html_url":"https://github.com/linuxerwang/rkflashkit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/linuxerwang/rkflashkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxerwang%2Frkflashkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxerwang%2Frkflashkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxerwang%2Frkflashkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxerwang%2Frkflashkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxerwang","download_url":"https://codeload.github.com/linuxerwang/rkflashkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxerwang%2Frkflashkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265026107,"owners_count":23699890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flashkit","gtk","python","rockchip"],"created_at":"2025-01-26T09:17:48.388Z","updated_at":"2025-07-12T17:36:52.868Z","avatar_url":"https://github.com/linuxerwang.png","language":"Python","readme":"rkflashkit\n==========\n\nrkflashkit is an open sourced (GPL v2) toolkit for flashing Linux kernel images (Picuntu) to rk3066/rk3188/rk3288 based devices. It's programmed with python and gtk3. The kernel program is adapted from Galland's rkflashtool_rk3066 which is in turn based on cyteen's rk3066-rkflashtool.\n\nrkflashkit talks to the devices through vpelletier's python-libusb1 which is a python wrapper of libusb. For convenience the python-libusb1 programs are included in rkflashkit. Also included is binary created for Ubuntu.\n\n\nFeatures\n========\n* Programmed with python, GTK3 and libusb1.\n* Automatically detect device connection.\n* Reboot device.\n* Flash kernel image file to specified partition.\n* Erase partition.\n* Backup partition. (New)\n* Compare a partition with a image file. (New)\n* Command line support. (New)\n\nChange logs:\n============\n\nRelease 0.1.5-dev:\n* Add support Python3.\n* Add support GTK3.\n\nRelease 0.1.4:\n* Add support for RK3128.\n* Add last partition ('-' in size) operation support.\n* Clean prompt and log messages.\n\nRelease 0.1.3:\n* Add support for RK3026/RK3028/RK3168.\n\nRelease 0.1.2:\n* Add command line support.\n\nRelease 0.1.1:\n* Sticky scrollbar in log view: when appending logs keep scrollbar at the bottom if it's already there.\n* Partition backup function.\n* Validation for flashing image file to partition.\n* Compare a partition with any image file.\n* Colored log messages.\n\n\nRelease 0.1.0:\n* Initial import.\n\n\nBuild\n=====\n\n$ ./waf debian\n\n\nInstallation\n============\n\nBefore installing the deb file please install its dependency:\n\n$ sudo apt-get install python3-gi python3-libusb1\n\nthen\n\n$ sudo dpkg -i rkflashkit_0.1.5_all.deb\n\nYou should be able to find an icon in unity dasher or gnome menu.\n\n\nLinks\n=====\n    https://github.com/Galland/rkflashtool_rk3066\n    https://github.com/cyteen/rk3066-rkflashtool\n    https://github.com/vpelletier/python-libusb1\n\n\nCommand line usage\n==================\n\n* List NAND Partitions\n\u003e$ sudo rkflashkit part\n\n* Flash image\n\u003e$ sudo rkflashkit flash @boot boot.img @resource resourse.img\n\n* Compare partition with image file\n\u003e$ sudo rkflashkit cmp @boot boot.img\n\n* Backup partition\n\u003e$ sudo rkflashkit backup @boot new_boot.img\n\n* Erase Partition\n\u003e$ sudo rkflashkit erase @boot\n\n* Reboot Device\n\u003e$ sudo rkflashkit reboot\n\nMultiple commands can be specified at once:\n\u003e$ sudo rkflashkit flash @boot boot.img @resource resourse.img reboot\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxerwang%2Frkflashkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxerwang%2Frkflashkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxerwang%2Frkflashkit/lists"}