-
Notifications
You must be signed in to change notification settings - Fork 95
feat: add docs for Rock4D v1.12 #1083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| sidebar_position: 2 | ||
| --- | ||
|
|
||
| # 电源接口 | ||
|
|
||
| 瑞莎 Rock 4D 支持三种供电方式: | ||
|
|
||
| ① 通过标准 5V Type-C 接口供电(推荐) | ||
|
|
||
| ② 通过 5V 外部电源输入接口供电 (仅硬件版本 v1.12 及之后的版本中可用) | ||
|
|
||
| ③ 通过 PoE+ HAT 供电(此处不介绍) | ||
|
|
||
| <div style={{textAlign: 'center'}}> | ||
| <img src="/img/rock4/4d/rock4d_power.webp" style={{width: '80%', maxWidth: '1200px'}} /> | ||
| </div> | ||
|
|
||
| ## 硬件连接 | ||
|
|
||
| ### 通过 5V USB Type-C 接口供电(推荐) | ||
|
|
||
| 使用标准 5V USB Type-C 电源适配器(兼容 PD 协议)连接到主板的 USB Type-C 接口。 | ||
|
|
||
| :::tip 推荐配件 | ||
|
|
||
| - [瑞莎 PD 30W电源适配器(推荐使用)](https://radxa.com/products/accessories/power-pd-30w) | ||
| - 标准 5V Type-C 电源适配器,建议电流 2A 以上 | ||
| ::: | ||
|
|
||
| ### 通过 5V 外部电源输入接口供电 (仅硬件版本 v1.12 及之后的版本中可用) | ||
|
|
||
| 使用 5V 电源的正极和负极连接到主板的 5V 和 GND 引脚。 | ||
|
|
||
| :::danger | ||
| 请勿接错或者接反电源,不当操作可能导致设备硬件损坏。 | ||
| ::: | ||
|
|
||
| ## 正常启动 | ||
|
|
||
| 系统正常启动后,绿色的电源指示灯常亮,蓝色的电源指示灯闪烁。 | ||
|
|
||
| ## 接口引脚定义 | ||
|
|
||
| 可以参考 [资源汇总下载](../download) 页面的硬件原理图。 |
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
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
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
45 changes: 45 additions & 0 deletions
45
...ocusaurus-plugin-content-docs/current/rock4/rock4d/hardware-use/power_header.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| --- | ||
| sidebar_position: 2 | ||
| --- | ||
|
|
||
| # Power Header | ||
|
|
||
| Radxa Rock 4D supports three power supply methods: | ||
|
|
||
| ① Power supply via standard 5V Type-C interface (Recommended) | ||
|
|
||
| ② Power supply via 5V external power input interface (Only available in hardware version v1.12 and later) | ||
|
|
||
| ③ Power supply via PoE+ HAT (Not covered here) | ||
|
|
||
| <div style={{textAlign: 'center'}}> | ||
| <img src="/img/rock4/4d/rock4d_power.webp" style={{width: '80%', maxWidth: '1200px'}} /> | ||
| </div> | ||
|
|
||
| ## Hardware Connection | ||
|
|
||
| ### Power supply via 5V USB Type-C interface (Recommended) | ||
|
|
||
| Use a standard 5V USB Type-C power adapter (compatible with PD protocol) to connect to the USB Type-C interface on the board. | ||
|
|
||
| :::tip Recommended Accessories | ||
|
|
||
| - [Radxa PD 30W Power Adapter (Recommended)](https://radxa.com/products/accessories/power-pd-30w) | ||
| - Standard 5V Type-C power adapter, recommended current 2A or above | ||
| ::: | ||
|
|
||
| ### Power supply via 5V external power input interface (Only available in hardware version v1.12 and later) | ||
|
|
||
| Connect the positive and negative terminals of a 5V power supply to the 5V and GND pins on the board. | ||
|
|
||
| :::danger | ||
| Do not connect incorrectly or reverse the polarity. Improper operation may cause hardware damage to the device. | ||
| ::: | ||
|
|
||
| ## Normal Boot | ||
|
|
||
| After the system boots normally, the green power LED will be solid on, and the blue power LED will blink. | ||
|
|
||
| ## Interface Pin Definition | ||
|
|
||
| Please refer to the hardware schematic on the [Resource Download](../download) page. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.