docs: switch rk2410-nocsf family products to VSCode + make deb build flow#1940
Merged
Milir-Radxa merged 1 commit intoJul 22, 2026
Conversation
tangzz-radxa
requested review from
a team,
Ken-Vamrs,
RadxaStephen,
nascs and
vamrs-feng
as code owners
July 22, 2026 06:47
tangzz-radxa
force-pushed
the
docs/kernel-rk2410-nocsf-build-system-20260722
branch
from
July 22, 2026 10:45
f1a5419 to
e214d20
Compare
…flow Cover products shipping a kernel meta-package from https://github.com/radxa-pkg/linux-rk2410-nocsf: - ROCK 3A / 3B / 3C - ROCK 4D - Radxa CM3 IO / CM3 RPI CM4 IO / CM3I IO / CM3J RPI CM4 IO - Radxa CM4 RPI CM4 IO (kernel.md previously mislabeled model=CM3) - Radxa ZERO 3 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. Same change mirrored under i18n/en/docusaurus-plugin-content-docs/current/... Side fix: som/cm/cm4/low-dev/kernel.md was previously labelled model='Radxa CM3' instead of 'Radxa CM4'; the old kernel.md is removed here, so the misleading label is also gone.
tangzz-radxa
force-pushed
the
docs/kernel-rk2410-nocsf-build-system-20260722
branch
from
July 22, 2026 10:46
e214d20 to
6074f37
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-rk2410-nocsf 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-rk2410-nocsf:linux-image-rock-3a/3b/3crock3/rock3a/rock3b/rock3clinux-image-rock-4drock4/rock4dlinux-image-radxa-cm3-io/linux-image-radxa-cm3-rpi-cm4-iosom/cm/cm3linux-image-radxa-cm3i-iosom/cm/cm3ilinux-image-radxa-cm3j-rpi-cm4-iosom/cm/cm3jlinux-image-radxa-cm4-rpi-cm4-iosom/cm/cm4(low-dev/site)linux-image-radxa-zero3zero/zero3Skipped (no docs path yet, can be added later):
radxa-e25,radxa-rk3576(targetaicore/sg2300xis SG2300X SoC, not RK3576 — confusing slug).Changes
For each affected product:
docs/<product>/low-level-dev/kernel.md(old bsp wrapper)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-rk2410-nocsf")Same set of changes mirrored under
i18n/en/docusaurus-plugin-content-docs/current/....Notes
common/dev/_kernel.mdxandcommon/dev/_install_env.mdxare kept untouched.som/cm/cm4/low-dev/kernel.mdwas previously labelledmodel="Radxa CM3"instead of"Radxa CM4"; the old file is removed here, so the misleading label is also gone.