10 2020 档案

摘要:root@localhost /# cat /proc/mtddev: size erasesize namemtd0: 00080000 00010000 "u-boot"mtd1: 00020000 00010000 "u-env"mtd2: 00060000 00010000 "logo"mt 阅读全文
posted @ 2020-10-22 11:41 ahuo 阅读(392) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <syslog.h> #include <errno.h> void mai 阅读全文
posted @ 2020-10-10 17:24 ahuo 阅读(177) 评论(0) 推荐(0)
摘要:yes >> /deb/watchdog 禁用代码 /* * Watchdog Driver Test Program */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include 阅读全文
posted @ 2020-10-09 18:07 ahuo 阅读(203) 评论(0) 推荐(0)