会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
77
下一页
2019年8月23日
git如何查看执行过的历史git命令
摘要: 答: 使用git reflog命令即可
阅读全文
posted @ 2019-08-23 17:51 Jello
阅读(5655)
评论(0)
推荐(0)
设备树中指定的中断触发方式与request_irq中指定的触发方式不一致时,内核会使用哪种中断触发方式呢?
摘要: 答:会使用request_irq中指定的触发方式
阅读全文
posted @ 2019-08-23 11:23 Jello
阅读(926)
评论(0)
推荐(0)
2019年8月22日
设备树中的interrupts属性解析
摘要: interrupts属性会有两种不同的参数: 1. 带两个参数的情形 示例: 表示中断控制器是GPIO2,使用GPIO2的第5号中断,这里的第5号中断指的是5号引脚,1是指中断触发的方式为上升沿触发,详见内核代码中的头文件include/dt-bindings/interrupt-controlle
阅读全文
posted @ 2019-08-22 17:05 Jello
阅读(6412)
评论(0)
推荐(0)
2019年8月20日
编译grub时报告"grub_script.yy.c:19:22: error: statement with no effect [-Werror=unused-value]"怎么处理?
摘要: 答: 在configure时加--disable-werror选项,如下: ./configure --target=aarch64-linux-gnu --disable-werror
阅读全文
posted @ 2019-08-20 12:03 Jello
阅读(2029)
评论(0)
推荐(0)
uefi是如何启动linux内核的?
摘要: 答:uefi启动linux内核有两条路径: 1. uefi直接进入uefi shell来启动linux内核 2. uefi直接进入uefi shell启动grub启动器,然后进入grub shell启动linux内核
阅读全文
posted @ 2019-08-20 11:20 Jello
阅读(1628)
评论(0)
推荐(0)
2019年8月19日
markdown中如何设置字体为红色?
摘要: 答: 语法如下: <font color='red'> text </font>
阅读全文
posted @ 2019-08-19 18:07 Jello
阅读(25316)
评论(5)
推荐(9)
linux下如何查看磁盘分区所使用的文件系统格式?
摘要: 答: df -T
阅读全文
posted @ 2019-08-19 14:59 Jello
阅读(6112)
评论(0)
推荐(0)
2019年8月16日
bootargs中的rootwait 与rootdelay有什么区别?
摘要: 答: rootwait是无限期等待,而rootdelay可以指定等待的时间,更加灵活。
阅读全文
posted @ 2019-08-16 21:24 Jello
阅读(1791)
评论(0)
推荐(0)
如何交叉编译curl?
摘要: 1. 先准备一下openssl库 编译openssl库的方法在此 2. 获取curl源码 wget https://curl.haxx.se/download/curl-7.65.3.tar.gz 2. 解压 tar xvf curl-7.65.3.tar.gz -C ~/ cd ~/curl-7.
阅读全文
posted @ 2019-08-16 17:26 Jello
阅读(4087)
评论(0)
推荐(0)
如何交叉编译openssl库?
摘要: 1. 获取源码 wget https://www.openssl.org/source/openssl-1.0.2s.tar.gz 2. 解压源码 tar xvf openssl-1.0.2s.tar.gz -C ~/ 3. 设置交叉环境变量 export CROSS=arm-linux-gnuea
阅读全文
posted @ 2019-08-16 17:17 Jello
阅读(4011)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
77
下一页
公告