@jugg 先排除一下电源问题。提供测试命令。
G
Posts made by george
-
RE: Pi-4B板子的MIPI接口只能支持2-lane模式?
@elf 4b的机器兼容树莓派只能支持2LINE,每line速率2.5G,CM5的机器可以支持2个4line或者4个2line的摄像头模组。
-
RE: 录音
@jugg 先使用如下命令测试:
arecord -D hw:2,0 -d 10 -f cd -r 44100 -c 2 -t wav test.wav aplay -D hw:2,0 test.wav
-
RE: coolpi 4B GPU(Mali-G610)支持的OpenCL 2.2版本在哪可以下载?
@大法师 目前没有单独OpenCL2.2的版本,正常3.0是可以向下兼容2.2.
-
RE: coolpi 4B GPU(Mali-G610)支持的OpenCL 2.2版本在哪可以下载?
@大法师 各个版本都有支持
sudo add-apt-repository ppa:george-coolpi/mali-g610 sudo apt-get dist-upgrade
-
RE: coolpi 4B GPU(Mali-G610)支持的OpenCL 2.2版本在哪可以下载?
@diudiutong 目前支持的版本是opencl 3.0
使用如下命令更新系统就可以支持:sudo apt-get update sudo apt-get dist-upgrade
-
RE: CoolPi 4B支持USB网卡吗?
@jugg 尝试更新固件,固件可以通过下面网址获取
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -
RE: CM5 sctp运行报错
@asdf SCTP的协议是需要内核支持的,你要再内核源码中开启相关配置,重新编译替换内核,然后在文件系统安装对应的包才可以正常使用。
-
RE: Strange screen-freezing issue
@murraytodd I just tested the image of 22.04 and 23.04, and there was no phenomenon you described. Whether creating a new user with a shell or using the image interface, it was normal. After logging in, the new user can operate the system normally, including restarting, logging out, and other operations.