Wetek - Error during NAND install

  • Hi all,

    I had nand corruption on my Wetek Openelec box (running Libreelec 7.0.2 and recently updated to 7.0.3) so I needed to do a clean nand install.

    I got the 7.0.3 files and reflashed it , it sits on the libreelec splash screen for a long time then returns the following error:

    *** Error in mount_storage: mount_common: Could not mount /dev/data ***
    ### Starting debugging shell... type exit to quit ###
    sh: can't access tty; job control turned off
    # _

    Any ideas? I've tried it 3 times and get the same error returned.

    Many thanks.

    Edited once, last by calex71 (January 9, 2017 at 12:06 PM).

  • UPDATE : Got it installed

    I found this thread before posting earlier LibreELEC

    but my factory_update_param.aml didn't have the wipe data or cache commands . Checked my pc for the 7.0.2 version and it's factory_update_param.aml had those so I edited the 7.0.3 one on my card and added those in and the install worked correctly

  • I also own an WeTek OpenELEC. I tried to install LibreELEC-WeTek_Play.arm-7.0.3.zip . I got the error on the boot splash:

    Code
    Starting debugging shell... type  exit  to quit ###
    can't access tty; job control turned off

    After that I also added those two lines calex71 mentioned, so the file factory_update_param.aml containes:

    Code
    --update_package=/sdcard/LibreELEC-WeTek_Play.arm-7.0.3-update.zip
    --wipe_data
    --wipe_cache

    I tried again, and the installation works fine. Thanks for the hint.