I installed CODESYS control 3.5.13.20 on my Raspberry Pi Model B Plus Rev 1.2 running raspbian (Linux raspberrypi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l).
The runtime starts for about 20 seconds and stops with the error 'ooops... this runtime was built for RASPBERRYPI (-22, 0x00000BB8, 0xFFFFFFFB)'
/proc/cpuinfo:
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 0010
According to the shop CODESYS should work on Pi 1 Model B+.
How can I make CODESYS run on my Pi ?
BR
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I installed CODESYS control 3.5.13.20 on my Raspberry Pi Model B Plus Rev 1.2 running raspbian (Linux raspberrypi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l).
The runtime starts for about 20 seconds and stops with the error 'ooops... this runtime was built for RASPBERRYPI (-22, 0x00000BB8, 0xFFFFFFFB)'
/proc/cpuinfo:
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 0010
According to the shop CODESYS should work on Pi 1 Model B+.
How can I make CODESYS run on my Pi ?
BR
Hi,
is this latest Rasbian on this system?
'disabled predictable network Interface names' under
sudo raspi-config
?
BR
Edwin
Hello,
Disabling predictable network interface names solved the problem.
Thanks