From 9ab4410d921fb922129dad9d0184791094e2edba Mon Sep 17 00:00:00 2001 From: Dual Tachyon Date: Sat, 16 Sep 2023 19:47:22 +0100 Subject: [PATCH] Updated flashing methods. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9344859..9e0f491f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,15 @@ git submodule update --init --recursive --depth=1 make ``` -# Flashing +# Flashing with the official updater + +* Use the firmware.packed.bin file + +# Flashing with [k5prog](https://github.com/piotr022/k5prog) + +* ./k5prog -F -YYY -b firmware.bin + +# Flashing with SWD * If you own a JLink or compatible device and want to use the Segger software, you can find a flash loader [here](https://github.com/DualTachyon/dp32g030-flash-loader) * If you want to use OpenOCD instead, you can use run "make flash" off this repo.