Skip to content

Commit cc27afc

Browse files
committed
Update install instructions.
1 parent 60f2c4b commit cc27afc

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

README.md

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,39 @@
11
About
22
=====
33

4-
This is arduino add-on package for NXP JN516x platform.
5-
4+
This is Arduino add-on package for NXP JN516x platform.
5+
This version is built on [Contiki](http://contiki-os.org/).
66

77
Install
88
=======
99

10-
Install JN516x plugin to arduino
10+
Install JN516x plugin to Arduino
1111
--------------------------------
1212

13-
### for Arduino 1.6.4 or newer versions.
14-
15-
* Use this additional package definition by 'Additional Boards Manager URLs' option that is on Arduino's preferences.
16-
[http://soburi.github.io/JN516x-arduino-package/package_soburi_jn516x_index.json](http://soburi.github.io/JN516x-arduino-package/package_soburi_jn516x_index.json)
13+
### For Arduino 1.6.7 or newer versions.
1714

18-
### for Arduino 1.6.3 or older versions.
15+
Use this additional package definition of 'Additional Boards Manager URLs' option that is on Arduino's preferences.
16+
* [http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json](http://soburi.github.io/JN516x-arduino-package/package_soburi_intiki_index.json)
1917

20-
- Extract [plugin archive](https://github.com/soburi/JN516x-arduino-package/archive/master.zip)
21-
into _[arduino\_root]/hardware/soburi_ folder.
22-
- Extract [toolchain archive](https://dl.dropboxusercontent.com/u/498101/jn516x-tools_i686-mingw32_r8352.tar.bz2) into into _[arduino\_root]/hardware/tools_ folder.
23-
- Put a platform.local.txt that contains following line,
24-
```
25-
runtime.tools.jn516x-tools.path={runtime.ide.path}/hardware/tools/jn516x-tools/
26-
```
27-
into a plugin archive extracted folder.
18+
This package does download external package on first build time.
2819

20+
Install Compiler and SDK.
21+
----------------------------
2922

30-
Install JN516x SDK
31-
------------------
32-
Install JN516x-JenNet-IP Stack SDK.
23+
Download and install compiler, sdk and flash programmer from [ NXP's JN516x page](http://www.nxp.com/ja/products/interface-and-connectivity/wireless-connectivity/2.4-ghz-wireless-solutions/ieee-802.15.4-for-jn516x:IEEE802.15.4).
3324

34-
* [JN-SW-4065-JN516x-JenNet-IP-SDK-v979](http://www.nxp.com/documents/other/JN-SW-4065.zip)
25+
* [BeyondStudio for NXP](http://cache.nxp.com/documents/other/JN-SW-4141.zip)
3526

36-
### Windows
27+
* [JN516x IEEE 802.15.4 SDK](http://cache.nxp.com/documents/other/JN-SW-4163.zip)
3728

38-
Simply install to default destination (C:\Jennic).
29+
* [JN51xx Producton Flash Programmer](http://cache.nxp.com/documents/other/JN-SW-4107.zip)
3930

40-
### MacOSX and Linux
4131

42-
Use [wine](https://www.winehq.org/) to launch installer program.
43-
Install to Z:\opt\Jennic(point to /opt/Jennic in filesystem).
32+
### For Windows
4433

34+
Install to installer's default destination (C:\NXP).
4535

46-
API implement status
36+
API implements status
4737
====================
4838

4939
Already implemented

0 commit comments

Comments
 (0)