Yeah thought so have just tried with this code via ssh with preinits.tar in device MYDocs but message can't find directory etc? garp@garp-Lenovo-B590:~$ sudo su [sudo] password for garp: root@garp-Lenovo-B590:/home/garp# ssh -i my_n9_identity root@192.168.2.15 ************************************************** ****** * Welcome to RM-696 ubiboot-02 maintanance console * ************************************************** ****** Enter passphrase for key 'my_n9_identity': ~ # tar -xvf preinits.tar -C / tar: can't open 'preinits.tar': No such file or directory ~ #
echo "" > /sys/devices/platform/musb_hdrc/gadget/lun0/file
mount /dev/mmcblk0p1 /mnt/1
mount /dev/mmcblk0p2 /mnt/2
tar -xvf /mnt/1/preinits.tar -C /mnt/2/
sync ; umount /mnt/1 ; umount /mnt/2