Posts by dynamic2

    Ok getting this:

    Code
    LibreELEC:~ # 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:

    Code
    LibreELEC:~ # 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

    Okay, now you should try to mount the system partition under the system running from the SD card:

    Code
    mkdir /tmp/system
    mount -o ro /dev/system /tmp/system
    md5sum /tmp/system/SYSTEM
    md5sum /flash/SYSTEM

    getting this:

    Code
    LibreELEC (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:


    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

    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:

    Code
    LibreELEC:~ # 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?