Add new boards, Bit-Brick_K1: update bianbu#383
Merged
Conversation
Signed-off-by: PangLARS <i@panglars.cc>
Signed-off-by: PangLARS <i@panglars.cc>
Signed-off-by: PangLARS <i@panglars.cc>
Reviewer's GuideThis PR adds metadata and README files for multiple new boards, updates Bianbu test reports for Bit-Brick K1 (Star and Minimal variants) to new system versions with refreshed instructions and logs, and streamlines the LicheeRV Dock Debian documentation by renaming files and consolidating content. Entity relationship diagram for new board metadata fileserDiagram
"BPI-RV2" {
string product
string cpu
string cpu_core
string ram
string vendor
}
"A210_SODIMM_V2" {
string product
string cpu
string cpu_core
string gpu
string ram
string vendor
}
"EBC7702" {
string product
string cpu
string cpu_core
string ram
string vendor
}
"StarPro64" {
string product
string cpu
string cpu_core
string ram
string vendor
}
"EBC7700" {
string product
string cpu
string cpu_core
string ram
string vendor
}
"DC-ROMA_Mainboard2" {
string product
string cpu
string cpu_core
string ram
string vendor
}
Class diagram for updated Bit-Brick K1 Bianbu test report structureclassDiagram
class BianbuTestReport {
string sys
string sys_ver
string sys_var
string status
string last_update
string download_links
string reference_doc
string hardware_info
string boot_log
string actual_results
string test_conclusion
}
BianbuTestReport <|-- BianbuStarTestReport
BianbuTestReport <|-- BianbuMinimalTestReport
class BianbuStarTestReport {
sys_ver = "3.0 beta1"
sys_var = "Star"
status = "good"
last_update = "2025-11-02"
download_links = "https://archive.spacemit.com/image/k1/version/bianbu-computer/v3.0beta1/"
boot_log = "Bianbu 3.0beta1 k1 ttyS0 ..."
test_conclusion = "System booted and login successful"
}
class BianbuMinimalTestReport {
sys_ver = "3.0.1"
sys_var = "minimal"
status = "basic"
last_update = "2025-11-02"
download_links = "https://archive.spacemit.com/image/k1/version/bianbu/v3.0.1/"
boot_log = "Bianbu 3.0.1 k1 ttyS0 ..."
test_conclusion = "System booted and login successful"
}
Class diagram for streamlined LicheeRV Dock Debian documentationclassDiagram
class LicheeRVDockDebianDoc {
string sys
string sys_ver
string sys_var
string status
string last_update
string os_info
string hardware_info
string repo_links
string install_steps
string boot_log
string test_conclusion
}
LicheeRVDockDebianDoc <|-- LicheeRVDockDebian13EN
LicheeRVDockDebianDoc <|-- LicheeRVDockDebian13ZH
class LicheeRVDockDebian13EN {
sys_ver = "13"
status = "basic"
last_update = "2025-10-22"
os_info = "Debian Trixie"
install_steps = "OpenSBI, U-Boot, rootfs, burn to SD"
boot_log = "uname -a, /etc/os-release, /proc/cpuinfo"
test_conclusion = "System boots and login via serial port"
}
class LicheeRVDockDebian13ZH {
sys_ver = "13"
status = "basic"
last_update = "2025-10-22"
os_info = "Debian 13 Trixie"
install_steps = "OpenSBI, U-Boot, rootfs, burn to SD"
boot_log = "uname -a, /etc/os-release, /proc/cpuinfo"
test_conclusion = "系统正常启动,能够通过串口登录"
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey there - I've reviewed your changes and they look great!
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `BPI-RV2/others.yml:1-4` </location>
<code_context>
+- sys: openwrt
+ sys_ver: null
+ sys_var: null
+ status: cft
</code_context>
<issue_to_address>
**suggestion:** Clarify the meaning of 'cft' in the status field.
If 'cft' is an internal term, please document its meaning for clarity and future maintainability.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
KevinMX
approved these changes
Nov 3, 2025
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 by Sourcery
Add support for four new SBC boards, bump and refine Bit-Brick K1 Bianbu test reports to the latest versions, streamline LicheeRV Dock Debian docs, and update metadata for DC-ROMA Mainboard II
New Features:
Enhancements:
Documentation: