Decompress with gunzip, then «losetup -Pf file.img» then «udevil —mount /dev/loop1p1» to mount the flash partition, then «udevil —mount /media/LIBREELEC/SYSTEM».
Hi Master Escalade!! Your coding knowledge is always welcome.
I download RPI2 lakka image and unzip it with 7z (Generic image can be totally extracted with 7zip so I can get binaries but RPi2 always fails...)
I run my Ubuntu VM and I ccopy my lakka.img from windows host to ubuntu guest.
Then I ssh sudo "losetup -Pf lakka.img" -> OK
After that I install udevil and then "udevil —mount /dev/loop1p1" -> udevil: error 40: cannot stat in /dev/loop1p1: No such file or directory
I browse to /dev folder and I see there is no loop1p1, but loop1 to loop7 and loop2p1 and loop2p2 so I use one of these: "sudo udevil mount /dev/loop2p2" -> Mounted /dev/loop2p2 at /media/root/LAKKA_DISK
Then "udevil —mount /media/LIBREELEC/SYSTEM" -> udevil: error 40: cannot stat in /media/LIBREELEC/SYSTEM: No such file or directory
The I try several noob options like creating manually that folder, changing mounting path to the one from the previous output... but I am stuck at that point... what have I missed?
Thanks again for your help and patience...