I downloaded latest
sha256 is matching. I noticed that LIBRELEC/config.txt has a strange encoding and when I try to boot I have a boot error code 7: 'Kernel or device-tree not found or not compatible'.
I downloaded latest
sha256 is matching. I noticed that LIBRELEC/config.txt has a strange encoding and when I try to boot I have a boot error code 7: 'Kernel or device-tree not found or not compatible'.
Hello,
Everything is working fine for me on Rpi5 and NVMe M2/SSD Boot.
Regards, jd
(translated with DeepL)
Sorry, for some reason I tried writing to sd card with:
   lsblk
   # find the sdcard
   gunzip -c LibreELEC-RPi5.aarch64-13.0-nightly-20250913-218e3bd.img.gz | sudo dd of=/dev/sdX oflag=dsync status=progress
   # gunzip -c decompresses to stdout
   # dd writes to the disk
   # bs=4M sets block size to 4MB (faster)
   # status=progress shows writing progress
   # conv=fsync ensures everything is flushed to disk
   sync
   # sync to eject
	
	It did not work, when I tried with Raspberry PI imager it worked great.