上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 54 下一页
摘要: platform_device_register->platform_device_add 阅读全文
posted @ 2022-02-22 17:30 cogitoergosum 阅读(20) 评论(0) 推荐(0)
摘要: uboot的cpu、内存的配置位置 board/{soc名称} 阅读全文
posted @ 2022-02-17 10:24 cogitoergosum 阅读(362) 评论(0) 推荐(0)
摘要: setenv serverip 192.168.9.120 setenv ipaddr 192.168.9.233 setenv bootcmd tftp 41000000 uImage\;tftp 42000000 exynos4412-fs4412.dtb\;bootm 41000000 - 4 阅读全文
posted @ 2022-02-16 17:09 cogitoergosum 阅读(155) 评论(0) 推荐(0)
摘要: command1 & command2 & command3 三个命令同时执行 command1; command2; command3 不管前面命令执行成功没有,后面的命令继续执行 command1 && command2 只有前面命令执行成功,后面命令才继续执行 阅读全文
posted @ 2022-02-15 15:25 cogitoergosum 阅读(316) 评论(0) 推荐(0)
摘要: svn propset svn:eol-style LF filename 参考链接:https://stackoverflow.com/questions/8024740/whats-the-best-way-to-have-svneol-style-native-for-text-files-b 阅读全文
posted @ 2022-02-10 17:49 cogitoergosum 阅读(100) 评论(0) 推荐(0)
摘要: https://e-mailky.github.io/2019-01-14-initialize 阅读全文
posted @ 2022-02-06 11:24 cogitoergosum 阅读(23) 评论(0) 推荐(0)
摘要: 参考链接:https://www.cnblogs.com/LiuYanYGZ/p/5621955.html 阅读全文
posted @ 2022-01-13 18:10 cogitoergosum 阅读(24) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/sunjing_/article/details/90901417 用第四种的方法,静态库内容被链接,会导致静态库的所有函数被链接进来, 导致应用程序去链接动态库时,如果也引用静态库的函数,导致应用程序的静态库无法正常工作, 通过readlf -s 查看链 阅读全文
posted @ 2022-01-13 16:26 cogitoergosum 阅读(225) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <string.h> //TF处理 #include <sys/vfs.h> #include <sys/stat.h> # 阅读全文
posted @ 2021-12-21 16:02 cogitoergosum 阅读(474) 评论(0) 推荐(0)
摘要: 参考链接: https://www.cnblogs.com/rockyching2009/p/10246438.html 阅读全文
posted @ 2021-12-20 16:05 cogitoergosum 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 54 下一页