yes, 3.5.11.10:
Package-Info:
Code:
root
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=========================================
ii codesyscontrol 3.5.11.10 all V3.5.11.10, Do 10. Aug 12:28:26 CEST 2017
I recognize following and maybe that is a problem. In your instruction you said:
Quote:
5. change the runtime application directory to /media
sudo nano /etc/init.d/codesyscontrol
see screenshot
and change the location of PlcConfigFile
export PlcConfigFile=/media/CODESYSControl.cfg
and
cd /media/
In the screenshot i put my /etc/init.d/codesyscontrol.
I changed/added the yellow lines. The script is slightly diffrent then yours (see orange rectangle).
And i see that WORKDIR still pointing to /var/opt/codesys which is a unionfs (/var_org and /var_rw). So writing an boot image for example will not be stored remanent on the sd card (stored to /var_rw/opt/codesys which is a ramfs)?!?!
You said:
Quote:
...
2. all applications files are redirected to /media (Usb stick)
you should see Application.app, Application.crc visu directory etc on the USB Stick /media
...
and thats not the case. Maybe soming in the init.d script has changed which i have to pay attention on?!