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.
18
18
19
19
Usage
20
20
-----
21
+ First, install [ git-lfs] ( https://github.com/git-lfs/git-lfs/wiki/Installation ) to properly download the CMSIS libraries.
21
22
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
23
24
nRF5x code.
24
25
25
26
git submodule add https://github.com/lab11/nrf52x-base
@@ -87,17 +88,13 @@ you must do.
87
88
brew tap ArmMbed/homebrew-formulae
88
89
brew install arm-none-eabi-gcc
89
90
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 )
95
92
for your platform. You want the "Software and documentation pack".
96
93
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 ) .
98
95
The "EDU" edition works fine.
99
96
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:
101
98
102
99
make flash
103
100
You can’t perform that action at this time.
0 commit comments