Skip to content

Commit dda82b6

Browse files
committed
Add lfs install step, remove mergehex step
1 parent 6c4c01a commit dda82b6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ branch on the original `nrf5x-base` repo.
1818

1919
Usage
2020
-----
21+
First, install [git-lfs](https://github.com/git-lfs/git-lfs/wiki/Installation) to properly download the CMSIS libraries.
2122

22-
First, add this project as a submodule inside of your repo with your
23+
Next, add this project as a submodule inside of your repo with your
2324
nRF5x code.
2425

2526
git submodule add https://github.com/lab11/nrf52x-base
@@ -87,17 +88,13 @@ you must do.
8788
brew tap ArmMbed/homebrew-formulae
8889
brew install arm-none-eabi-gcc
8990

90-
2. Install Nordic's [command line
91-
tools](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_installation.html)
92-
`mergehex` and `nrfjprog`. Ensure these tools are extracted and added to your path.
93-
94-
3. Install the JLink [software](https://www.segger.com/jlink-software.html)
91+
2. Install the JLink [software](https://www.segger.com/jlink-software.html)
9592
for your platform. You want the "Software and documentation pack".
9693

97-
4. Acquire a [JLink JTAG programmer](https://www.segger.com/jlink-general-info.html).
94+
3. Acquire a [JLink JTAG programmer](https://www.segger.com/jlink-general-info.html).
9895
The "EDU" edition works fine.
9996

100-
5. Program an app! With the JLink box attached to the target board:
97+
4. Program an app! With the JLink box attached to the target board:
10198

10299
make flash
103100

0 commit comments

Comments
 (0)