Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 0a00f4a

Browse files
authored
Merge pull request #131 from ojousima/update-readme
Add download link to SES and released bootloader in README
2 parents 3d51788 + 0785798 commit 0a00f4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ as the `nRF5_SDK_12.3.0_d7731ad/components/toolchain/gcc/` folder).
159159

160160
### Prerequisites (to compile with Segger Embedded Studio):
161161
Since Q4 of 2017 Segger Embedded Studio has been free (as in beer) to use with Nordic Semiconductor products
162-
such as nRF52. You can download latest version (>3.40) from Segger website.
162+
such as nRF52. You can download latest version (>3.40) from [Segger website](https://www.segger.com/products/development-tools/embedded-studio/).
163163

164164
You'll need to download and unzip the Nordic SDK 12.3 as above. Only Ruuvi Firmware is currently supported with SES, open folder `ruuvi_examples/ruuvi_firmware/ruuvitag_b/ses`To find the project file.
165165

@@ -233,7 +233,7 @@ For more help, please join [Ruuvi Slack](http://slack.ruuvi.com).
233233
# Flashing
234234

235235
## With Segger J-Link
236-
If the device is empty (no SoftDevice S132 + bootloader flashed), you need to flash using SWD interface. The easiest way is to use nRF52 development kit (PCA10036 or PCA10040) with embedded Segger. Steps:
236+
If the device is empty (no SoftDevice S132 + bootloader flashed), you need to flash using SWD interface. The easiest way is to use nRF52 development kit (PCA10040) with embedded Segger. Steps:
237237

238238
Download and install latest [J-Link](https://www.segger.com/jlink-software.html)
239239

@@ -243,11 +243,11 @@ Start the J-Link from command line by typing:
243243

244244
SoftDevice is Nordic Semiconductor's Bluetooth Smart (or ANT) protocol stack. Sources are super secret, but the latest version is always bundled with the SDK. So, let's flash it:
245245

246-
`J-Link>loadfile nRF5_SDK_11.0.0_89a8197/components/softdevice/s132/hex/s132_nrf52_2.0.0_softdevice.hex`
246+
`J-Link>loadfile nRF5_SDK_12.3.0_d7731ad/components/softdevice/s132/hex/s132_nrf52_2.0.0_softdevice.hex`
247247

248-
After the SoftDevice is flashed successfully, flash the bootloader:
248+
After the SoftDevice is flashed successfully, flash the [bootloader](https://github.com/ruuvi/ruuvitag_fw/releases/download/1.3.6.1/ruuvitag_b_bootloader_1.0.0.hex):
249249

250-
`J-Link>loadfile bootloader/ruuvitag_b2/dual_bank_ble_s132/armgcc/_build/ruuvitag_b2_bootloader.hex`
250+
`J-Link>loadfile ruuvitag_b_bootloader_1.0.0.hex`
251251

252252
## With nrfjprog
253253
Get nrfjprog from [Nordic's website](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_installation.html).

0 commit comments

Comments
 (0)