摘要:
RS485通信实验 1、USB_A转RS485 <——> RS485转TTL模块 <——> TTL转USB_A 2、 阅读全文
posted @ 2026-01-16 22:51
沁拒离
阅读(10)
评论(0)
推荐(0)
摘要:
adb调试 列出连接设备 adb devices ADB连接 adb shell 连接指定设备 adb -s 设备名 shell 断开连接 exit 发送文件 将本地的驱动模块文件发送到板卡 adb -s 6c392aca38ad7c4b push F:\Desktop\SSH_Ubuntu18\h 阅读全文
posted @ 2026-01-16 22:51
沁拒离
阅读(13)
评论(0)
推荐(0)
摘要:
拓展linux磁盘大小 如果是虚拟机,先在设置的中增大磁盘大小 第 1步、看分区号(现在是 sda1): lsblk 第 2 步:执行扩展分区 sudo growpart /dev/sda 1 若是没有下载growpart 安装 growpart(cloud-guest-utils) sudo ap 阅读全文
posted @ 2026-01-16 22:50
沁拒离
阅读(17)
评论(0)
推荐(0)
摘要:
编写一个Buildroot 驱动模块 由于Buildroot 不支持ssh 故采用adb调试 adb连接 列出设备 adb devices 连接设备 adb shell 驱动模块编译(交叉编译) 驱动模块源码 #include <linux/module.h> /* 模块相关宏和函数 */ #inc 阅读全文
posted @ 2026-01-16 22:45
沁拒离
阅读(551)
评论(2)
推荐(0)

浙公网安备 33010602011771号