rock5b使用遇到的一些问题


1.无法进入系统,串口调试

https://wiki.radxa.com/Rock5/dev/serial-console

2.进不去路由器找IP

https://angryip.org/

ping ip-of-device
ssh rock@ip-of-device

3.RTL8852BE无线网卡无法使用蓝牙

https://wiki.radxa.com/Rock5/hardware/wifi

4.连接WIFI

# Switch to super user mode
$ sudo su
# Open the WIFI
$ nmcli r wifi on
# Scan WIFI
$ nmcli dev wifi
# Connect to WIFI network
$ nmcli dev wifi connect "wifi_name" password "wifi_password"
#Test WIFI throughput by tool iperf3.

5.添加Radxa APT 测试源

Radxa APT source includes stable one and testing one. Stable source includes stable packages while testing source includes latest but maybe unstable packages.

Radxa APT stable source is added by default while testing source is not added.

You can uncomment line like "deb http://apt.radxa.com/bullseye-testing/ bullseye main" in file /etc/apt/sources.list.d/apt-radxa-com.list to add testing source.

See file /etc/apt/sources.list.d/apt-radxa-com.list

deb http://apt.radxa.com/bullseye-stable/ bullseye main
deb http://apt.radxa.com/bullseye-testing/ bullseye main

After adding testing source, you need to update APT and install your needed packages.

$ sudo apt-get update

Radxa APT public key is not available

https://wiki.radxa.com/Rock5/FAQs

Others

镜像支持

https://wiki.radxa.com/Rock5/downloads

csi摄像头

https://wiki.radxa.com/Rock5/accessories/radxa-camera-4k

更多内容

https://wiki.radxa.com/Rock5/guide

https://forum.radxa.com/c/rock5

声明:mosu's blog|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - rock5b使用遇到的一些问题


实用与简洁是我的态度