File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ branch on the original `nrf5x-base` repo.
1818
1919Usage
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
2324nRF5x 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 )
9592for 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 ) .
9895The "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
You can’t perform that action at this time.
0 commit comments