From 9a99b7dd8365c221dda45984b43d4fd59e869262 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 29 Jan 2021 07:59:14 +0900 Subject: [PATCH] boards: maix-bit: Update README.txt regarding the kflash_gui Signed-off-by: Masayuki Ishikawa --- boards/risc-v/k210/maix-bit/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/risc-v/k210/maix-bit/README.txt b/boards/risc-v/k210/maix-bit/README.txt index 2ece7b4816..77dd535e05 100644 --- a/boards/risc-v/k210/maix-bit/README.txt +++ b/boards/risc-v/k210/maix-bit/README.txt @@ -32,6 +32,8 @@ $ pip3 install kflash $ kflash -p /dev/ttyUSB0 -b 1500000 ./nuttx/nuttx.bin + NOTE: The kflash_gui is not recommended because it's unstable + 6. TODO Support peripherals such as GPIO/SPI/I2C/...