Quote:One other issue I've found across various firmwares, which is more likely due to my Amp/TV setup is that when connected to my Amp on first boot I get nothing on the TV screen. All the correct inputs are selected. I've had to resort to plugging the HP Chromebox directly into the TV, booting, then switching the cables, suspending/resuming from there works fine (so it's only required on first cold boot). The amp is an Onkyo TX-SR309, I've seen a few people have issues with Onkyo Amps due to EDID problems?
It's not just Onkyo, I have nearly the same problem with my Denon, although I can fix mine by just switching inputs on the AVR to something else then back to the Chromebox. It also happens if I select "Adjust refresh rate to match video" and seems to be an issue switching refresh rates (even at boot), especially at the 30 and 60Hz range, if I force it to 24 or 23.98Hz then I don't have the issue.
Also, doing it the way you are currently doing it is that you are using the EDID from the TV which will not include all the functions your AVR is capable of, such as HD Audio.
You can pull your EDID by ssh-ing into the box and running the commands:
find /sys -name "edid"
That should produce something like this:
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-2/edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/edid
The first one should be the path, but you'll need to copy it to a SMB folder so you can access it from you PC. So you'll have run the command:
cp /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid /storage/.kodi/userdata/edid.bin
But use the path from what the find name produced, not sure if it will be different. Then you can just access your Userdata folder from you PC and see the
edid.bin file.
You can view the resulting edid.bin by using
Extron EDID Manager.