Dear Community,
I have an application running under Linux on OMAP-L137, which continuously writes data to a file. I need to plot this data on a desktop in real-time (approximately).
The problem is that the NFS refreshes itself once in ca. 30 seconds, which is way to much. How can I reduce the NFS refresh rate to a minimum (or after every file size change) ?
My bootargs are:
setenv bootargs root=/dev/nfs noinitrd rw ip=dhcp nfsroot=${serverip}:${rootpath}
setenv bootcmd 'dhcp;bootm'
If you have any questions, please let me know!
I would appreciate your help!
Bogdan