Hi there,
i had switched from Raspberry Pi to Odroid C2 and after that the ODroid is switching on my TV after crashing or reboot. On Raspberry Pi you had to add hdmi_ignore_cec_init=1 in config.txt and switch off an option in Kodi CEC Sesstings.
But this wont work on Odroid, i had read about editiong changing this line in boot.ini
Quote
if test "${hdmi_cec}" = "1"; then setenv cec "hdmitx=cec7"; fi
But this also dont work for me, does somebody know the trick how to avoid odroid from switching on my tv?