anyone noticed these ? i first came across them while backporting gnuboy to dingux. They seem to affect fps and seem to be caused by mmcqd process.
anyway if you are experiencing these i have been experimenting with a few commands and these seem to help with my gnuboy port :
mount -o remount,rw,async,nosuid,noatime,nodiratime /boot
then check with mount if the options went through or not (you should be doing this from a telnet session in / )
then do
renice 20 `pidof mmcqd`
and then start your emulator game that had these hickups / freezes.
Do note this for games / emulators that run always fullspeed but get random hickups (so this isn't a magic command to make games run better that the dingoo can't handle :p)
it works with me for mame & dingux gnuboy (which isn't released yet)