Is there a solution for this problem? Same here where the OS language was french during the installation of codesys (SP20 Patch2)
I tried both 3B en 4. But every time with a lite version. I didn't try the full version of raspberry pi os. Nice to hear you are aware of the problem and trying to fix it. I'll hold on to the image from 2023-10-10 for now.
I tried both 3B en 4. But every time with a lite version. Never tried the full version of raspberry pi os. Nice to hear you are aware of the problem and trying to fix it. I'll hold on to the image from 2023-10-10 for now.
There seem to be problems with the latest version of raspberry pi os 64bit (I used the lite version). The codesys control runtime crashes after a few seconds. The same runtime works on the raspberry pi image from 2023-10-10 When starting the runtime from the commandline, i get the following error: ooops... this runtime was build for RASPBERRYPI. Hardware version or firmware version not supported! (and yes, I'm running this on a raspberry pi :-)
You have to do this after each restart, or add the command to /etc/rc.local
sudo ln -sf /dev/vcio /dev/char_dev no need to override the init-functions file after that
Hi, Is it possible to remove unused add-ons from a project? When a project is created on one installation with add-ons installed, a second installation (without the add-ons) complains about them, although they are never used in the project.
I ended up using a array of interfaces. Not intirely happy because i still need 2 array's (one for the objects, an other one for the interfaces), but it works @aliazz: I really liked your git repository on OOP concepts. Thanks!