Is it possible to boot LE from SD card but to store the /userdata/ on the NAND of an AML s905x box?
Currently using 7.0.3.012 on a MiniM8SII 2/8GB and would like to store my userdata on the internal NAND of the box for performance - I'm sure I read of someone doing this before, but can't currently find any posts detailing it.
Would it be sufficient to place
in [i]/storage/.config/autostart.sh[/i], move everything to the NAND, then make a symlink: [i]ln -s /media/nandata/media/0/kodiuserdata/ /storage/.kodi/userdata[/i]??
Thanks in advance.
UPDATE - That worked fine, device correctly reads my userdata from NAND, all working fine!