上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 77 下一页
摘要: 答: 使用iminfo命令 阅读全文
posted @ 2019-09-04 12:53 Jello 阅读(492) 评论(0) 推荐(0)
摘要: 1. No such device or address 这一句表明当前的板子上没有这样的外设,检查设备树和硬件连接情况 2. 笔者是这样解决的 由于设备树中为rtc所指定的总线与硬件上的连接rtc的总线存在出入,因此修改成一致即可解决此问题。 阅读全文
posted @ 2019-09-03 18:52 Jello 阅读(4935) 评论(0) 推荐(0)
摘要: 答:使用<br>即可在表格内换行 阅读全文
posted @ 2019-09-03 17:24 Jello 阅读(3533) 评论(0) 推荐(0)
摘要: 答:macos原生支持,可以通过脚本卸载再重新挂载为可读写即可,脚本在此 阅读全文
posted @ 2019-08-31 00:21 Jello 阅读(676) 评论(0) 推荐(0)
摘要: 1. DMA全称是什么? Direct Memory Access 2. PIO全称是什么? Programming Input/Output 3. DMA与PIO是两种不同的模式 3.1 DMA 不经过CPU而直接从内存了存取数据的数据交换模式 3.2 PIO 通过CPU执行I/O端口指令来进行数 阅读全文
posted @ 2019-08-30 11:19 Jello 阅读(1203) 评论(0) 推荐(0)
摘要: 答: LGTM就是Looks Good To Me(已经review了,可以合并)的意思 阅读全文
posted @ 2019-08-29 15:02 Jello 阅读(9283) 评论(0) 推荐(1)
摘要: 答: 分为两步: 1. 删除本地tag git tag -d tag-name 2. 删除远程tag git push origin :refs/tags/tag-name 阅读全文
posted @ 2019-08-28 10:36 Jello 阅读(31090) 评论(0) 推荐(1)
摘要: 答: 首次贡献分为两步: 1. 首先需要订阅一下,地址在此https://lists.denx.de/listinfo/u-boot,使邮箱地址对应有一个成员名称,才能向uboot社区发送补丁,否则会收到Post by non-member to a members-only list 2. 注册完 阅读全文
posted @ 2019-08-27 16:42 Jello 阅读(447) 评论(0) 推荐(0)
摘要: 答: git notes copy <old-commit> <new-commit> 阅读全文
posted @ 2019-08-27 12:37 Jello 阅读(303) 评论(0) 推荐(0)
摘要: 答: https://gitlab.denx.de/u-boot/u-boot# 1. 获取源码 git clone git@gitlab.denx.de:u-boot/u-boot.git Or git clone https://gitlab.denx.de/u-boot/u-boot.git 阅读全文
posted @ 2019-08-26 18:06 Jello 阅读(503) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 77 下一页