a50fd78652 · 2026-03-27 17:08:58 +08:00
3 Commits
2026-03-27 12:25:44 +08:00
2026-03-27 17:08:58 +08:00
2026-03-27 12:25:44 +08:00
2026-03-27 17:08:58 +08:00
2026-03-27 11:35:24 +08:00
2026-03-27 17:08:58 +08:00
2026-03-27 17:08:58 +08:00
2026-03-27 17:08:58 +08:00
2026-03-27 17:08:58 +08:00

Watchdog

当前项目的作用是构建多端的看门狗程序,用来做程序的fallback和启动服务

Install

  1. rust build
  2. build-essential
  3. gcc-aarch64-linux-gnu
sudo apt install -y build-essential

# 添加arm64组件(这个是动态链接,会有GLIBC版本问题)
rustup target add aarch64-unknown-linux-gnu
sudo apt install -y gcc-aarch64-linux-gnu

rustup target add aarch64-unknown-linux-musl
sudo apt install -y musl-tools gcc-aarch64-linux-gnu
S
Description
No description provided
Readme 34 KiB
Languages
Rust 76.2%
Shell 23.8%