# bpi_hdmirx_server **Repository Path**: buaa-lab/bpi_hdmirx_server ## Basic Information - **Project Name**: bpi_hdmirx_server - **Description**: BPI 的 HDMI_RX 服务端,用以取代 cap-core 和 go-server,可采用服务方式安装。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-02 - **Last Updated**: 2026-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BPI 的 HDMI_RX 服务端,用以取代 cap-core 和 go-server,可采用服务方式安装。 ### 编译 `make clean && make` ### 服务安装 `make install` ### 监控 `http://${TARGET_IP}:80` ### client/ 测试客户端 `uv run client.py 192.168.0.39 80` 或 `uv run client.py` ### kernel/ 对应版本的 BPI 内核与 HDMI Rx module,更新需在目标板上执行`bpi-update -c bpi-w2.conf` ,保持联网(有依赖要更新)。重启后监控内核`dmesg -w|grep HDMIRx`