docs: switch rk2501 family products to VSCode + make deb build flow#1941
Merged
Milir-Radxa merged 1 commit intoJul 22, 2026
Merged
Conversation
Cover products shipping a kernel meta-package from https://github.com/radxa-pkg/linux-rk2501: - ROCK Pi S - ROCK 4A / 4A+ / 4B / 4B+ / 4C (single docs site: rock4/rock4ab-se) - ROCK 4C+ (rock4/rock4c+ had inline bsp commands; replaced) - ROCK 4SE (covered by rock4/rock4ab-se) Replaces the old bsp-based kernel.md under low-level-dev/ with the new VSCode Dev Container + 'make deb' wrapper under low-level-dev/build-system/, mirroring q6a / q8b / cubie / orion / fogwise. Environment setup wrapper (install-env.md) is shared via the common mdx. For rock4/rock4c+ the previous kernel.md was direct bsp prose (no wrapper); it is removed and replaced with the new wrapper. Same change mirrored under i18n/en/docusaurus-plugin-content-docs/current/...
tangzz-radxa
force-pushed
the
docs/kernel-rk2501-build-system-20260722
branch
from
July 22, 2026 10:46
63c9bd6 to
859ff9a
Compare
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.
Summary
Switch affected product docs in the radxa-pkg/linux-rk2501 family from the old
bsp-based kernel build flow to the new VSCode Dev Container +make debflow, mirroring q6a / q8b / cubie / orion / fogwise.Source of truth
Kernel meta-package mapping taken from
debian/controlof https://github.com/radxa-pkg/linux-rk2501:linux-image-rock-pi-srockpi/rockpislinux-image-rock-pi-4a/4a-plus/4b/4b-plus/4crock4/rock4ab-se(covers 5 products in one docs site)linux-image-rock-4serock4/rock4ab-selinux-image-rock-4c-plusrock4/rock4c+(previously had inline bsp prose, not a wrapper)Changes
For each affected product:
docs/<product>/low-level-dev/kernel.md(old bsp wrapper or inline prose)docs/<product>/low-level-dev/build-system/install-env.md(shared env wrapper)docs/<product>/low-level-dev/build-system/kernel.md(new wrapper,git_url="https://github.com/radxa-pkg/linux-rk2501")Same set of changes mirrored under
i18n/en/docusaurus-plugin-content-docs/current/....Notes
common/dev/_kernel.mdxandcommon/dev/_install_env.mdxare kept untouched.rock4/rock4c+had a non-wrapper kernel.md with direct bsp commands; it is removed and replaced with the new wrapper.