docs(jetson): update links and docs for reworked kernel repo#48
Draft
dakejahl wants to merge 1 commit into
Draft
docs(jetson): update links and docs for reworked kernel repo#48dakejahl wants to merge 1 commit into
dakejahl wants to merge 1 commit into
Conversation
Repoint device-tree, overlay, and pinmux links at the new products/<TARGET>/ layout, rewrite the camera-overlay build steps around ./build.sh <TARGET>, drop the removed IMX477 4-lane overlays, and surface prebuilt flash packages. Also fix the M.2 LTE guide's removed setup_source_build.sh reference.
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
Update the Jetson carrier docs (PAB, JAJ, PAB_V3) to match the reworked
ark_jetson_kernelrepo.Problem
The kernel repo moved to a per-product layout (
products/{JAJ,PAB,PAB_V3}/device_tree/…), swappedbuild_kernel.sh/copy_dtbs_to_prebuilt.shfor./build.sh <TARGET>+staging/<TARGET>/, added prebuilt flash packages, and removed the IMX477 4-lane overlays. The gitbook still pointed at the olddevice_tree/ark_jajanddevice_tree/ark_pabpaths, the deleted scripts, and the removed overlays — so the device-tree, overlay, and pinmux links were broken and the camera build steps no longer worked.Solution
Repoint every device-tree,
ark_i2s_gpio.dts, and pinmux-spreadsheet link at the newproducts/<TARGET>/…paths — correcting PAB_V3, which pointed atark_pab, and adding the device-tree link the PAB_V3 flashing guide was missing. Rewrite the camera-overlay build sections around./build.sh <TARGET>, drop the removed 4-lane overlays, and surface prebuilt flash packages in the flashing guides. Also fix the M.2 LTE guide, which referenced the deletedsetup_source_build.sh(QMI_WWAN is now built into the ARK defconfig).