Skip to content

Commit

Permalink
[Update] readme.md (#10)
Browse files Browse the repository at this point in the history
* update readme.md (guide), adding new info

* [review] Content edit

*  [review] Content edit

Co-authored-by: Dzmitry Ivaniuk <[email protected]>
  • Loading branch information
AS005214 and idzm committed Jan 4, 2020
1 parent 2cd2626 commit 63298d8
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ sudo ln -s /opt/eclipse/eclipse

## 3. Install the Toolchain ##

The SDK contains all components (libraries and toolchains) to create a C++ application for
PLCnext Technology.

Unzip **SDK**:

Download the needed SDK from the Phoenix Contact webside.
Expand All @@ -89,17 +92,26 @@ Navigate to the folder where your SDK is located.
unzip SDK_Linux64_2019.9.zip
```

**Note**:
Avoid spaces in the SDK directory.

**Note**:
The archive is always extracted in the same directory.

Install **SDK**:

```sh
chmod +x ./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-toolchain-2019.9.sh
```

Specify the path to install:

>/opt/pxc/AXCF2152/2019.9
**Note**:
Several PLCnext Technology SDKs can be used in parallel. To prevent a mix of different
versions, Phoenix Contact recommends removing all older SDKs.

## 4. Configure Eclipse® IDE to use the installed PLCnext SDK ##

Set project cross settings (prefix and path):
Expand Down

0 comments on commit 63298d8

Please sign in to comment.