会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
54
下一页
2022年2月22日
platform_device_register
摘要: platform_device_register->platform_device_add
阅读全文
posted @ 2022-02-22 17:30 cogitoergosum
阅读(20)
评论(0)
推荐(0)
2022年2月17日
uboot CPU主频、内存主频的初始化
摘要: uboot的cpu、内存的配置位置 board/{soc名称}
阅读全文
posted @ 2022-02-17 10:24 cogitoergosum
阅读(362)
评论(0)
推荐(0)
2022年2月16日
linux uboot 挂载内核和文件系统
摘要: 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)
2022年2月15日
Shell多个命令间隔符号;和&和&&区别
摘要: command1 & command2 & command3 三个命令同时执行 command1; command2; command3 不管前面命令执行成功没有,后面的命令继续执行 command1 && command2 只有前面命令执行成功,后面命令才继续执行
阅读全文
posted @ 2022-02-15 15:25 cogitoergosum
阅读(316)
评论(0)
推荐(0)
2022年2月10日
linux svn 转换为linux换行符
摘要: 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)
2022年2月6日
openwrt 内核完成后的初始过程
摘要: https://e-mailky.github.io/2019-01-14-initialize
阅读全文
posted @ 2022-02-06 11:24 cogitoergosum
阅读(23)
评论(0)
推荐(0)
2022年1月13日
如何程序只链接用到的接口
摘要: 参考链接: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)
2021年12月21日
linux C 语言判断自身程序是否在运行
摘要: #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)
2021年12月20日
Package XXX is missing dependencies for the following libraries
摘要: 参考链接: 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
下一页
公告