Skip to content

Commit

Permalink
add buy link for accessory && add links to be more friendly to search
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwang2050 committed Mar 26, 2024
1 parent 71ab53b commit 80d770e
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 88 deletions.
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/camera_4k.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ gst-launch-1.0 v4l2src device=/dev/video11 io-mode=4 ! videoconvert ! video/x-ra
```bash
gst-launch-1.0 v4l2src num-buffers=512 device=/dev/video11 io-mode=4 ! videoconvert ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! mpegtsmux ! filesink location=/home/radxa/file.name.mp4
```

[** 购买链接 **](https://radxa.com/products/accessories/camera4k#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/display_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ radxa@rock-5b:~$ rsetup
2. 在启用成功显示 `[*] Enable Radxa Display 8 HD` 后退出重启才能使配置生效。

:::

[** 购买链接 **](https://radxa.com/products/accessories/display-8hd#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/heatsink-4012.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ echo 3 | sudo tee /sys/class/thermal/cooling_device1/cur_state
```
echo 0 | sudo tee /sys/class/thermal/cooling_device1/cur_state
```
[** 购买链接 **](https://radxa.com/products/accessories/heatsink-4012#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/m2_ekey_sata.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ mmcblk1boot1 179:64 0 4M 1 disk
```

- 你可以用dd或fio命令测试读写速度,但前提是你要保护你的数据。

[** 购买链接 **](https://radxa.com/products/accessories/m2-ekey-to-sata-board/#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/metal-case.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ Radxa 为 ROCK 5 Model B单板电脑设计了特别定制的金属外壳。 该
![](/img/accessories/use-metal-case-4.webp)

- 最后用螺丝固定底盖。

[**购买链接**](https://radxa.com/products/accessories/rock5b-metal-case#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/pd-30w.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ import Content from '../../../common/accessories/\_pd-30w.mdx'
# Radxa Power PD 30W

<Content />

[** 购买链接 **](https://radxa.com/products/accessories/power-pd-30w#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/accessories/wifi_bt_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ root@rock-5b:~# bluetoothctl
```

7. 现在您可以听音乐了。

[** A8 模块购买链接 **](https://radxa.com/products/accessories/wireless-module-a8#buy)
2 changes: 2 additions & 0 deletions docs/rock5/rock5b/getting-started/accessory-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ ROCK 5B 带有一个 4-lane 的 DSI 接口。以下是目前支持的屏幕列
</table>

屏幕使用请参见[屏幕使用教程](../accessories/display_use)

更多配件信息可参考 [配件列表](../accessories)
6 changes: 5 additions & 1 deletion docs/rock5/rock5b/getting-started/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ L2203 L2205 L2300 L2301 L2303 改成 3225 封装的 RHP322512T-R24M
除了上面的镜像经过官方充分测试外,其他镜像未经过严格测试,可能会存在未知问题,仅用于评估使用。
:::

更多镜像请查看:[ROCK 5B Release](https://github.com/radxa-build/rock-5b/releases/latest)
更多镜像请查看:

[ROCK 5B Release](https://github.com/radxa-build/rock-5b/releases/latest)

[第三方镜像(不包括Android)](../other-os/)

## 质量认证

Expand Down
41 changes: 1 addition & 40 deletions docs/rock5/rock5b/radxa-os/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,6 @@
sidebar_position: 2
---

import Serial from "../../../common/general/\_serial.mdx"

# 瑞莎系统

主要介绍 Radxa OS 系统的基本使用方法,帮助你快速了解常用的系统的配置。

## 用户名和密码

## 串口登录

<Serial platform="rk" />

## 设置网络

### 连接WiFi

```
nmcli device wifi #扫描WiFi
sudo nmcli device wifi connect <ssid> password <passwd> #连接WiFi
```

### 以太网连接

## 自动登录

## 语言设置

## 远程登录

### SSH 登录

### VNC 远程桌面

## 音视频

## 聊天视频

## 游戏

## 办公

## Android In Container
<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ Take a video with the following command: ``bash
```bash
gst-launch-1.0 v4l2src num-buffers=512 device=/dev/video11 io-mode=4 ! videoconvert ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! mpegtsmux ! filesink location=/home/radxa/file.name.mp4
```

[** Buy Now **](https://radxa.com/products/accessories/camera4k#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ radxa@rock-5b:~$ rsetup
2. Quit and reboot after successfully enabling the display of `[*] Enable Radxa Display 8 HD` for the configuration to take effect.

:::

[** Buy Now **](https://radxa.com/products/accessories/display-8hd#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@ If you want to use other speed gears, just change the numbers. If you want to tu
```
echo 0 | sudo tee /sys/class/thermal/cooling_device1/cur_state
```
[** Buy Now **](https://radxa.com/products/accessories/heatsink-4012#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ mmcblk1boot1 179:64 0 4M 1 disk
```

- You can test read and write speeds with the dd or fio commands, but only if you protect your data.

[** Buy Now **](https://radxa.com/products/accessories/m2-ekey-to-sata-board/#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ Radxa has designed a specially customized metal enclosure for the ROCK 5 Model B
![](/img/accessories/use-metal-case-4.webp)

- Finally secure the bottom cover with screws.

[** Buy Now **](https://radxa.com/products/accessories/rock5b-metal-case#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ import Content from '../../../common/accessories/\_pd-30w.mdx'
# Radxa Power PD 30W

<Content />

[** Buy Now **](https://radxa.com/products/accessories/power-pd-30w#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ root@rock-5b:~# bluetoothctl
```

7. Now you can listen to music.

[** A8 Module Buy Now **](https://radxa.com/products/accessories/wireless-module-a8#buy)
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ The ROCK 5B comes with a 4-lane DSI interface. The following is a list of curren
</table>

For screen usage, please refer to [Screen Usage](../accessories/display_use)

More Accessories info [Accessories List](../accessories)
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ Pins 1-31 widened to 0.3mm, two locator pins widened to 0.7mm
Except for the above mirrors, which have been fully tested officially, the other mirrors have not been rigorously tested and may have unknown issues, and are for evaluation purposes only.
:::

For more mirrors, please check: [ROCK 5B Release](https://github.com/radxa-build/rock-5b/releases/latest)
For more images, please check:

[ROCK 5B Release](https://github.com/radxa-build/rock-5b/releases/latest)

[Third Part Images(Not include Android)](../other-os/)

## Quality Approvals

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,6 @@
sidebar_position: 2
---

import Serial from "../../../common/general/\_serial.mdx"
# RadxaOS

# Radxa OS

Introduces system login, network connection, etc to let user to be familiar with the system quickly.

## User name and Password

```
User name:radxa/rock
Password: radxa/rock
```

## Serial Debug

<Serial platform="rk" />

## Setting Network

### Connect WiFi

```
nmcli device wifi # Scan WiFi
sudo nmcli device wifi connect <ssid> password <passwd> # Connect to WiFi
```

### Ethernet

## Automatic login

## Language Settings

## Remote Login

### SSH Login

### VNC remote desktop

## Audio and video usage

## Chat video use

## Game

## Office

## Android In Container
<DocCardList />

0 comments on commit 80d770e

Please sign in to comment.