While debugging the HDMI input on an RK3588 board recently, I ran into a surprisingly common issue: the source was outputting 4K60, but the input only negotiated YCbCr 4:2:0 — not the full 4:4:4 you would expect from HDMI 2.0.
If you have hit the same wall, this post is for you. It is a quick fix, but the “why” is worth understanding.
Before diving in, here are three terms that make everything click:
In short: 4:2:0 is a bandwidth-saving compromise. If your hardware and cable support full HDMI 2.0, there is no reason to settle for it.
The RK3588 board’s HDMI input ships with a default EDID of Y420. When negotiating with the source, it only offers the lower-bandwidth 4:2:0 mode instead of full 4:4:4.
In other words, the board is telling the source “I can only do 4:2:0” — even though the hardware can actually do more. The limitation is in the configuration, not the silicon.
Switch the EDID from the default Y420 to EDID 2.0. After changing it and re-negotiating, the input correctly outputs 4K60 4:4:4, meeting the full HDMI 2.0 standard.
💡 Tip: The exact menu path depends on your board’s firmware / BSP. Look for an EDID setting in the HDMI input configuration and select the HDMI 2.0 (full-bandwidth) option.
| Item | Default EDID (Y420) | EDID 2.0 |
|---|---|---|
| Max resolution | 4K60 | 4K60 |
| Color format | 4:2:0 | 4:4:4 |
| Full HDMI 2.0? | No | Yes |
If you are also seeing 4:2:0 only on your RK3588 HDMI input, do not blame the hardware first — check the EDID setting. That is almost certainly the culprit.
A one-line config change can be the difference between a compromised image and full-quality 4K60.
Because the board ships with a default Y420 EDID. In that state it advertises only the lower-bandwidth 4:2:0 modes to the source, so the source has no choice but to send 4:2:0 — even when the panel and cable could handle full 4K60 4:4:4.
EDID (Extended Display Identification Data) is the capability list an input or display sends to the source device, describing which resolutions, refresh rates and color formats it supports. The source then picks the best matching mode from that list.
Yes. Full 4K60 4:4:4 needs the 18 Gbps of HDMI 2.0, so use a Premium High Speed (certified HDMI 2.0 / 2.1) cable. A marginal cable can pull the link back down to 4:2:0 even after you change the EDID setting.
After switching to EDID 2.0 and re-negotiating, check the input status on the board (or the source’s display information): it should report 4K60 at 4:4:4 instead of Y420.
No. On RK3588 interactive displays, the chipset and the HDMI input path support HDMI 2.0 bandwidth — the 4:2:0 default is a configuration choice, not a hardware ceiling. That is why the fix is a setting change, not a board replacement. If a project genuinely needs less bandwidth headroom, an RK3576 platform is the cost-effective alternative in the same smart board ecosystem.
EDID handling is exactly the kind of board-level detail that decides whether a display project performs as specified — and it is the same class of work as firmware adaptation, BSP customisation and OPS module integration on our smart board platforms. Our engineering team supports customers through configuration, testing and OEM/ODM projects. Detailed interface and signal specifications are published in our product specifications. If you need help with RK3588 HDMI input configuration, EDID tuning or a custom board setup, feel free to reach out.
Tell us what you're looking for and we'll tailor a quote to your requirements — with pricing, lead time, and expert advice.