Skip to content

Commit 5bd2059

Browse files
Minor updates to the pyOCD entry in "read flash" page (#249)
1 parent 54a568d commit 5bd2059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

software/readout_hex.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ This tool has a range of features:
2828

2929
You can download the [latest release of the uBitTool GUI Editor](https://github.com/carlosperate/ubittool/releases/) from the GitHub repository and there are [Instructions to read out the contents of a hex file](https://www.embeddedlog.com/ubittool/usage.html) on the website
3030

31-
## py-ocd
31+
## pyOCD
3232

3333
This method reads out the .hex file on the micro:bit to a file in your working directory.
3434

3535
In order to complete this task you will require some additional tools and libraries:
3636

37-
- Linux/Mac OS
38-
- Python 2 (pyOCD is not supported in Python3)
37+
- Windows/Linux/Mac OS
38+
- Python
3939
- [GNU Project Debugger](https://www.gnu.org/software/gdb/) included as part of [ArmDeveloper GNU Embedded Toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads) [How to Install](https://gnu-mcu-eclipse.github.io/toolchain/arm/install/)
40-
- [pyOCD Python library](https://github.com/mbedmicro/pyOCD)
40+
- [pyOCD Python package](https://github.com/pyocd/pyOCD)
4141

42-
The method described here has been tested on Mac OS using [Homebrew as a package manager](https://brew.sh/), but should work on Linux. Additional steps are linked to, but it is outside the scope of this article to go through setup.
42+
The method described here has been tested on Mac OS with a micro:bit V1 using [Homebrew as a package manager](https://brew.sh/), but should work on Linux. Additional steps are linked to, but it is outside the scope of this article to go through setup.
4343

4444
## Procedure
4545

0 commit comments

Comments
 (0)