PS: JTAG without a working RPi can become a very time-consuming task. I suggest to order a new microSD reader from China (eBay).
Posts by Da Flex
-
-
Only to be clear, you mean the card reader/slot on the RPi not the one used to write the image?
Yes.
-
Could it be the power supply?
Unlikely since you tried three of them. Cleaning the slot doesn't mean you can rule it out.
I suggest two options:
a) replace the card reader
b) use a JTAG for searching other issues
If you're convinced it's not the the card reader, take option b).
-
To my knowledge RPi can't output real interlaced video. I just don't see why this should matter. We have a couple of RPi users, who run CRT TV's successfully with such fake interlaced modes. This definitely works. Just make sure you run the right LE version (see above).
-
Card reader contacts can get some oxidation over the years. Try to clean it, or if you have the skills, replace it.
-
If it doesn't write any log info, then I bet on a broken microSD reader.
Remove the microSD after boot fault, connect it to a desktop PC, and check the log file (if any log exists).
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Did that RPi2 ever worked with any software? Try Raspberry Pi OS to check the hardware.
-
Not LE specific anymore, so I move the thread to Off-Topic.
-
rsync -a --delete <source_folder> <target_folder>
rsync should be available as network tools add-on.
-
Cron-job that.
-
Yeah, this is rare stuff. There is a composite bug in LE 10.0.2, so I think that's the whole reason of the issue.
Generally it should be possible to run 480i by those settings: Click!
-
Please try a current nightly build: Click!
-
-
I've already tested OSMC and Raspiberry OS and both are the same. They only work on HDMI 1, no signal on HDMI0.
Now it's clearly a broken HDMI-0. Use your warranty, or order a replacement.
If you can't do both, then there are other ways to make an RC work, but not as easy as CEC.
-
I installed Adafruit_DHT as addon. How can I use pip3 on my libreelec10?
- uninstall that add-on, it's not compatible
- create the folder /storage/.kodi/userdata/library/Adafruit_DHT
- copy this files into that folder (use wget <URL>) : Click!
- then you can use the above method to access the libs in that folder
-
-