CoM260_Kit: add OpenHarmony test report - #402
Merged
Merged
Conversation
Reviewer's GuideAdds a standalone bilingual CoM260 Kit board profile and an OpenHarmony 6.1 normal test report, including reproducible installation and serial-console procedures, evidence of the default missing-DTB boot failure, and a separately documented temporary boot that reaches the shell and desktop while retaining a CFH conclusion. Sequence diagram for CoM260 OpenHarmony boot outcomessequenceDiagram
participant UBoot
participant BootFS
participant Kernel
participant OpenHarmony
UBoot->>BootFS: load /k3_com260_ifx.dtb
BootFS-->>UBoot: Failed to load
UBoot->>UBoot: bootcmd
UBoot-->>Kernel: Device tree not found
Kernel-->>UBoot: Boot failure
UBoot->>BootFS: load /k3_com260.dtb
BootFS-->>UBoot: Device tree loaded
UBoot->>UBoot: booti ${kernel_addr_r} ${ramdisk_combo} ${fdt_addr_r}
UBoot->>Kernel: Start kernel
Kernel->>OpenHarmony: Boot with temporary DTB
OpenHarmony-->>Kernel: Shell and desktop available
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 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CoM260 Kit/OpenHarmony/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>
**nitpick:** All eight local image references point to PNG assets that are not included by this diff, so the board-pin diagram, flashing screenshots, and desktop screenshot render as broken images in both reports.
**Suggested fix:** Add the referenced PNG files under `CoM260 Kit/OpenHarmony/`, or change the links to the paths of the committed assets.
</issue_to_address>Sourcery assessment
Approved.
Signed-off-by: DuoQilai <duoqilai@outlook.com>
DuoQilai
force-pushed
the
docs/com260-openharmony
branch
from
September 20, 2026 08:28
6d935ff to
2bbf698
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.
Add the bilingual OpenHarmony 6.1 normal test report for CoM260 Kit. Record the default boot failure caused by the missing
/k3_com260_ifx.dtb, and separately document the temporary boot with/k3_com260.dtbthat reached a shell and desktop; the report remains CFH.Includes the same board overview as #399 so this report can be reviewed independently.
Validation
pycairois unavailable)Summary by Sourcery
Document the CoM260 Kit’s OpenHarmony 6.1 test results and hardware context, including its failed default boot and temporary boot verification.
New Features:
Enhancements:
/k3_com260_ifx.dtband the temporary successful boot using/k3_com260.dtb, including shell and desktop verification.Documentation: