文章分类 -  Linux 驱动编程

摘要:https://docs.px4.io/main/zh/dev_setup/dev_env_linux_ubuntu.html 阅读全文
posted @ 2025-07-08 10:15 微笑的''80 阅读(5) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_63773568/article/details/145277033 https://developer.aliyun.com/article/1604810 https://www.zovps.com/article/index.php/p 阅读全文
posted @ 2025-06-21 21:27 微笑的''80 阅读(11) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/m0_60177079/article/details/128771252 阅读全文
posted @ 2025-06-21 16:48 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://jsrun.net/t/qGpKp https://gitlab.com/friendlyelec/rk3399-android-8.1/tree/master/kernel https://gitlab.com/friendlyelec/rk3399-android-8.1 htt 阅读全文
posted @ 2025-06-21 09:24 微笑的''80 阅读(8) 评论(0) 推荐(0)
摘要:https://blog.51cto.com/u_12440558/13570771 阅读全文
posted @ 2025-06-16 14:48 微笑的''80 阅读(1) 评论(0) 推荐(0)
摘要:https://wiki.t-firefly.com/zh_CN/Firefly-Linux-Guide/index.html https://wiki.t-firefly.com/zh_CN/AIO-3399J/index.html 阅读全文
posted @ 2025-06-16 11:09 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/kuangke/p/18320693 cd /etc/init.d/ update-rc.d p.sh efaults 90 p.sh: echo 8 > /proc/sys/kernel/printk update-rc.d -f p.sh remo 阅读全文
posted @ 2025-06-15 16:46 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://code.launchpad.net/ubuntu/+source/linux-signed-hwe-5.15 https://blog.csdn.net/m0_72760405/article/details/147403529 https://mirrors.tuna.tsing 阅读全文
posted @ 2025-06-15 11:32 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:https://blog.51cto.com/u_15169172/category5.html https://blog.51cto.com/u_15169172/2710669 阅读全文
posted @ 2025-06-15 02:08 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:https://cloud.tencent.com/developer/article/2163827 https://developer.aliyun.com/article/1437597 阅读全文
posted @ 2025-06-12 16:42 微笑的''80 阅读(1) 评论(0) 推荐(0)
摘要:http://www.chinaaet.com/article/3000155932 阅读全文
posted @ 2025-06-11 18:20 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://my.oschina.net/emacs_8813227/blog/17323798 阅读全文
posted @ 2025-06-11 18:18 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://developer.aliyun.com/article/1599048 https://blog.csdn.net/z20230508/article/details/146983375 阅读全文
posted @ 2025-06-09 16:52 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:2.在本地机器用ssh-keygen 生成一个公私钥对在ssh目录下进行,输入三个回车进入.ssh目录 cd .ssh 发起公钥请求 ssh-keygen -t rsa 发送到目标板 ssh-copy-id root@192.168.107.24 ##可以把本地主机的公钥复制到远程主机的author 阅读全文
posted @ 2025-06-09 11:30 微笑的''80 阅读(3) 评论(0) 推荐(0)
摘要:https://vanxoak.yuque.com/wb353n/hd-rk3506-mini 阅读全文
posted @ 2025-06-08 08:34 微笑的''80 阅读(2) 评论(0) 推荐(0)
摘要:linux 导出gpio在Linux系统中,导出GPIO(通用输入输出针脚)通常涉及到使用特定的用户空间程序或直接与内核交互。以下是几种在Linux系统中导出GPIO的常见方法:1. 使用sysfs接口 Linux内核通过sysfs提供了一个接口来导出和配置GPIO。你可以通过以下步骤使用sysfs 阅读全文
posted @ 2025-06-05 16:57 微笑的''80 阅读(214) 评论(0) 推荐(0)
摘要:https://cdn.kernel.org/pub/linux/kernel/v4.x/ https://cdn.kernel.org/pub/linux/kernel 阅读全文
posted @ 2025-06-05 16:38 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/phoebus-ma/p/17966393 阅读全文
posted @ 2025-06-04 13:04 微笑的''80 阅读(0) 评论(0) 推荐(0)
摘要:15.4.3 编译u-boot v2014.10 本节内容适用于如下OS: lubuntu eflasher friendlydesktop-arm64 friendlycore-arm64 下载源代码并编译: git clone https://github.com/friendlyarm/ubo 阅读全文
posted @ 2025-06-03 19:43 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/X289700836/article/details/76577477 https://baijiahao.baidu.com/s?id=1756677998583017238 https://wiki.archlinux.org/title/Cgit 实 阅读全文
posted @ 2025-06-03 17:57 微笑的''80 阅读(4) 评论(0) 推荐(0)