Have you tried a different USB flash drive?
yes
Have you tried a different USB flash drive?
yes
So if for a lot of people working and only for you not... it's logic to be something with the program and not at your side....
Did you tried to run the LibreElec USB-Creator with admin rights (right click to icon... "Run as administrator")?
yes
nothing is wrong with my usb ports, has to be some thing to do with permissions
so LibreELEC USB-SD Creator, Etcher and win32diskimg is failing to flash a usb drive
idk? what that is
I used Etcher on another PC and it worked fine, I don't know why its not working on my gaming laptop some thing might be blocking it from flashing a usb drive?
I did but it failed to flash any of my usb flash disk
Use Raspberry Pi OS, not Raspbian. Installation should be easy: HOW-TO: Install Kodi on Raspberry Pi
its the same thing
No, but you can autostart Kodi on it.
I tried that and it didn't work
That's the correct default content. You have to add parameters that way: Click!
Here is a syntax description: https://www.kernel.org/doc/html/latest/fb/modedb.html
As you can see, cmdline.txt has a totally different syntax, compared to config.txt.
I give up, it did not work, I've tried everything you said and nothing works
That's the correct default content. You have to add parameters that way: Click!
Here is a syntax description: https://www.kernel.org/doc/html/latest/fb/modedb.html
As you can see, cmdline.txt has a totally different syntax, compared to config.txt.
is there a way to run LibreELEC within Raspbain OS
HDMI options go to cmdline.txt. Other options go to config.txt.
but the file has this in it boot=UUID=1510-0002 disk=UUID=1d2456fd-f3e0-4c17-b0ad-8bc237d5b0cf quiet
but the file has this in it boot=UUID=1510-0002 disk=UUID=1d2456fd-f3e0-4c17-b0ad-8bc237d5b0cf quiet
nothing is working
It has no effect at config.txt. You have to append the resolution to the above line by using a specific syntax (search please).
Eventually you also have to remove the other options starting with hdmi_ from config.txt, and append them to the above line. I'm not familiar with the syntax of cmdline.txt.
I still don't get it or understand
I allready added that to the config.txt, the cmdline.txt has this boot=UUID=1510-0002 disk=UUID=1d2456fd-f3e0-4c17-b0ad-8bc237d5b0cf quiet
Display MoreYou can also view the overlays folder from SSH under /flash/overlays, but it's read-only at first.
Read here, how to make the /flash folder writable: Click!
Copy the file tft35a-overlay.dtb to /LIBREELEC/overlays/tft35a.dtbo:
cd /flash/overlays
wget https://github.com/goodtft/LCD-show/raw/master/usr/tft35a-overlay.dtb
mv tft35a-overlay.dtb tft35a.dtbo
After that you have to add some lines to /flash/config.txt:
hdmi_force_hotplug=1
dtparam=i2c_arm=on
dtparam=spi=on
enable_uart=1
dtoverlay=tft35a:rotate=90
hdmi_cvt 480 320 60 6 0 0 0
hdmi_drive=2
Eventually you also have to change the resolution at /flash/cmdline.txt.
Reboot, and see what happens.
I dont see /flash/cmdline.txt I do see it in the root, it has boot=UUID=1510-0002 disk=UUID=1d2456fd-f3e0-4c17-b0ad-8bc237d5b0cf quiet
When you read your microSD on a PC, have a look at the /LIBREELEC/overlays folder. It contains all supported touch screen drivers as .dtbo files. If your 7 inch works with one of those, you're lucky.
is it possible to add the tft35a.dtbo in the overlays folder