Posts by dynamic2
-
-
Ok getting this:
CodeLibreELEC:~ # mke2fs -F -q -t ext4 -m 0 /dev/system /dev/system contains a ext4 file system last mounted on /flash on Thu Jan 1 00:00:32 2015 Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata and journal checksum features. LibreELEC:~ # mkdir /tmp/system mkdir: can't create directory '/tmp/system': File exists LibreELEC:~ # mount -o rw /dev/system /tmp/system LibreELEC:~ # cp /flash/SYSTEM /tmp/system LibreELEC:~ # sync LibreELEC:~ # umount /tmp/system
did the previous request:
CodeLibreELEC:~ # mkdir /tmp/system LibreELEC:~ # mount -o ro /dev/system /tmp/system LibreELEC:~ # md5sum /tmp/system/SYSTEM 23bec528ae6e75828fa5126c8663b6e1 /tmp/system/SYSTEM LibreELEC:~ # md5sum /flash/SYSTEM 23bec528ae6e75828fa5126c8663b6e1 /flash/SYSTEM
I did reboot whitout sd and get: error in mount_storage etc... could not mount /dev/data
-
getting this:
CodeLibreELEC (dtech): 9.2.8.8 (Generic_S905.arm) LibreELEC:~ # mkdir /tmp/system LibreELEC:~ # mount -o ro /dev/system /tmp/system mount: mounting /dev/system on /tmp/system failed: Invalid argument LibreELEC:~ # md5sum /tmp/system/SYSTEM md5sum: can't open '/tmp/system/SYSTEM': No such file or directory LibreELEC:~ # md5sum /flash/SYSTEM 23bec528ae6e75828fa5126c8663b6e1 /flash/SYSTEM LibreELEC:~ #
-
If it has already run, please send me the output as wel
Hi, sry for the late reply was too bussy to test this..
this is the output:Code
Display MoreLibreELEC (dtech): 9.2.8.8 (Generic_S905.arm) LibreELEC:~ # echo $(cat /proc/device-tree/le-dt-id) gxl_p212_2g_nand LibreELEC:~ # dd if=/dev/zero of=/dev/dtb bs=256k count=1 1+0 records in 1+0 records out 262144 bytes (256.0KB) copied, 0.044512 seconds, 5.6MB/s LibreELEC:~ # dd if="/usr/share/bootloader/device_trees/gxl_p212_2g_nand.dtb" of =/dev/dtb bs=256k 0+1 records in 0+1 records out 40779 bytes (39.8KB) copied, 0.047640 seconds, 835.9KB/s LibreELEC:~ #
after this i reboot whitout the SD and i get: error in mount_flash: mount_common: could not mount /dev/system
also maybe other problem whit it running from SD, the wired lan connection is not working it gets a ip but not my local one and cant use internet trough it i need to use wifi so i could ssh it. -
-
Okay, we are now one step closer to the fact that you are using the factory dtb of MXQ Pro 4K+, which is already named gxl_p212_2g_nand.dtb in the Generic_S905 version since 9.2.8.7.
I still recommend testing an SD card with the latest version (v9.2.8.8) and the dtb mentioned above.
Made a SD card and using that dtb then its runing fine.
tryed to update the internal again and seen in the writing its updating the device tree to gxl_p212_2g.dtb can i force it that it ll use gxl_p212_2g_nand.dtb when updating from tar -
You did not write exactly what kind of device you have, nor whether the LE runs from an SD card or an eMMC. If you boot from an SD card, you should try a clean installation first (with the correct dtb) on another SD card to see if it boots at all.
ive a Tanix TX5 Pro S905X 2GB and its installed on internal eMMC i reinstalled again till LibreELEC-MXQ-4K-Pro_2G.arm-9.2.8.6
-
Runing LibreELEC-MXQ-4K-Pro_2G.arm-9.2.8.6 when trying to update to LibreELEC-Generic_S905.arm-9.2.8.8.tar i get:
###Starting debugging shell for boot step: mount _storage…type exit to quit ###
*** Error in mount_storage: mount_commin: Could not mount LABEL=STORAGE ***
i updated before whit the tar files and didnt had this kind of error. -
Dont realy know wat i did now cos i assambled it again and after some restarts it was working only the bluetooth dont work on it i did the command kszaq asked
Following result:
P: /devices/http://d0070000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: DEVPATH=/devices/http://d0070000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: DRIVER=ar6k_wlan
E: MODALIAS=sdio:c00v0271d0701
E: SDIO_CLASS=00
E: SDIO_ID=0271:0701
E: SUBSYSTEM=sdio -
Libreelec is working fine on my TX5 Pro 2/16 only no wifi i opened up to check the wifi adapter its a Fn-Link 8223A
any way to get that working or can i do someting ive the android firmware where wifi is working. -
Thx was working now using PuTTy
-
Ive the TX5 (S905X) and is working great with libre from SD
Now i wanted to install it to internal emmc so i connect trough SSH with WinSCP and run the command "installtointernal"i get:
CodeLibreELEC:~ # installtointernal This script will erase BOOT, SYSTEM, DATA and DTB on your device and install LE that you booted from SD card/USB drive. It will create a backup of device tree and recovery partition on your boot media . The script does not have any safeguards!
And then i get that the device is not responding.
the box stays also just working nothing change after 60sec WinSCP can reconnect to the device but is not installed on internal.
Any idea's about this?