Pi 3, running piCore 8.1.5.
I'm using copy mode, with copy2fs.flg in /mnt/mmcblk0p2/tce.
Furthermore, in /opt/bootlocal.sh, I have the line
umount /mnt/mmcblk0p2
so that the SD card is unmounted after bootup.
But I am still seeing the green "ACT" light flash when I start up some software on the Pi... does this mean I still have I/O accessing the SD card, or is the ACT light indicating something else?
The software is for industrial control, using TCP sockets and tty ports (tty through a USB/RS-232 dongle) to communicate with external devices.
We really want to ensure that we aren't accessing the SD card at all following boot, to reduce the probability of the SD card being corrupted.
Any ideas? Can I see what processes might be accessing the SD card?
Thanks for your wisdom.