8131ef6554
Add the kflash Kendryte K210 UART ISP Utility as a host package to allow users to program their board boot ROM or SRAM with built images. The kflash utility is available through the pypi.org python package index. The project is homepage is: https://github.com/vowstar/kflash.py. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON_KFLASH
|
|
bool "host python-kflash"
|
|
depends on BR2_RISCV_64 && !BR2_USE_MMU
|
|
help
|
|
Kendryte UART ISP Utility - programming code to k210.
|
|
|
|
https://github.com/vowstar/kflash.py
|