上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 58 下一页
摘要: 1、RC:Root Complex RC设备用于连接CPU/内存子系统 和 I/O设备; RC模式下,PCIE配置头中的类型值为1; RC模式下,支持配置和I/O事务 2、EP:EndPoint EP设备通常表示一个串行或I/O设备; EP模式下,PCIE配置头中的类型值为0; EP模式下,PCIE 阅读全文
posted @ 2022-09-02 11:54 轻轻的吻 阅读(1931) 评论(0) 推荐(0) 编辑
摘要: 24小时误差: 时间=ppm值x24x60x60/1000000 阅读全文
posted @ 2022-09-02 10:55 轻轻的吻 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 1、在内核配置时打开CONFIG_DYNAMIC_DEBUG宏。 2、控制某个文件 echo -n "file xxx.c +p" > /sys/kernel/debug/dynamic_debug/control 3、控制某个函数 echo -n "func xxx +p" > sys/kerne 阅读全文
posted @ 2022-09-01 08:59 轻轻的吻 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 关闭掉WWAN AutoConfig 阅读全文
posted @ 2022-08-16 10:26 轻轻的吻 阅读(41) 评论(0) 推荐(0) 编辑
摘要: adb reboot bootloader -- 进入fastboot模式 fastboot devices -- 查看设备是否连上 astboot命令: fastboot devices //加载fastboot驱动 fastboot erase xxxx //假如我要擦除RECOVERY 就是: 阅读全文
posted @ 2022-08-13 12:23 轻轻的吻 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1、读RTC相关寄存器值 adb shell echo "0x5A58" > d/regmap/spmi0-00/address //要读的寄存器的起始地址 adb shell echo "10" > d/regmap/spmi0-00/count //读10个 adb shell cat d/re 阅读全文
posted @ 2022-08-13 11:53 轻轻的吻 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 一、调试thermal-engine的温控策略 1.找到当前的thermal engine配置 adb shell cat /vendor/etc/thermal-engine > thermal-engine.conf 2.修改该文件后推送到设备上 3.将”debug“放到thermal-engi 阅读全文
posted @ 2022-08-10 09:39 轻轻的吻 阅读(24) 评论(0) 推荐(0) 编辑
摘要: getprop "ro.build.version.release" 阅读全文
posted @ 2022-08-09 18:50 轻轻的吻 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 查看CPU是几核 cat /proc/cpuinfo | grep ^processor | wc -l 查看CPU有几个核在运行 cat /sys/devices/system/cpu/online 查看系统支持多少个核: cat /sys/devices/system/cpu/present 开 阅读全文
posted @ 2022-08-04 18:12 轻轻的吻 阅读(716) 评论(1) 推荐(0) 编辑
摘要: 一 RTC 概述 1.定义: RTC的英文全称是Real-Time Clock,翻译过来是实时时钟芯片。 RTC芯片是一种能提供日历/时钟(世纪、年、月、时、分、秒)及数据存储等功能的专用集成电路。 2.应用 A.跟踪日期和时间。 B.报警、闹钟、看门狗、高精度的校准寄存器。 C.在待机状态下,作为 阅读全文
posted @ 2022-08-04 17:04 轻轻的吻 阅读(885) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 58 下一页