From 8d531f4afc6943bb9eba2271de902743ab3db73d Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Sat, 22 Apr 2023 16:42:48 +0200 Subject: [PATCH] README: fix some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42a333c1..0d9a9477 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ make help ``` ## Download Binaries -Prebuild binaries can be downloded by clicking [![CI](https://github.com/candle-usb/candleLight_fw/actions/workflows/ci.yml/badge.svg)](https://github.com/candle-usb/candleLight_fw/actions). On the workflow overview page, select the latest workflow that ran on master branch. The firmware artifacts can downloaded by clicking them at the bottom of the page. +Prebuilt binaries can be downloaded by clicking [![CI](https://github.com/candle-usb/candleLight_fw/actions/workflows/ci.yml/badge.svg)](https://github.com/candle-usb/candleLight_fw/actions). On the workflow overview page, select the latest workflow that ran on master branch. The firmware artifacts can downloaded by clicking them at the bottom of the page. ## Flashing @@ -83,7 +83,7 @@ Flashing candleLight on linux: (source: [https://cantact.io/cantact/users-guide. ### fail-safe method (or if flashing a blank device) - Disconnect the USB connector from the CANtact, short the BOOT pins, then reconnect the USB connector. The device should enumerate as "STM32 BOOTLOADER". -- invoke dfu-util manually with: `sudo dfu-util --dfuse-address -d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D CORRECT_FIRWARE.bin` where CORRECT_FIRWARE is the name of the desired .bin. +- invoke dfu-util manually with: `sudo dfu-util --dfuse-address -d 0483:df11 -c 1 -i 0 -a 0 -s 0x08000000 -D CORRECT_FIRMWARE.bin` where CORRECT_FIRMWARE is the name of the desired .bin. - Disconnect the USB connector, un-short the BOOT pins, and reconnect.