No, but you will need to adjust the dd command to account for wherever the downloaded file is; probably in ~/Downloads
Posts by chewitt
-
-
"User error. Please replace user"

-
-
No debug log = No chance of us guessing what the issue is.
-
The file you downloaded was in .img.gz format. If Safari (or other browser) does not automatically unzip the file to be in .img format it will still be in .img.gz format and thus when you run a dd command against the .img (not .img.gz) filename the file (correctly) does not exist.
"gunzip LibreELEC-Generic.x86_64-7.0.0.img.gz"
NB: Make sure you download and use v7.0.2 as it corrects some occasional errors in the installer.
-
No LE build exists (it's not making it very high up my to-do list, sorry) and the OE build works fine with or without a Broadcom card.
-
Switch to Confluence. If the problems stop you confirmed it's something related to Xperience1080.
-
OpenELEC RPi Config <= should work on LE, if not nag @leopold
-
Most "builds" are a mix of legitimate and piracy add-ons. As a broad sweeping but fairly accurate rule, if a repo or addon is advertising "free movies" or "free sports" and the source is not a national free-to-air broadcaster in the country you reside in, it's piracy.
See: Official:Forum rules/Banned add-ons - Official Kodi Wiki
-
It's theoretically possible (if you do the development) but it uses an Allwinner SOC so you may have to contend with patchy Linux and u-boot support as they are known for providing incomplete sources in violation of various GPL licenses. It wouldn't be our recommendation.
-
LibreELEC provides no support for users who install "builds" like Spartan that encourage piracy. I've pinged Kodi folks to add it to their list of banned add-ons. Thanks for bringing it to our attention!

-
-
If you want fast file-copy speeds you'll need to format as ext4 (kernel driver) from within LE or anothe Linux install, but ext4 is not be readable on Mac or Windows. If you want cross-platform support use exFAT, which will be slower for file-copy (as it uses a FUSE userspace driver) but can be connected and read on any OS.
-
The Tvheadend add-on is not embedded in the OS, so it makes no difference whether you are using Milhouse/CvH or official builds.
-
I just saw in one of the forums that LE has known problem with PCM audio?
ODROID Forum • View topic - LibreELEC 7.0.2 - Kodi Jarvis 16.1 - Archived - LE Tips HEREIf you are using Odroid C2 hardware this is relevant. If you are not (and we don't know because you've not told us much) it not irrelevant.
-
The challenge with Jarvis is that Kodi team are not accepting patches/changes; they already moved all development to Krypton. If you can point us to a patch that can be added to a future (v7.0.3) release we can test it and have no problem including it.
-
It may be possible to copy the binary from an Ubuntu instance that shares the same kernel arch (e.g. x86_64, arm). If that doesn't work, someone needs to create a build-system package for htop and submit it for inclusion with the "System Tools" add-on bundle on GitHub.
-
It's relatively simple to change the skin that's embedded in the imag but add-ons require build-system packages to be created to pre-install them. Both tasks will require you to understand our build-system (which has no manual or instructions). IMHO it is easier to set-up one box, take a backup, restore the backup to the other boxes. This also preserves the ability of skins and add-ons to update themselves when there are new versions available. If you embed the add-on into the read-only SYSTEM image this capability is lost.