Skip to main content

Kendryte K230 Flash Tool

Project description

K230 Flash

K230 Flash is a python tools to program Kendryte K230 and K230D Chips, Supports program firmware to EMMC, SDCARD, SPI-NOR, SPI-NAND and OTP

Usage

k230_flash.exe --help
usage: k230_flash [-h] [-m {EMMC,SDCARD,SPINAND,SPINOR,OTP}] [-l] [-d DEVICE_ADDRESS] [--auto-reboot] [--log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}] [--custom-loader] [-la LOAD_ADDRESS] [-lf LOADER_FILE]  
                  [<address> <filename> ...]

Kendryte Burning Tool

positional arguments:
  <address> <filename>  Pairs of addresses followed by binary filenames, separated by space

options:
  -h, --help            show this help message and exit
  -m {EMMC,SDCARD,SPINAND,SPINOR,OTP}, --medium-type {EMMC,SDCARD,SPINAND,SPINOR,OTP}
                        Specify the medium type (choices: EMMC, SDCARD, SPI_NAND, SPI_NOR, OTP)
  -l, --list-device     List devices
  -d DEVICE_ADDRESS, --device-address DEVICE_ADDRESS
                        Device address (format: 1-1 or 3-1), which is the result get from '--list-device'
  --auto-reboot         Enable automatic reboot.
  --log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}
                        Set the logging level, Default is WARN

Custom Loader Options:
  Options related to the custom loader

  --custom-loader       If set, pass a file for the custom loader
  -la LOAD_ADDRESS, --load-address LOAD_ADDRESS
                        Hexadecimal load address (must be between 0x80300000 and 0x80400000), Default is 0x80360000
  -lf LOADER_FILE, --loader-file LOADER_FILE
                        Path to the custom loader file (required if --custom-loader is set)

# Usually just specify the medium type and file address and file path
k230_flash -m EMMC 0 file_0x00.img

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

k230_flash-0.0.6-cp313-cp313-win_amd64.whl (992.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

k230_flash-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

k230_flash-0.0.6-cp312-cp312-win_amd64.whl (992.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

k230_flash-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

k230_flash-0.0.6-cp311-cp311-win_amd64.whl (992.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

k230_flash-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

k230_flash-0.0.6-cp310-cp310-win_amd64.whl (990.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

k230_flash-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

k230_flash-0.0.6-cp39-cp39-win_amd64.whl (987.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

k230_flash-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

k230_flash-0.0.6-cp38-cp38-win_amd64.whl (991.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

k230_flash-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

k230_flash-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file k230_flash-0.0.6-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 11e52ceb93952fe11715307dcc4881e7a0c76c5b045e6e7cf3babafa96f386d0
MD5 50c2133805194f6d4164923fef046dda
BLAKE2b-256 fe8766189e9bad68277e26f893430aebdb8c683b51b145da3ebc481082c2096a

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1d660607c3192f3e835060715b9bb0bd7af606f945f4abee6ce8f4c97872ac5
MD5 af301cb2fcdffb7167a39d87806bf31b
BLAKE2b-256 e89a20f07b0e64a758eae22c9b7eb82f0f3f373094c50a4d1a77fdbda89d16a6

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c5d9de3ee12382c23b0d64f17270de5a7bb0bd2b389a472a5912c4d37a3370c9
MD5 24933ab116524f6b33567c6f3fc20a24
BLAKE2b-256 f29b4fe3bf644181795354cd0f6589b2deea23224e8ae2d2b2683cbbed3d222b

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 48d8292028bb820325b9eab2a52a63b4c8029e694c83090e436eb83ccc020140
MD5 43be20a2244bfe16df7cb1adfeb220e1
BLAKE2b-256 f1bef9aa8df9b17a661af0b63e4ddc5c516a297c5a195df2993048052c19c9c9

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb129f2c36de2badb379fc79c30aad705245032be1cff51b716f7781468fbc88
MD5 5f0ba5da17c6fa175ebe514db09e3865
BLAKE2b-256 7cfae38ac7a0d8634635ddb5c0d380074b1986504e7ef4bfd6b9390776684ddc

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 28723c551de439a46dc9e590a9ddb132a6f241aa3bf0d653b49017710bba2781
MD5 241a211a273f945265959c7407fb9045
BLAKE2b-256 fc3af1a6be1040edf37251d9aa0b784fcb2dc260e8d2924990982d632eb1480e

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bb4b01ece685430fe1564d9daafe19b48f3f0e2772c51ab69bc91e4e2a8c03ae
MD5 9ba1c05f2ec515582a6c39da54571e84
BLAKE2b-256 2e891db824e718ef2f7c4c23738c3bf922b64124a31b9b325050cd08ce93f2f6

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80367ec8a3f3964d9a25fb0cda605b62efdbd0c093d397f7c5b5c88ddb96791d
MD5 990c0872a87512a70de68511ccb214a6
BLAKE2b-256 b0d9a13693b12c63c8508e6f0d68b591a2f0005e43a6036080cb32e392348a06

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e36d054f7ad29cdbc516c623174802cb9d6af85f187e12f6461d111dc33b924
MD5 18837d9517c7419663a8dd152964315a
BLAKE2b-256 112e4669eb15293bed4e0211d60498c1746925c6c9aba9b8afef39d8cbbbd68e

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bfa060b503e8df2afea6f13a1e1e73d8b8dec2586beb9b600dd6816c63384b72
MD5 9a84bcb7a3e793077e5fe7a321df15c5
BLAKE2b-256 d8a12fe2573aeb13654f91c4b354e5eef717f0c649a21b3c691c8dda4719afd6

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2aeaef5e9b2a636dde26f9f78b1ac216e7ccfbf922aa5d7340daa743db5217d
MD5 df59d1ec7f91ff4eb3224f733d862f5e
BLAKE2b-256 46cbc8c11cdf15f63b0f68447a9994bdf08fd891714faff8553701b09d8ffae6

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd98dfe5dc27ff030206a839176eb0917329a916702978b18ac8eb4a26ac1478
MD5 e706464066fca5a467c30cdfb37490b0
BLAKE2b-256 b7c4a1365145f93f700b4f152156ca331661439125b6110ef6692ed1f5566100

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: k230_flash-0.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 987.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for k230_flash-0.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d7febdd1170cc8445fe958c843b7d8e4711fd95c268193824b04d22d4e27ab91
MD5 763b3c1134a1462536a3c2512bbb5215
BLAKE2b-256 f808ea3ec95fb4e1cefebe2c276744c0aee4ca9977d1c0f9a541331cfe29b078

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d51ef64310489d3c7508a4e0ac1ef7067f396b9c1b39b5badbc34af26a2a873
MD5 3a58e0b8a850d06cc907ee06bdf00ee0
BLAKE2b-256 306b7f2384faf00efe1233e32eab6d0ff97c4d782b9215800abd87da4a980e20

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a992221336063630bd4eadc8ff0a97c4fc2faca2f02317858e2d3748d32546b8
MD5 68e64991ac8960e5be2fe406e5e88fda
BLAKE2b-256 3d76dd2bccfae20b0123a18320336ff6622488c8a5f99a7e243b45ee37a4311d

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: k230_flash-0.0.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 991.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for k230_flash-0.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2a90a6734f80d364a0e0ef8bc9037f31d8476d58ead666a98890fd47a2049f4c
MD5 4a29ab7ad87ac748a2dc695fb99d2bea
BLAKE2b-256 05e4dd457005c655e25c9902416af44e015d3dd7e55650278dbe85e26872a675

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 659a3883be6fc7138b144214d4d6369f4d9872180b7151fc291a4efcf7cd170b
MD5 a3bf27dfb5f6a0c55bbcf2bbda0c72a7
BLAKE2b-256 b3885c6bb0db6c35aec0fec2ba979729bb330ee1799433bbd3c52715bcc1dfe0

See more details on using hashes here.

File details

Details for the file k230_flash-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for k230_flash-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b9843bda660f2d9a2965cb175d1484373a14033db1175ad1fce09079416e350
MD5 ce627ed1be7480353c784b59e2bb4db5
BLAKE2b-256 bdbe1ba3120c1371b792d7010dd667f5afdf66724dacbdaba0943cb4caa4196f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page