Just updated my hummingboard (with VDR for TV-recording) to vpeters LibreELEC-imx6.arm-8.0.2-3.14-sr image.
Starting with the 8.0.2 the systemd journal is flooded each second:
Code
Aug 10 08:23:21 hummingboard systemd-udevd[250]: seq 2155 queued, 'change' 'platform'
Aug 10 08:23:21 hummingboard kernel: mxc_hdmi 20e0000.hdmi_video: Same EDID
Aug 10 08:23:21 hummingboard kernel: mxc_hdmi 20e0000.hdmi_video: mxc_hdmi_cable_connected reports DVI mode
Aug 10 08:23:21 hummingboard systemd-udevd[250]: Validate module index
Aug 10 08:23:21 hummingboard systemd-udevd[250]: Check if link configuration needs reloading.
Aug 10 08:23:21 hummingboard systemd-udevd[250]: seq 2155 forked new worker [1445]
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: seq 2155 running
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: IMPORT builtin 'hwdb' returned non-zero
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: Execute 'load' 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: passed device to netlink monitor 0xb876b478
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: seq 2155 processed
Aug 10 08:23:21 hummingboard systemd-udevd[250]: cleanup idle workers
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: Unload module index
Aug 10 08:23:21 hummingboard systemd-udevd[1445]: Unloaded link configuration context.
Aug 10 08:23:21 hummingboard systemd-udevd[250]: worker [1445] exited
hummingboard:~/.config # journalctl -b|grep 'No module matches'
Aug 10 10:41:24 hummingboard systemd-udevd[10107]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:25 hummingboard systemd-udevd[10109]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:26 hummingboard systemd-udevd[10110]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:27 hummingboard systemd-udevd[10111]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:28 hummingboard systemd-udevd[10112]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:29 hummingboard systemd-udevd[10113]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Aug 10 10:41:30 hummingboard systemd-udevd[10114]: No module matches 'of:Nhdmi_videoT<NULL>Cfsl,imx6q-hdmi-video'
Display More
Because my SAT receiver (DVBSky S960 DVB-S2) doesn't work anymore with newer kernels I'm bound to the 3.14-sr.
Here's a part of the boot log:
Code
U-Boot SPL 2013.10-rc4 (Nov 17 2014 - 09:28:07)
Boot Device: SD1
U-Boot 2013.10-rc4 (Dec 31 2016 - 15:01:43)
CPU: Freescale i.MX6Q rev1.5 at 792 MHz
Reset cause: POR
Board: MX6-HummingBoard
DRAM: 1 GiB
MMC: FSL_SDHC: 0
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: FEC [PRIME]
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... Interface 0 has too many endpoints!
3 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
scanning usb for ethernet devices... 0 Ethernet Device(s) found
Hit any key to stop autoboot: 0
mmc0 is current device
** Unable to read file /boot.scr **
703 bytes read in 12 ms (56.6 KiB/s)
Importing environment from mmc0 ...
6567352 bytes read in 306 ms (20.5 MiB/s)
Booting from mmc ...
38636 bytes read in 18 ms (2 MiB/s)
Loaded imx6q-hummingboard.dtb
Booting KERNEL
Kernel image @ 0x10800000 [ 0x000000 - 0x6435b8 ]
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Using Device Tree in place at 18000000, end 1800c6eb
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.79 (vpeter@pc) (gcc version 6.2.0 (GCC) ) #1 SMP Fri May 26 11:32:03 CEST 2017
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: SolidRun HummingBoard Dual/Quad
[ 0.000000] cma: CMA: reserved 320 MiB at 2a000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat c0aea7c0, node_mem_map eef57000
[ 0.000000] DMA zone: 1520 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 194560 pages, LIFO batch:31
[ 0.000000] HighMem zone: 528 pages used for memmap
[ 0.000000] HighMem zone: 67584 pages, LIFO batch:15
[ 0.000000] PERCPU: Embedded 7 pages/cpu @eef33000 s6848 r8192 d13632 u32768
[ 0.000000] pcpu-alloc: s6848 r8192 d13632 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
[ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init noram usbcore.autosuspend=-1 coherent_pool=2M console=ttymxc0,115200 kgdboc=ttymxc0,115200 video=mxcfb0:dev=hdmi,1920x1080M@50,if=RGB24,bpp=32 netboot=nfs ip=192.168.254.26:192.168.254.20:192.168.254.1:255.255.255.0:hummingboard boot=/dev/mmcblk0p1 disk=NFS=192.168.254.20:/volume1/nfsboot/hummingboard/storage,rsize=131072,wsize=131072,timeo=15 debug progress splash=off
Display More