会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
77
下一页
2019年9月4日
uboot下如何列出加载到内存中的itb镜像相关信息?
摘要: 答: 使用iminfo命令
阅读全文
posted @ 2019-09-04 12:53 Jello
阅读(492)
评论(0)
推荐(0)
2019年9月3日
使用hwclock读取rtc中的时间时报错"hwclock: ioctl(RTC_RD_TIME) to /dev/rtc0 to read the time failed: No such device or address"如何处理?
摘要: 1. No such device or address 这一句表明当前的板子上没有这样的外设,检查设备树和硬件连接情况 2. 笔者是这样解决的 由于设备树中为rtc所指定的总线与硬件上的连接rtc的总线存在出入,因此修改成一致即可解决此问题。
阅读全文
posted @ 2019-09-03 18:52 Jello
阅读(4935)
评论(0)
推荐(0)
markdown如何在表格内换行?
摘要: 答:使用<br>即可在表格内换行
阅读全文
posted @ 2019-09-03 17:24 Jello
阅读(3533)
评论(0)
推荐(0)
2019年8月31日
macos下如何解决无法写ntfs格式的u盘或硬盘?
摘要: 答:macos原生支持,可以通过脚本卸载再重新挂载为可读写即可,脚本在此
阅读全文
posted @ 2019-08-31 00:21 Jello
阅读(676)
评论(0)
推荐(0)
2019年8月30日
DMA与PIO是什么东西?
摘要: 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)
2019年8月29日
开源社区人们总说的LGTM是什么意思?
摘要: 答: LGTM就是Looks Good To Me(已经review了,可以合并)的意思
阅读全文
posted @ 2019-08-29 15:02 Jello
阅读(9283)
评论(0)
推荐(1)
2019年8月28日
git如何删除远程tag?
摘要: 答: 分为两步: 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)
2019年8月27日
如何贡献补丁到uboot社区?
摘要: 答: 首次贡献分为两步: 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如何将旧commit的相关notes复制到新commit?
摘要: 答: git notes copy <old-commit> <new-commit>
阅读全文
posted @ 2019-08-27 12:37 Jello
阅读(303)
评论(0)
推荐(0)
2019年8月26日
uboot的仓库在哪里?
摘要: 答: 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
下一页
公告