Image 1.0 (May30, 2018)

Eugene Aksyonov

Well-Known Member
1. Download image file triumphls.img.gz by the link below in latest messages.
2. pzip it into triumphls.img
3. find 8Gb microSD card and insert it into PC.
4. Download and install "Win32 Disk Imager" tool from https://sourceforge.net/projects/win32diskimager/
5. Run "Win32 Disk Imager"
6. Set Device to your SD card drive. Select image file. click "Write" to start process.
index.php


7. If all is okay you will see confirmation about success of creating.
8. Insert SD into Triumph-LS and power off/on it.
9. On the first boot it will install applications so you have to wait.
10. When JField started go to System/Restore/"Restore Factory Data".
 

Eugene Aksyonov

Well-Known Member
take this tool set. Alwo If you install Git for Windows you can use mingw console which I like more.
 

Attachments

  • PuTTY.zip
    1 MB · Views: 406

Eugene Aksyonov

Well-Known Member
connect to LS to get console: ssh root@<IP>
store data to archive in console: tar czf backup.tar.gz <file/folder names>
unzip data from archive in console: tar xzf backup.tar.gz
copy from LS to local folder: scp root@<IP>:<path to file of wildcard> .
copy from local folder to LS: scp <file name> root@<IP>:.
 
Last edited:
Top