@Twsuts 主板是4B还是CM5,串口启动信息发一个

Posts
-
RE: Coolpi 4b怎么刷写Ubuntu mate(20)的系统?
@零度灬救赎
树莓派的系统不能直接使用。可以用我们提供的ubuntu系统镜像(gnome桌面) -
RE: Coolpi 4b 镜像固件离线刷机方法
@lyd 摄像头接口注意不要随意接DSI,电源信号如果不对会烧坏的。
正常情况下接入CSI摄像头,查看系统信息,判断是否识别,再打开摄像头应用软件选择相应摄像头。
比如打开终端输入命令:
dmesg | grep ov5
ls /dev/video* -l
https://www.cool-pi.com/topic/180/coolpi-4b-support-ov5647-camera-module/16
-
how about batocera with cool pi 4b
About Batocera.linux
Batocera.linux is an open-source and completely free retro-gaming distribution that can be copied to a USB stick or an SD card with the aim of turning any computer/nano computer into a gaming console during a game or permanently. Batocera.linux does not require any modification on your computer. Note that you must own the games you play in order to comply with the law.
https://wiki.batocera.org/compile_batocera.linux
https://www.youtube.com/watch?v=1tlNdWCVPKs
$ ssh root@BATOCERA.local root@batocera.local's password: linux ____ __ ____ _____ ___ ____ ____ __ ( _ \ /__\ (_ _)( _ )/ __)( ___)( _ \ /__\ ) _ < /(__)\ )( )(_)(( (__ )__) ) / /(__)\ (____/(__)(__)(__) (_____)\___)(____)(_)\_)(__)(__) R E A D Y T O R E T R O -- type 'batocera-check-updates' to check for stable branch -- -- add 'beta' switch to check for latest arch developments -- Disk format: ext4 Temperature: 40°C Architecture: coolpi-4b Model: RK3588S_CoolPi_4B_Board System: Linux 5.10.110 Available memory: 3200/3902 MB Cpu model: Rockchip RK3588(S) CoolPi Cpu number: 8 Cpu frequency: 1800/2352 MHz OS version: 36 2023/03/10 14:19 [root@BATOCERA /userdata/system]#
-
RE: 请教kernel内核编译,修改哪里后再编译可以打开手柄驱动(joystick)
@AugustRobot_Zou
coolpi 4b 更新内核,默认是配置集成了。md5sum arch/arm64/configs/rk3588s_cp4b_defconfig 6d838d09667b9f1fc41cc2812bf46d08 arch/arm64/configs/rk3588s_cp4b_defconfig
CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_ADC=y # CONFIG_KEYBOARD_ATKBD is not set CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_GPIO_POLLED=y # CONFIG_MOUSE_PS2 is not set CONFIG_MOUSE_CYAPA=y CONFIG_MOUSE_ELAN_I2C=y CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_TOUCHSCREEN=y
-
RE: Introduction to COOL PI CM5 interface
@likeshixi
支持的,需要配置内核驱动,另外补充相应的firmware文件iwlwifi-ty-59.601f3a66.0.tgz 解压到/lib/firmwaregithub拉取内核同步编译试下,已加入该模块配置