New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 12:25, 28 September 2023Photonicat 编译 Android (hist | edit) ‎[741 bytes]Monstercat (talk | contribs) (Created page with "==Create Debian System Image (Rockchip Official)== ===Host System Requirements=== Debian 11 (bullseye) or above, Ubuntu 20.04 or above. ===Compiling Requirements=== On Debian/Ubuntu systems, install the packages: <pre> sudo apt-get install build-essential flex bison genext2fs </pre> ===Get Repo files by tarball(with .git)=== wget https://dl.photonicat.com/repos/rk3568-android12-20230926.tar.xz ===Config build target=== Run the command below: <pre> echo "ROCKCHIP_DEV...")
  • 11:56, 18 August 2023MCU 控制协议 (hist | edit) ‎[2,445 bytes]Monstercat (talk | contribs) (Created page with "= 通讯协议 = == RK3568 与 电源充电控制板卡通讯协议 == ===物理层协议=== * 通过串口(ttyS4)通讯,115200波特率,校验位无,数据位8位,停止位1位 ====帧格式表==== {| class="wikitable sortable" |- ! 起始位 !! 数据位 !! 校验位置 !! 结束位置 |- |0xA5,一个字节长度||见数据位表,变长||数据位(从数据位开始到数据位结束)的CRC校验,2个字节长度,低位在前,高位在后||0x5A...")
  • 12:35, 5 June 2023Photonicat 下调CPU频率 (hist | edit) ‎[622 bytes]C2h2 (talk | contribs) (Created page with "==Powersave 模式== 命令行输入: <pre> #! /bin/bash cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "powersave" > $file; done cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor </pre> ==CPU 关闭部分核心== <pre> echo 0 > /sys/devices/system/cpu/cpu1/online echo 0 > /sys/devices/system/cpu/cpu2/online echo 0 > /sys/devices/system/cpu/cpu3/online </pre>")
  • 15:51, 26 May 2023Photonicat 硬件配置表 (hist | edit) ‎[5,493 bytes]C2h2 (talk | contribs) (Created page with "==2022-09 ~ 2022-04== {| class="wikitable" !colspan="5"|Photonicat光影猫 配置表 |- |align="center" width="150px" | 规格 || align="center" width="200px" | 家庭版 Home || align="center" width="200px"| 移动版 Cell|| align="center" width="200px"| 4G版 || align="center" width="200px"| 5G版 |- | CPU || align="center" colspan="4"|瑞芯微 RK3568(4核 Cortex®-A55 @ 2.0GHz), ARM Mali-G52, NPU 0.8Tops |- | 内存 || align="center" colspan="4"|标配:1GB...")