Hi there,
We're using IMX8mini EVK, with Yocto Linux.
Suppose I :
echo 'hello world' >/var/log/nginx/my.log
It goes fine during the daily use. But after I restart the system, the my.log file under /var/log/nginx/ would be missing.
Why each restart would cause the Linux file system back to the original status, without any files that the user created?