会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bk街头狂舞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2022年12月1日
激光雷达ldlidar communication is abnormal.
摘要: 查看串口设置是否正常,可以通过cat /dev/ttyS4查看是否有数据以确定所接的串口是否正确
阅读全文
posted @ 2022-12-01 07:45 bk街头狂舞
阅读(225)
评论(0)
推荐(0)
2022年11月26日
编译报错Could NoT find Threads (missing: Threads FOUND)
摘要: 解决方法1: 原来的命令行加上-lpthread 解决方法2: -DCMAKE_THREAD_LIBS_INIT=-lpthread
阅读全文
posted @ 2022-11-26 12:57 bk街头狂舞
阅读(1724)
评论(0)
推荐(0)
2022年11月16日
解决gpg: 从公钥服务器接收失败:服务器故障
摘要: xxx@xxx-virtual-machine:~/workspace/rv1126_rv1109_sdk$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672FExecuting: /t
阅读全文
posted @ 2022-11-16 08:15 bk街头狂舞
阅读(5090)
评论(0)
推荐(0)
2022年11月15日
dropbear 2019.78 Installing to target......Running build_buildroot failed!
摘要: 使能buildroot的环境变量 source envsetup.sh ;rv1126一般选择90make dropbear-dircleanmake dropbear./build.sh rootfs./build.sh再不行的话,可以多试两次,再不行的话:建议你先清除 ./build.sh cl
阅读全文
posted @ 2022-11-15 21:30 bk街头狂舞
阅读(310)
评论(0)
推荐(0)
2022年8月2日
PCB走线宽度与电流、温度的关系
摘要: 测试PCB的线长为24cm 其他:
阅读全文
posted @ 2022-08-02 21:45 bk街头狂舞
阅读(189)
评论(0)
推荐(0)
2022年6月20日
C语言利用union 和 struct 进行位拆分
摘要: #include <stdlib.h> typedef unsigned char uint8_t; union wate_temp{ struct { uint8_t wate_temp_low :1; uint8_t wate_temp_high :4; uint8_t reverse :3;
阅读全文
posted @ 2022-06-20 17:02 bk街头狂舞
阅读(108)
评论(0)
推荐(0)
2022年4月14日
git prior sync failed; rebase still in progress
摘要: 方案一: 将这个git直接删掉,rm common/ -rf 然后再回到项目根目录repo sync 方案二: git rebase --abort
阅读全文
posted @ 2022-04-14 18:02 bk街头狂舞
阅读(703)
评论(0)
推荐(0)
2022年3月8日
linux格式化文件命令
摘要: 一些文件被windows打开后代码格式会被改变,使用一下命令来转换 sed -i 's/\r//' filename
阅读全文
posted @ 2022-03-08 18:05 bk街头狂舞
阅读(171)
评论(0)
推荐(0)
2022年3月2日
ESP8266_RTOS_SDK更新子模块出错git remote: [session-f0448081] 404 not found!
摘要: 报错:git remote: [session-f0448081] 404 not found! 在.git文件夹中的config文件中找到子模块的地址,用浏览器打开发现确实没有对应的子模块仓库,这个时候只需要把地址gitee.com换成github.com就行了, 最终的替换结果如下: [core
阅读全文
posted @ 2022-03-02 15:35 bk街头狂舞
阅读(710)
评论(0)
推荐(0)
2022年1月24日
ubuntu 快速安装ninja和gn
摘要: 安装ninja: sudo apt install ninja-build 安装gn: sudo apt install generate-ninja
阅读全文
posted @ 2022-01-24 18:23 bk街头狂舞
阅读(7625)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
下一页
公告