Colleagues, what is the correct way to install Node-red with balena-engine on an AXC F 3152?
I was able to install Balena-engine in the PLC but at the time of executing the following command line:
balena-engine run -it -p 1880:1880 --name nodered --restart always pxcbe/node-red:opcua gives me the following problem:
standard_init_linux.go:211: exec user process caused „exec format error“.
Hi! The image pxcbe/node-red:opcua is currently only build for arm32v7 the architecture for AXC F 1152 and AXC F 2152.
Your AXC F 3152 is build with an X86 CPU, hence the „**„exec format error“.“
**I will create this images in the (near) future. But for now you should be able to install the module when you run, and installing the nodes with the node pallet.
https://nodered.org/docs/user-guide/runtime/adding-nodes balena-engine run -it -p 1880:1880 --name nodered --restart always nodered/node-red Kind regards Dries