上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 77 下一页
摘要: 答: sudo apt-get install device-tree-compiler -y 阅读全文
posted @ 2019-06-11 15:35 Jello 阅读(1943) 评论(0) 推荐(0)
摘要: 答: sudo apt-get install u-boot-tools -y 阅读全文
posted @ 2019-06-11 15:32 Jello 阅读(1480) 评论(0) 推荐(0)
摘要: 答: 使用选项-print-file-name=<lib_name> 如列出libstdc++.so.6的库路径:aarch64-linux-gnu-gcc -print-file-name=libstdc++.so.6 阅读全文
posted @ 2019-06-10 21:21 Jello 阅读(3351) 评论(0) 推荐(0)
摘要: 1. 协议栈名称 neardal 2. 源码 https://github.com/connectivity/neardal.git 3. 由谁维护? intel 4. 基于neardal的nfc协议栈 linux_libnfc-nci https://github.com/NXPNFCLinux/ 阅读全文
posted @ 2019-06-10 20:28 Jello 阅读(1268) 评论(0) 推荐(0)
摘要: 答: 全称为Software Configuration Management,即为软件配置管理 阅读全文
posted @ 2019-06-10 15:26 Jello 阅读(1197) 评论(0) 推荐(0)
摘要: 注意:使用的内核源码版本为5.1.3 1. subsys_initcall长什么样子? 它其实是个宏定义,定义如下: #define subsys_initcall(fn) __define_initcall(fn, 4) (注意,这是使用在内置模块中的) 或 #define subsys_init 阅读全文
posted @ 2019-06-09 23:34 Jello 阅读(8883) 评论(0) 推荐(0)
摘要: 分析用的内核版本为5.1.3 1.MFD全称 Multi-function Device,多功能设备 2. 为何会出现MFD子系统 由于出现了一类具有多种功能的外围设备或cpu内部集成的硬件模块 3. 有哪些多功能设备呢? 3.1 PMIC,电源管理芯片 da9063: 调节器,led控制器,看门狗 阅读全文
posted @ 2019-06-08 22:18 Jello 阅读(3697) 评论(0) 推荐(1)
摘要: 注意: 分析用的linux内核版本为5.1.3 1. RTC子系统 2. Remote Processor子系统 3. Remote Processor Message子系统 4. SCSI子系统 5. SCSI Target子系统 6. Security子系统 7. SOC-CAMERA V4L2 阅读全文
posted @ 2019-06-07 16:23 Jello 阅读(3252) 评论(0) 推荐(0)
摘要: 一. 背景 从向日葵官网下载了linux版向日葵远程控制端软件,解压后直接执行Sunlloginremote发现以下错误: jello@jello:~/sunlogin_remote_linux$ ./SunloginRemote This application failed to start b 阅读全文
posted @ 2019-06-07 12:49 Jello 阅读(8414) 评论(0) 推荐(0)
摘要: 1. 开启防火墙 sudo ufw enable 2. 关闭某个端口,如80端口 sudo ufw deny 80 3. 查询当前防火墙状态 sudo ufw status 阅读全文
posted @ 2019-06-07 12:07 Jello 阅读(6727) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 77 下一页