Skip to content

Commit

Permalink
Change command for flashing fiormware
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnause authored and bessman committed Oct 22, 2024
1 parent a34bb3a commit ad0cadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ PICkit3.
Firmware can be flashed over USB if the device already has the
[bootloader](https://github.com/fossasia/pslab-bootloader) installed.

Flashing the firmware requires the pslab-python library. See
Flashing the firmware requires mcbootblash which can be installed standalone or as a dependency of the pslab-python library. See [mcbootflash](https://github.com/bessman/mcbootflash) or
[pslab-python](https://github.com/fossasia/pslab-python) for installation
instructions.

Expand All @@ -96,7 +96,7 @@ Follow these steps to flash new firmware:

2. Release the 'BOOT' button

3. Run `pslab flash --port <portname> firmware.hex`
3. Run `mcbootflash --port <portname> -b 460800 firmware.hex`

4. After flashing is complete, reset or power cycle the device

Expand Down

0 comments on commit ad0cadb

Please sign in to comment.