All public logs

Jump to navigation Jump to search

Combined display of all available logs of Photonicat Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:25, 28 September 2023 Monstercat talk contribs created page Photonicat 编译 Android (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 2023 Monstercat talk contribs created page MCU 控制协议 (Created page with "= 通讯协议 = == RK3568 与 电源充电控制板卡通讯协议 == ===物理层协议=== * 通过串口(ttyS4)通讯,115200波特率,校验位无,数据位8位,停止位1位 ====帧格式表==== {| class="wikitable sortable" |- ! 起始位 !! 数据位 !! 校验位置 !! 结束位置 |- |0xA5,一个字节长度||见数据位表,变长||数据位(从数据位开始到数据位结束)的CRC校验,2个字节长度,低位在前,高位在后||0x5A...")