maybe you could provied also a kodi 16.1 with this kernel?
What is wrong with 3.14?
maybe you could provied also a kodi 16.1 with this kernel?
What is wrong with 3.14?
In picture above I see 6.6 GB in size and 2.5 MB used. This means the card got resized.
Maybe I don't understand what exactly is your problem?
Just make SD card with LibreELEC USB-SD Creator and put SD card into your RPi. On first boot second (storage) partition will be resized and will be using all available space. No need to to anything manually.
Should the 4.8 kernel images work finer for the ones that have problems with the black screen?Do you know any kind of feedback from me if those don't work?
I don't have such tv with black screen. Happy to send shipping address for one ![]()
Working/non-working feedback would be nice.
Not yet tested but should work.
LibreELEC-imx6.arm-7.95.1-sr-3.14.img.gz
test images with kernel 4.8
Maybe I will rebuild it when have a chance. But currently I'm out of time even for stuff I should do.
You can read here about how the calibration file is created.
And if you don't get crosshairs on whole screen try to set value to TSLIB_RES_X/Y in file /storage/.kodi/addons/config/ts_env.sh file or something like that.
How easy would it be to add the touchscreen skin touchy back into Kodi?
Should be very easy: just look for it in LibreELEC addons.
Why do you want to set pointercal file manually? The whole point of calibration process is to create this file ![]()
You need to install tvheadend or vdr addon. IPTV Simple addon is only for iptv - not dvb.
I see lcdd addon is available from repository. Not really sure what went wrong with your (and mine) build. Building again to see if something come up.
[hr]
I made completely fresh build and this time addon was build fine.
Fakeroot is build directly from scripts/image like some other packages too: LibreELEC.tv/image at master · LibreELEC/LibreELEC.tv · GitHub
Wondering why you get this error.
Try making image first and then create addon.
And seems lcdd doesn't build for imx6:
build.LibreELEC-imx6.arm-7.95.1/toolchain/armv7a-libreelec-linux-gnueabi/sysroot/usr/include/lirc/curl_poll.h:36:29: error: array type has incomplete element type 'struct pollfd'
int curl_poll(struct pollfd ufds, unsigned int nfds, int timeout_ms);
As a workaround you need to add line
to file packages/addons/service/lcdd/patches before PKG_CONFIGURE_OPTS_TARGET.
Any comments?
You should mentioned on which system you are building. On Ubuntu 16.04.1 LTS there is no such issues.
I suppose you'll make a PR to bump e2fsprogs?
Already done. But will be available only in LibreELEC v9 - just in case. We don't want to break something so late in v8.
Real solution: LibreELEC
Our dear user ozolli kindly gave me access to his build box and I successfully identified the issue. He is using Debian GNU/Linux stretch/sid.
LibreELEC is using host tools for formatting EXT4 partition. And Debian is using newer version of ext2 filesystem utilities
which supports some new filesystem feature called metadata_csum. But e2fsprogs 1.42.13 used by LibreELEC doesn't understand that. And populatefs fail at the end.
There are 3 possible solutions:
1.) If whole build is already done then mke2fs should disable some features (64bit,metadata_csum).
The line should look like this in file scripts/mkimage:
2.) For new builds e2fsprogs package should be bumped to 1.43.3
file packages/sysutils/e2fsprogs/package.mk
3.) remove feature metadata_csum from /etc/mke2fs.conf
for advanced users only!
PRochefort or anyone else with this issue: can you come to IRC to talk about it (find vpeter
)? And we will try to figure out what is going on.