• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Usage of Fieldbus in and out and FRAM read and write nodes
#5
Well I have the following recommendation for you.

All Hilscher example codes are optimized to make the docker image as small as possible.

Because of this you will find a single "RUN" command that installs everything in a single command:

#do installation
RUN apt-get update \
&& apt-get install curl libboost-filesystem1.62-dev libboost-date-time1.62-dev libjansson-dev p7zip-full build- essential \ and so on

You can change for tests the whole script file to multiple "RUN" commands like

RUN apt-get update
RUN apt-get install curl libboost-filesystem1.62-dev libboost-date-time1.62-dev libjansson-dev p7zip-full build- essential and so on

By this method the automatic build process gives you a better result in the log file then that maybe helps you why the build process does not work on the web.

Another question is: do you have a Raspberry Pi 3 instead where you can compile the container locally to debug why it does not work?

As next your Fieldbus Container uses "FROM resin/armv7hf-debianConfusedtretch" as first command. So it loads Debian Stretch as base image. Just for a test change it to "FROM resin/armv7hf-debian:jessie" which used Debian:jessie as OS. This one ise used by the FRAM node. And it works with the Fieldbus node as well.





You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
Answer - by Schranz - November-1st-2017, 11:07 AM
Answer - by Armin@netPI - November-1st-2017, 07:34 PM
Answer - by Schranz - November-13th-2017, 02:19 PM
Answer - by Schranz - February-27th-2018, 09:59 PM
Answer - by Armin@netPI - February-28th-2018, 06:28 PM
Answer - by Schranz - March-1st-2018, 10:55 AM
Answer - by Armin@netPI - March-1st-2018, 01:51 PM
Answer - by Armin@netPI - March-2nd-2018, 09:14 PM
Answer - by Schranz - March-5th-2018, 05:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  2 MAC addresses for fieldbus RJ45 ports tad 2 2,212 March-11th-2021, 01:17 PM
Last Post: tad
  Internet on the fieldbus-side COswald 21 9,741 March-1st-2021, 07:41 AM
Last Post: COswald
  Receive at startup additional data through the Fieldbus Port Schranz 1 2,904 September-10th-2020, 10:55 AM
Last Post: Armin@netPI
  Fieldbus Ports not working Schoko 13 8,927 June-29th-2020, 09:43 PM
Last Post: Armin@netPI
  [SOLVED] activate LED1/2 with Node-RED + fieldbus nodes container Christian_Rau 6 4,923 October-21st-2019, 10:30 AM
Last Post: Armin@netPI
  netPI Node-Red fieldbus node Error PersEE 5 5,296 October-8th-2019, 03:55 PM
Last Post: Armin@netPI
  [SOLVED] Help with fieldbus node Farani 5 4,123 August-20th-2019, 07:22 AM
Last Post: Armin@netPI
  [SOLVED] WebConfig netpi-nodered-fieldbus JohnyD94 13 8,323 May-6th-2019, 12:20 AM
Last Post: JohnyD94
  [SOLVED] Usage of overlay driver adeeljsid 4 3,969 October-18th-2018, 10:13 AM
Last Post: Armin@netPI
  usage as WLAN access point with hostapd FrankJacob 1 2,028 July-6th-2018, 10:34 AM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 1 Guest(s)