Hi all... Hope someone can help.
I am running on a pi3 with a 3A psu, fitted inside an aluminium case that also acts as an heatsink. SD card is a 32Gb Samsung Evo Class 10.
Once kodi is running it works fine for most of the time but the boot up is painfully slow..
Here is the log file gathered from ssh into the box and running journalctl -b 0 --no-pager
Log= http://ix.io/1wxd
Here is a section of the log.... you will see a 10 second delay at the end as it waits and a mmc timeout occurs. Someone else reported a similar issue sometime back and they said they tried other sd cards with no effect. mmc0 Timeout waiting for hardware interrupt · Issue #2392 · raspberrypi/linux · GitHub
No idea how to fix this.
Code
Sep 25 22:38:44 LibreELEC kernel: mmc0: sbc op 23 arg 0x78 flags 0x15 - resp 00000900 00000000 00000000 00000000, err 0
Sep 25 22:38:44 LibreELEC kernel: mmc0: cmd op 18 arg 0x16f59 flags 0xb5 - resp 00000900 00000000 00000000 00000000, err 0
Sep 25 22:38:44 LibreELEC kernel: mmc0: data blocks 78 blksz 200 - err 0
Sep 25 22:38:44 LibreELEC kernel: mmc0: stop op 12 arg 0x0 flags 0x95 - resp 00000000 00000000 00000000 00000000, err 0
Sep 25 22:38:44 LibreELEC kernel: mmc0: =========== REGISTER DUMP ===========
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDCMD 0x00004052
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDARG 0x00016f59
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDTOUT 0x017d7840
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDCDIV 0x00000006
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDRSP0 0x00000900
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDRSP1 0x00001269
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDRSP2 0x7fffffff
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDRSP3 0x00024007
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDHSTS 0x00000080
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDVDD 0x00000001
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDEDM 0x00010801
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDHCFG 0x0000040e
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDHBCT 0x00000200
Sep 25 22:38:44 LibreELEC kernel: mmc0: SDHBLC 0x00000001
Sep 25 22:38:44 LibreELEC kernel: mmc0: ===========================================
Sep 25 22:38:54 LibreELEC kernel: mmc0: timeout waiting for hardware interrupt.
Display More