RIoTboard no hdmi output on OpenELEC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RIoTboard no hdmi output on OpenELEC

944 Views
michaeloberle
Contributor II

Hello,

I realise that this is no OpenELEC board but still someone might to be able to help me with this one:

I am trying to run OpenElec on a RIoTboard. There is an OpenElec build which has been developed for SolidRun boards (CuBox).

However, the build was successfully "ported" to other imx6 boards such as UDOO and Wandboard.

Apparently all that is required is using the proper DTB and to adapt u-boot (see Wandboard support in imx6 project · Issue #3653 · OpenELEC/OpenELEC.tv · GitHub)

I have used the DTB from mainline 3.19 and adjusted u-boot so that it boots:

setenv bootargs console=ttymxc1,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,bpp=32 rootwait boot=/dev/mmcblk0p5 disk=/dev/mmcblk0p6

mmv dev 0

fatload mmc 0:5 10800000 KERNEL

fatload mmc 0:5 16800000 imx6dl-riotboard.dtb

bootz 10800000 - 16800000

The kernel starts and the boot procedure looks good until it gets stuck at "[  OK  ] Reached target Kodi Mediacenter Interface".

Welcome to OpenELEC (official) - Version: 5.0.8!

[  OK  ] Reached target Paths.

[  OK  ] Reached target Swap.

[  OK  ] Created slice Root Slice.

[  OK  ] Created slice User and Session Slice.

[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.

[  OK  ] Listening on Delayed Shutdown Socket.

[  OK  ] Listening on Journal Socket (/dev/log).

[  OK  ] Listening on udev Control Socket.

[  OK  ] Listening on udev Kernel Socket.

[  OK  ] Listening on Journal Socket.

[  OK  ] Created slice System Slice.

         Starting Remount Root and Kernel File Systems...

         Mounting Temporary Directory...

         Mounting POSIX Message Queue File System...

         Starting Create list of required st... nodes for the current kernel...

         Starting Setup machine-id...

         Mounting Debug File System...

         Starting Set ondemand threshold...

         Starting Show Version...

         Starting Load Kernel Modules...

         Starting udev Coldplug all Devices...

[  OK  ] Reached target Slices.

         Mounting Variable Directory...

         Starting Kodi config dir rebrand...

[  OK  ] Started Remount Root and Kernel File Systems.

[  OK  ] Started Create list of required sta...ce nodes for the current kernel.

OpenELEC (official) - Version: 5.0.8

[  OK  ] Mounted Debug File System.

[  OK  ] Mounted POSIX Message Queue File System.

[  OK  ] Mounted Variable Directory.

[  OK  ] Mounted Temporary Directory.

[  OK  ] Started Set ondemand threshold.

[  OK  ] Started Setup machine-id.

[  OK  ] Started Show Version.

[  OK  ] Started Load Kernel Modules.

[  OK  ] Started Kodi config dir rebrand.

[  OK  ] Started udev Coldplug all Devices.

         Starting Apply Kernel Variables...

         Starting Journal Service...

         Starting Setup Timezone data...

         Starting Create Static Device Nodes in /dev...

[  OK  ] Started Apply Kernel Variables.

[  OK  ] Started Setup Timezone data.

[  OK  ] Started Create Static Device Nodes in /dev.

[  OK  ] Reached target Local File Systems (Pre).

[  OK  ] Reached target Local File Systems.

[  OK  ] Started Journal Service.

         Starting Trigger Flushing of Journal to Persistent Storage...

[  OK  ] Started Trigger Flushing of Journal to Persistent Storage.

         Starting Create Volatile Files and Directories...

[  OK  ] Started Create Volatile Files and Directories.

         Starting Update hwdb.bin...

         Starting Setup User config dir...

[  OK  ] Started Setup User config dir.

[  OK  ] Started Update hwdb.bin.

         Starting udev Kernel Device Manager...

[  OK  ] Started udev Kernel Device Manager.

[  OK  ] Reached target System Initialization.

[  OK  ] Listening on RPCbind Server Activation Socket.

[  OK  ] Listening on D-Bus System Message Bus Socket.

[  OK  ] Reached target Sockets.

[  OK  ] Reached target Timers.

[  OK  ] Reached target Basic System.

         Starting Cron daemon...

         Starting Eventlirc server daemon...

[  OK  ] Started Eventlirc server daemon.

         Starting Samba configfile writer...

         Starting Login Service...

         Starting Kodi clean debug logs...

         Starting Kodi hacks...

         Starting Kodi sources Setup...

         Starting Connection service...

         Starting D-Bus System Message Bus...

[  OK  ] Started D-Bus System Message Bus.

         Starting Permit User Sessions...

[  OK  ] Started Cron daemon.

[  OK  ] Started Samba configfile writer.

[  OK  ] Started Kodi clean debug logs.

[  OK  ] Started Kodi hacks.

[  OK  ] Started Kodi sources Setup.

[  OK  ] Started Permit User Sessions.

[  OK  ] Started Connection service.

[  OK  ] Started Login Service.

         Starting WPA supplicant...

         Starting ConnMan VPN service...

[  OK  ] Reached target Network.

         Starting Avahi Daemon...

[  OK  ] Started Avahi Daemon.

         Starting RPC bind service...

[  OK  ] Stopped Udevil mount service.

[  OK  ] Stopped Udevil mount service.

[  OK  ] Stopped Udevil mount service.

[  OK  ] Stopped Udevil mount service.

[  OK  ] Stopped Udevil mount service.

[  OK  ] Stopped Udevil mount service.

[  OK  ] Created slice system-udevil\x2dmount.slice.

         Starting Udevil mount service...

         Starting Udevil mount service...

         Starting Udevil mount service...

         Starting Udevil mount service...

         Starting Udevil mount service...

         Starting Udevil mount service...

         Starting Samba NMB Daemon...

[  OK  ] Started RPC bind service.

[  OK  ] Started Samba NMB Daemon.

[  OK  ] Started ConnMan VPN service.

[  OK  ] Started WPA supplicant.

[  OK  ] Stopped Samba SMB Daemon.

         Starting Samba configfile writer...

[  OK  ] Started Samba configfile writer.

         Starting Samba SMB Daemon...

[  OK  ] Started Samba SMB Daemon.

[  OK  ] Started Udevil mount service.

[  OK  ] Started Udevil mount service.

[  OK  ] Started Udevil mount service.

[  OK  ] Started Udevil mount service.

[  OK  ] Started Udevil mount service.

[  OK  ] Started Udevil mount service.

[  OK  ] Reached target Multi-User System.

[  OK  ] Reached target Graphical Interface.

         Starting Kodi Media Center...

[  OK  ] Started Kodi Media Center.

[  OK  ] Reached target Kodi Mediacenter Int

rface.

[  OK  ] Reached target Graphical Interface.

         Starting Kodi Media Center...

[  OK  ] Started Kodi Media Center.

[  OK  ] Reached target Kodi Mediacenter Interface.

Does anyone have an idea what the reason for the lacking HDMI output could be?

Thanks and best regards,

Michael

Labels (3)
Tags (2)
0 Kudos
0 Replies