Change the HDMI "label"

Hi,

I just installed CoreELEC 19 onto my new Odroid N2+. So far most things are working great, but there is one minor issue.

I’m using a Denon AVR and it reports for the source label of the Odroid N2+ “MBox Meson Ref”. I already investigated a little bit and it seems this values is part of the kernel/device tree. More specific, of the Vendor Data Struct (vend_data). Here is an example link:

Link

However I did not find the exact source of this string in the code for the Odroid N2+. Is it possible to change this value somehow? And without compiling the Device Tree/Kernel?

Greetings
Sebastian

Maybe

mount -o remount,rw /flash
fdtget -t s /flash/dtb.img /amhdmitx/vend_data product_desc
fdtput -t s /flash/dtb.img /amhdmitx/vend_data product_desc odroidn2plus
fdtget -t s /flash/dtb.img /amhdmitx/vend_data product_desc
reboot
1 Like

Thank you very much, it worked.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.