LibreELEC (Matrix) 10.0 BETA1

  • So, I have to create that "update" Folder, if it is non-existing and the Update Process should be working then? What will happen, when there is a stable Version ?

  • So, I have to create that "update" Folder, if it is non-existing and the Update Process should be working then? What will happen, when there is a stable Version ?

    The update folder is already there, but maybe not visible by your file manager. It's /storage/.update. On your next boot, LE will detect the file and automatically starts the update. At the release of the stable LE 10, you probably have to do that process again.

  • Thanks a lot!

  • dmesg | paste at the shell might show us some hint

    LibreELEC:~ # dmesg | grep "brcm"

    [ 6.083216] bluetooth hci0: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2

    [ 6.083223] Bluetooth: hci0: BCM: Patch brcm/BCM4345C0.hcd not found

    [ 8.098159] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6

    [ 8.098282] usbcore: registered new interface driver brcmfmac

    [ 8.114820] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.CX-CX-W10.txt failed with error -2

    [ 8.224547] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6

    [ 8.224621] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available

    [ 8.225030] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4

    from Working version
    (have no way to SSH into Matrix without wify)

    SOLUTION !!
    i grub Wify dongle and get dmesg

    LibreELEC:~ # dmesg |grep brcm

    [ 7.299257] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'

    [ 7.299259] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'

    [ 9.332567] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6

    [ 9.332697] usbcore: registered new interface driver brcmfmac

    [ 9.351379] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.CX-CX-W10.txt failed with error -2

    [ 9.351432] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2

    [ 10.365507] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

    then get file firmware-nonfree/brcmfmac43456-sdio.txt at master · RPi-Distro/firmware-nonfree · GitHub
    and rename it
    DONE!!!

    Edited 2 times, last by satskiy: add (May 1, 2021 at 11:28 PM).