|
1 | 1 | ## netX programming examples
|
2 | 2 |
|
3 |
| -Made for [netPI RTE 3](https://www.netiot.com/netpi/), the Open Edge Connectivity Ecosystem with Real-Time Ethernet |
| 3 | +Made for [netPI RTE 3](https://www.netiot.com/netpi/), the Raspberry Pi 3B Architecture based industrial suited Open Edge Connectivity Ecosystem |
4 | 4 |
|
5 | 5 | ### netX sample applications for PROFINET, EtherNet/IP and EtherCAT
|
6 | 6 |
|
@@ -38,9 +38,9 @@ STEP 3. Enter the following parameters under **Containers > Add Container**
|
38 | 38 |
|
39 | 39 | * **Runtime > Devices > add device**: `Host "/dev/spidev0.0" -> Container "/dev/spidev0.0"`
|
40 | 40 |
|
41 |
| -STEP 4. Press the button **Actions > Start container** |
| 41 | +STEP 4. Press the button **Actions > Start/Deploy container** |
42 | 42 |
|
43 |
| -Pulling the image from Docker Hub may take up to 5 minutes. |
| 43 | +Pulling the image may take a while (5-10mins). Sometimes it takes so long that a time out is indicated. In this case repeat the **Actions > Start/Deploy container** action. |
44 | 44 |
|
45 | 45 | #### Accessing
|
46 | 46 |
|
@@ -161,17 +161,15 @@ The protocol specific dependencies are described in the manuals
|
161 | 161 |
|
162 | 162 | located in the `manuals` folder.
|
163 | 163 |
|
164 |
| -#### Tags |
| 164 | +#### Automated build |
165 | 165 |
|
166 |
| -* **hilscher/netPI-net-programming-examples:latest** - non-versioned latest development output of the master branch. Can run on any netPI RTE 3 system software version. |
| 166 | +The project complies with the scripting based [Dockerfile](https://docs.docker.com/engine/reference/builder/) method to build the image output file. Using this method is a precondition for an [automated](https://docs.docker.com/docker-hub/builds/) web based build process on DockerHub platform. |
167 | 167 |
|
168 |
| -#### GitHub sources |
| 168 | +DockerHub web platform is x86 CPU based, but an ARM CPU coded output file is needed for Raspberry systems. This is why the Dockerfile includes the [balena.io](https://balena.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/) steps. |
169 | 169 |
|
170 |
| -The image is built from the GitHub project [netPI-netx-programming-examples](https://github.com/Hilscher/netPI-netx-programming-examples). It complies with the [Dockerfile](https://docs.docker.com/engine/reference/builder/) method to build a Docker image [automated](https://docs.docker.com/docker-hub/builds/). |
| 170 | +#### License |
171 | 171 |
|
172 |
| -View the license information for the software in the Github project. As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). |
| 172 | +View the license information for the software in the project. As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). |
173 | 173 | As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
|
174 | 174 |
|
175 |
| -To build the container for an ARM CPU on [Docker Hub](https://hub.docker.com/)(x86 based) the Dockerfile uses the method described here [resin.io](https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/). |
176 |
| - |
177 | 175 | [](http://www.hilscher.com) Hilscher Gesellschaft fuer Systemautomation mbH www.hilscher.com
|
0 commit comments