Solution
File paths and structure vary somewhat depending on the target operating system.
On NI Linux Real-Time targets, the root file path is / and forward slashes serve as delimiters between directories. NI Linux Real-Time targets do not have a C drive. However, for convenience, the directories /c and /c/ni-rt exist, and /c/ni-rt/startup redirects to /home/lvuser/natinst/bin which is the recommended path for startup applications on NI Linux Real-Time targets.
Therefore, your IMAQ Read File/IMAQ-Write-File-2 should have a path similar to the below:
/home/lvuser/xxx.jpgThis document discusses recommended LabVIEW coding practices for designating file paths so that an application can be moved seamlessly from target to target.