上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 77 下一页
摘要: 答: 使用git reflog命令即可 阅读全文
posted @ 2019-08-23 17:51 Jello 阅读(5655) 评论(0) 推荐(0)
摘要: 答:会使用request_irq中指定的触发方式 阅读全文
posted @ 2019-08-23 11:23 Jello 阅读(926) 评论(0) 推荐(0)
摘要: interrupts属性会有两种不同的参数: 1. 带两个参数的情形 示例: 表示中断控制器是GPIO2,使用GPIO2的第5号中断,这里的第5号中断指的是5号引脚,1是指中断触发的方式为上升沿触发,详见内核代码中的头文件include/dt-bindings/interrupt-controlle 阅读全文
posted @ 2019-08-22 17:05 Jello 阅读(6412) 评论(0) 推荐(0)
摘要: 答: 在configure时加--disable-werror选项,如下: ./configure --target=aarch64-linux-gnu --disable-werror 阅读全文
posted @ 2019-08-20 12:03 Jello 阅读(2029) 评论(0) 推荐(0)
摘要: 答: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)
摘要: 答: 语法如下: <font color='red'> text </font> 阅读全文
posted @ 2019-08-19 18:07 Jello 阅读(25316) 评论(5) 推荐(9)
摘要: 答: df -T 阅读全文
posted @ 2019-08-19 14:59 Jello 阅读(6112) 评论(0) 推荐(0)
摘要: 答: rootwait是无限期等待,而rootdelay可以指定等待的时间,更加灵活。 阅读全文
posted @ 2019-08-16 21:24 Jello 阅读(1791) 评论(0) 推荐(0)
摘要: 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)
摘要: 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 下一页