docs(accessories): add 4K HDMI IN to MIPI CSI-2 Adapter guide - #2130
Merged
Milir-Radxa merged 1 commit intoSep 20, 2026
Merged
Conversation
- add product introduction and ROCK 4D usage tutorial for the Radxa 4K HDMI IN to MIPI CSI-2 Adapter under accessories/display - extract the shared usage tutorial into a parameterized MDX partial (common/accessories/_hdmi-in-to-mipi-csi2-usage.mdx) so other boards can reuse it by passing board name, overlay names, audio cards and hardware connection images - rename the display category title from 高清显示屏 to 高清显示
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds documentation for the Radxa 4K HDMI IN to MIPI CSI-2 Adapter under
accessories/display, following the structure ofaccessories/heatsink-case/metal-case-1290(product introREADME.md+ usage tutorial page).docs/accessories/display/hdmi-in-to-mipi-csi2/README.md— product introduction (based on RK628H), features, specifications, mechanical dimensions and package contentsdocs/accessories/display/hdmi-in-to-mipi-csi2/hdmi-in-to-mipi-csi2-rock-4d.md— Using with ROCK 4D (hardware connection, overlay enablement, device check, HDMI video/audio capture, FAQ)docs/common/accessories/_hdmi-in-to-mipi-csi2-usage.mdx— the tutorial body extracted into a parameterized partial, so the same tutorial can be reused for other boards by passing props instead of copying the whole page高清显示屏to高清显示, since the category now also covers an HDMI-in video adapter rather than only screensAll changes are mirrored in
i18n/en/.Parameterized tutorial (reuse for other boards)
The tutorial body lives in
docs/common/accessories/_hdmi-in-to-mipi-csi2-usage.mdxand is imported by a thin per-board page, in the same style as the camera tutorials (common/accessories/_camera-*.mdx). A new board page only needs to pass props:productROCK 4Dboardrock-4daudio_busSAI2_M0video_dev/dev/video0video_overlayEnable Radxa 4K HDMI IN to MIPI CSI-2 Adapter on 4-lane CSIaudio_overlayEnable SAI2-M0 capture-only dummy sound cardaudio_capture_cardsai2captureaudio_playback_cardrockchipes8388video_dtbo/audio_dtborock-4d-radxa-hdmi-in-4k-rk628.dtbo/rk3576-sai2-2ch-m0-capture-only.dtbovideo_connection_img/audio_connection_img/preview_imgAdding support for another board is then a new small page (title + prop block), with no duplicated body.
Evidence / sources
docs/rock4/rock4d/hardware-use/mipi-csi.mdNotes