From 3cec3eacc6371734d6a2e8344574d767d7f77185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Thu, 25 Sep 2025 11:55:43 +0200 Subject: [PATCH] Made the docs a bit more clear --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2db1d6..d7fc6dd 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ tulflash example # Compile, flash and monitor the example program: tulflash run example.c: -# note: `tulflash run example.c` is the thing as `tulflash write --cmd "sdcc example.c" --monitor example.ihx` +# note: `tulflash run example.c` is the thing as `mkdir t"ulflash/" && tulflash write --cmd "sdcc example.c" --cmd-path "tulflash/" --monitor example.ihx` ``` If the flash fails, try to add `--slow` before `run` (should not be needed though). ## Manually flashing Intel HEX binaries +If you use an external toolchain (such as MCU8051IDE with SDCC) and only want to use this program just for flashing the generated HEX file, just run the following: + ```bash # All OSes, automatically detects the correct serial port tulflash write