1. 时钟相关
RTC:hwclock
读写RTC:
# W
date -s "2024-03-11 10:01:30"
hwclock -w
hwclock -f /dev/rtc1 -w
# R
hwclock -r
hwclock -f /dev/rtc1 -r
# 同步RTC时间到系统时间
hwclock -s
2. WIFI相关
IW命令
https://blog.csdn.net/yujianliam/article/details/115860482
3. 管控
https://blog.csdn.net/yujianliam/article/details/121699510
4.环境调试
1. python
1. 安装pillow库 替换pill,且使用国内镜像源
pip install -i https://mirrors.aliyun.com/pypi/simple pillow
pip3 install -i https://mirrors.aliyun.com/pypi/simple pillow