You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documents/iot-ethernet-firmware-compile-and-program.md
+4-7
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ This document will show you where to find the latest _released_ version of the f
13
13
You will need the following Microchip development tools to program and develop with the Microchip IoT Ethernet.
14
14
15
15
- Download the latest project for IoT Ethernet from here: [IoT Ethernet Project](https://github.com/MicrochipTech/aws-iot-firmware-pic32mz/releases/latest)
16
-
- Download and install Microchip MPLAB<sup>®</sup> Harmony Integrated Software Framework v1.08 for your OS from here: [Harmony](http://www.microchip.com/mplab/mplab-harmony)
16
+
- Download and install Microchip MPLAB<sup>®</sup> Harmony Integrated Software Framework v1.08.01 for your OS from here: [Harmony](http://www.microchip.com/mplab/mplab-harmony)
17
17
- Download and install Microchip MPLAB<sup>®</sup> X IDE for your OS from here:
18
-
[Microchip MPLAB<sup>®</sup> X IDE](http://www.microchip.com/mplabx) (3.30 tested)
19
-
- Download and install the v1.40 XC32 compiler for your OS from here (Install both v1.40 and v1.40B - Part Patch): [Microchip MPLAB<sup>®</sup> XC32 Compiler](http://www.microchip.com/xc32)(v1.40 with v1.40B part patch tested)
18
+
[Microchip MPLAB<sup>®</sup> X IDE](http://www.microchip.com/mplabx) (3.35 tested)
19
+
- Download and install the v1.42 XC32 compiler for your OS from here: [Microchip MPLAB<sup>®</sup> XC32 Compiler](http://www.microchip.com/xc32)
20
20
21
21
More information about Microchip tools can be found on [Microchip's developer help site](http://microchip.wikidot.com/swtools:start)
22
22
@@ -34,7 +34,7 @@ Example below is shown on MAC OS X, these instructions may vary slightly on diff
34
34
- With your project opened, right click on the project __aws-iot-ethernet__ in the Projects tab and select __Set as Main Project__
35
35
- Follow these directions to install the Microchip Harmony Configurator (MHC): [Steps to Install MHC](http://ww1.microchip.com/downloads/en/DeviceDoc/MPLAB%20Harmony%20Configurator%20(MHC)%20and%20MPLAB%20Harmony%20Graphics%20Composer.pdf)
36
36
- Open the MHC by clicking __Tools -> Embedded -> MPLAB Harmony Configurator__
37
-
- The MHC will prompt asking to choose a Harmony framework to use, select "Yes" and select the location of your v1.08 Harmony install and click "OK"
37
+
- The MHC will prompt asking to choose a Harmony framework to use, select "Yes" and select the location of your Harmony install and click "OK"
38
38
- The MHC will then ask if you want to open the configuration file __IoT-Ethernet.mhc__ for the __aws-iot-ethernet__ project, select "Open" to proceed.
39
39
- With the new Harmony framework selected for your project, you will need to regenerate code by clicking the generate code button. 
40
40
- A settings window will pop up, check only the box "Create a backup...": 
@@ -56,6 +56,3 @@ If you are having trouble, check to make sure that each of the issues bellow are
56
56
57
57
#### Project won't compile due to missing files
58
58
- Often times a project won't compile if you are on a Windows machine due to a limitation in the path length. Windows OS has a max path length of 260 characters, so file paths are sometimes truncated when attempting to compile which leads to files not being found by the compiler. Try putting the project in the topmost directory, usually "C:/". For more information please see [MSDN article from Microsoft](https://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath).
59
-
60
-
#### Project won't compile due to errors such as missing ADCxxx registers
61
-
- v1.40 compiler must be updated with the v1.40B which is the "Part Patch". This installer will update your v1.40 compiler with the required files to compile for the part on the IoT Ethernet Kit. Again, this can be downloaded at [Microchip MPLAB<sup>®</sup> XC32 Compiler](http://www.microchip.com/xc32).
Copy file name to clipboardexpand all lines: documents/iot-ethernet-mplab-ipe.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You will need the following Microchip development tools to program the Microchip
15
15
16
16
- Download the latest HEX file for IoT Ethernet from here: [IoT Ethernet Project](https://github.com/MicrochipTech/aws-iot-firmware-pic32mz/releases/latest)
17
17
- Download and install Microchip MPLAB<sup>®</sup> X IDE for your OS from here:
18
-
[Microchip MPLAB<sup>®</sup> X IDE](http://www.microchip.com/mplabx) (3.30 tested)
18
+
[Microchip MPLAB<sup>®</sup> X IDE](http://www.microchip.com/mplabx) (3.35 tested)
19
19
- PICKit<sup>™</sup> 3 In-Circuit Debugger/Programmer (or other programmer)
Copy file name to clipboardexpand all lines: documents/iot-ethernet-out-of-box-guide.md
-36
Original file line number
Diff line number
Diff line change
@@ -25,42 +25,6 @@ You will need the following Microchip development tools to run out of box demo
25
25
26
26
> NOTE: If you are a **Microchip Employee** we have a corporate AWS account that must be used. To setup your AWS IoT device please go to https://setup.iot.microchip.com for more information
27
27
28
-
---
29
-
### Setting Up the AWS Command Line Interface
30
-
#### Linux, Unix, and Windows Installations
31
-
Follow the instructions in the [Getting Set Up with the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html) for installations for your operating system.
32
-
33
-
#### Mac OS X Installation
34
-
This assumes that you have not installed previous version of Python, awscli, or openssl; if you have you will need to uninstall those versions. You will need to use a version of openssl 1.0.0 or later to connect to AWS IoT services as TLS 1.1 is required. To do this follow the these steps:
35
-
36
-
1. Use [Homebrew](http://brew.sh/) to install the latest version of openssl with the following commands in a terminal window. You will need to force the links so that Python will use the right version of openssl.
37
-
38
-
```
39
-
brew update
40
-
brew install openssl
41
-
brew link --force openssl
42
-
```
43
-
- Reinstall Python to use the latest openssl:
44
-
45
-
```
46
-
brew install python --with-brewed-openssl
47
-
```
48
-
- To verify that python was updated run the following command and make sure the version os greater than 1.0.2d
49
-
50
-
```
51
-
python -c 'import ssl; print ssl.OPENSSL_VERSION'
52
-
```
53
-
- Install/upgrade the AWS CLI:
54
-
55
-
```
56
-
pip install --upgrade awscli
57
-
```
58
-
- To verify the version of the AWS CLI tool installed run the following command and look for version 1.10.x or greater:
0 commit comments