CoM260_Kit: add Buildroot test report - #399
Merged
Merged
Conversation
Reviewer's GuideAdds a bilingual SpacemiT K3 CoM260 Kit board entry and a detailed Buildroot v1.0.7 test report, including reproducible flashing and serial-login instructions, successful boot evidence, version discrepancy documentation, and supporting images. Sequence diagram for flashing and serial login on the CoM260 KitsequenceDiagram
participant Host as Ubuntu host
participant TITANTOOLS
participant CoM260
participant Serial as USB-to-TTL adapter
Host->>TITANTOOLS: Launch TITANTOOLS
Host->>CoM260: Short FC_REC to GND and apply DC power
Host->>TITANTOOLS: Scan device and load Buildroot-K3-v1.0.7-20260819142006.zip
TITANTOOLS->>CoM260: Flash image over USB
Host->>CoM260: Power-cycle board
Host->>Serial: Connect GND, UART_TXD to RXD, UART_RXD to TXD
Host->>Serial: Start tio at 115200 baud
Serial->>CoM260: Monitor boot output
Host->>CoM260: Log in as root
Flow diagram for CoM260 Kit Buildroot installation and validationflowchart LR
Host[Ubuntu x86_64 host] --> Tool[TITANTOOLS]
Tool -->|USB flashing| Board[CoM260 Kit]
Board -->|DC power| Boot[Buildroot boots]
Board -->|UART_TXD and UART_RXD| Serial[USB-to-TTL serial adapter]
Serial --> Login[Serial login and system checks]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 2 issues
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CoM260 Kit/BuildRoot/README.md" line_range="46" />
<code_context>
+
+Prepare 1 female-to-female jumper wire. Orient the board as shown below, with the USB and Ethernet ports at the bottom and the button header at the top. Count positions from the left end of the header toward the right in this orientation.
+
+
+
+| Positions counted from the left | Signals to short | Purpose |
</code_context>
<issue_to_address>
**issue:** All eight local image references point to files that are not added anywhere in this diff, so the button-header, flashing-tool, and Weston screenshots render as broken images in both reports.
**Suggested fix:** Add the referenced PNG files under `CoM260 Kit/BuildRoot/`, or remove/update the references to files that exist.
</issue_to_address>
### Comment 2
<location path="CoM260 Kit/BuildRoot/README.md" line_range="3" />
<code_context>
+---
+sys: buildroot
+sys_ver: "1.0.7"
+sys_var: null
</code_context>
<issue_to_address>
**issue:** The support-matrix metadata advertises system version 1.0.7 while the boot evidence in both reports identifies the running system as `k3-br-v1.0.6`, so the matrix labels a test result with a different runtime version than the one shown by the report.
**Suggested fix:** Reconcile the release metadata and runtime version, or set `sys_ver` to the actually verified version and explain the image-package discrepancy separately.
```suggestion
sys_ver: "1.0.6"
```
</issue_to_address>Sourcery assessment
Approval pending. 2 findings to address first.
Blocking findings: CoM260 Kit/BuildRoot/README.md:46, CoM260 Kit/BuildRoot/README.md:3
This was referenced Sep 17, 2026
Signed-off-by: DuoQilai <duoqilai@outlook.com>
DuoQilai
force-pushed
the
docs/k3-com260-kit-tests
branch
from
September 20, 2026 08:28
0be98b6 to
627f9d8
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.
Welcome to Pull Request
Thank you for your contribution! Please refer to the contributing guidelines for more details.
If you are working on the support-matrix report
We appreciate your effort in improving the support matrix. To generate the SVG image locally, you can use:
For internationalization (i18n) SVG generation test, simply add the
-l zhoption.If you're creating a new report, please refer to our templates:
Checklist
If you are working on the assets toolchain
Fixes #<issue_number_goes_here>
Checklist
Summary by Sourcery
Add bilingual board information and a successful Buildroot support-matrix test report for the SpacemiT K3 CoM260 Kit.
New Features:
Documentation:
Tests: