会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三七鸽
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
14
下一页
2020年4月28日
使用再生龙克隆ubuntu系统
摘要: 一. 什么是再生龙 1.1. 再生龙(Clonezilla)是一个免费的灾难恢复、硬盘克隆、硬盘映像档制作的部署和解决方案,由台湾的高速网络与计算中心所开发,以GNU通用公共许可协议(GPL)发布 二. 准备工作 2.1. 准备两个u盘 ,一个用于做再生龙的启动盘,一个做存储镜像文件的盘 2.2.下
阅读全文
posted @ 2020-04-28 13:58 三七鸽
阅读(9426)
评论(1)
推荐(0)
2020年4月26日
Segmentation Fault的产生原因及调试方法
摘要: 一. 什么是Segmentation Fault 1.1. 一句话来说,段错误是指访问的内存超出了系统给这个程序所设定的内存空间,例如访问了不存在的内存地址、访问了系统保护的内存地址、访问了只读的内存地址等等情况 二. Segmentation Fault产生示例 2.1. 访问不存在的内存地址 #
阅读全文
posted @ 2020-04-26 17:41 三七鸽
阅读(42636)
评论(0)
推荐(0)
2020年4月22日
Lichee spi norflash启动
摘要: 一. 准备sunxi-fel工具 1.1. 下载链接:https://github.com/Icenowy/sunxi-tools.git 1.1.1. git clone https://github.com/Icenowy/sunxi-tools.git 1.1.2. 查看分支并切换分支 2.2
阅读全文
posted @ 2020-04-22 00:18 三七鸽
阅读(1900)
评论(0)
推荐(0)
2020年4月19日
Lichee zero使用USB wifi(RTL8188EU)
摘要: 一. kernal修改 1.1. 添加RTL8188EU驱动 1.1.1. 查看现有kernal是否有驱动 a. 查看usb wifi ID b. Linux4.1.x的内核是否支持,试试到,说明支持 cd drivers/net/wireless/ sudo grep "0x8179" * -wn
阅读全文
posted @ 2020-04-19 12:25 三七鸽
阅读(1211)
评论(0)
推荐(0)
2020年4月12日
LicheePi-zero体验
摘要: 一. 资源下载 1.1. Lichee官方资料:https://cn.dl.sipeed.com/LICHEE 1.2. uboot github源码:https://github.com/Lichee-Pi/u-boot.git 1.3. kernel github源码:https://githu
阅读全文
posted @ 2020-04-12 23:46 三七鸽
阅读(2686)
评论(0)
推荐(0)
2020年4月11日
imx6ull LED驱动开发
摘要:
阅读全文
posted @ 2020-04-11 21:38 三七鸽
阅读(365)
评论(0)
推荐(0)
2020年4月7日
ubuntu 同时远程github和gitee
摘要: 一. git 1.1.关于git使用参考:https://www.cnblogs.com/linux-37ge/p/11073451.html 1.2. 之前写的关于上传代码到github:https://www.cnblogs.com/linux-37ge/p/11374699.html 二. r
阅读全文
posted @ 2020-04-07 23:32 三七鸽
阅读(666)
评论(0)
推荐(0)
2020年4月5日
VS code 使用远程remote SSH
摘要: 一. 安装必要插件 1.1. 安装Remote Development插件 1.2. remote-ssh 二. 设置setting.json 2.1. Remote-SSH 右键,选择Extension Settings-->Edit in settings.json 2.2. 如果你是远程局域网
阅读全文
posted @ 2020-04-05 21:18 三七鸽
阅读(7943)
评论(0)
推荐(1)
2020年4月4日
ubuntu 安装软件报timed out
摘要: ubuntu 安装软件时经常不成功,常见的如;pip install --upgrade pip时,提示错误: ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out
阅读全文
posted @ 2020-04-04 00:32 三七鸽
阅读(1150)
评论(0)
推荐(0)
AI 人脸识别
摘要: 一. 软件安装 1.1. kflash_gui安装 1.1.1. 下载软件:https://github.com/sipeed/kflash_gui/releases/ 1.2. Maixpy IDE 安装 1.2.1. 下载路径:https://github.com/sipeed/MaixPy/r
阅读全文
posted @ 2020-04-04 00:28 三七鸽
阅读(1754)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
14
下一页
公告