/images/avatar.png

Schaepher's Blog

树莓派4 安装 OpenWRT 作为路由器

下载与安装 https://openwrt.org/toh/hwdata/raspberry_pi_foundation/raspberry_pi_foundation_raspberry_pi_4_b 当前只有 snapshot 版本。找到【Firmware OpenWrt snapshot Install URL】,后面是下载地址。下载下来解压得到 .img 文件。 使用 Win32DiskManager 将 img 文件刷入到 SD 卡。 配置 将设

树莓派4 笔记

工作温度: 无风扇:56℃ 带风扇:42℃ 软件:Screen,多标签 Shell,断开不会中断任务,可恢复 https://www.chenhe.cc/p/139 https://www.ibm.com/developerworks/cn/linux/l-cn-screen/ http://www.raspigeek.com/index.php?c=home CentOS7 32 bit getconf LONG_BIT http://shumeipai.nxez.com/2019/08/27/add-the-open-and-shutdown-keys-to-the-raspberry-pi.html

树莓派编程

GPIO 基础 在不依赖 SDK 的情况下操作 GPIO: https://www.cnblogs.com/vamei/p/6751992.html GPIO 库 —— Wiring PI http://wiringpi.com/ 这是个 C 语言库。 Wiring PI 的官方库没有维护在 Github 上,但是有镜像仓库: https://github.com/WiringPi/WiringPi 目前还没有添加树莓派 4 的