diff options
author | sprhawk <hongbo@yang.me> | 2014-08-29 10:05:34 +0800 |
---|---|---|
committer | sprhawk <hongbo@yang.me> | 2014-08-29 10:05:34 +0800 |
commit | e8558f676dac47ec78bb81bf4da33984f495d10c (patch) | |
tree | a703d907dae29fce3dee493237d7ddf1d496e3d7 | |
parent | 5084524a7187755a39f14a24d119de584530fb1d (diff) | |
download | nrf51822-posix-build-scripts-e8558f676dac47ec78bb81bf4da33984f495d10c.tar.gz nrf51822-posix-build-scripts-e8558f676dac47ec78bb81bf4da33984f495d10c.tar.bz2 nrf51822-posix-build-scripts-e8558f676dac47ec78bb81bf4da33984f495d10c.tar.xz nrf51822-posix-build-scripts-e8558f676dac47ec78bb81bf4da33984f495d10c.zip |
updated README for different softdevice version
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ nrf51822 build script under MacOSX Usage: ------ +0. download and extract nRF51-SDK 6.0.0 and s110 softdevice 7.0.0 1. install arm-none-eabi-gcc for MacOSX: @@ -24,3 +25,5 @@ Usage: 9. make flash + +note: s110 7.0.0 and s110 6.0.0 has different memory layout, 7.0.0 uses 0x16000 as app location while 6.0.0 uses 0x14000, and the build scripts here support 7.0.0 only, if you want to use with 6.0.0. If you want to use 6.0.0, first change Makefile.common, find the STARTADDRESS and change the address, and replace all the .ld files with which included in nRF51-SDK 5.2.0) |