From 884142932d9ce6f5a8812d5d014d4c5fb4c80103 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 25 Jan 2023 15:35:49 +0800 Subject: [PATCH] The "write" command is missing I think. Thanks :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a99ac6..ec14577 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ blisp write --chip bl70x --reset name_of_firmware.bin For BL60X, you need to specify also the serial port path: ```bash -blisp --chip bl60x --reset -p /dev/ttyUSB0 name_of_firmware.bin +blisp write --chip bl60x --reset -p /dev/ttyUSB0 name_of_firmware.bin ``` # How to flash Pinecil V2