- 博客(5)
- 资源 (3)
- 收藏
- 关注
原创 OpenWRT移植(二)
一.OpenWRT编译目录不能属于root用户,修改目录权限 chgrp -R group dir chown -R user dir二.下载OpenWRT源码 https://github.com/openwrt/openwrt三.解压OpenWRT源码,修改feed源feeds.conf.default src-git packages https://gi...
2019-04-25 17:59:43
1038
原创 OpenWRT移植(一)
1.下载源码包等 https://openwrt.org/docs/guide-developer/source-code/start beagelbone https://downloads.lede-project.org/releases/17.01.4/targets/omap/generic/ git clone https://github.com/openw...
2019-04-25 17:57:10
2616
原创 openalpr编译
前提已安装opencv,默认安装目录,资源存放目录/usr/local/src,for mark资源版本:opencv3.3.0;log4cplus2.0;tesseract 4.00.00;leptonica-1.74.4;openalpr2.3。资源网站:https://github.com/opencvhttps://sourceforge.net/projects/lo
2017-12-23 14:20:45
917
原创 gitlab nginx 服务当掉问题解决
公司gitlab服务器当掉了,手头无资料。。。gitlab-ctl status 查看nginx处于down状态gitlab-ctl tail 查看日志 ***fullchain.pem ***privkey.pem存在问题,网上查阅资料,证书需要隔一段时间更新一次,由于git服务器当掉很久了,肯定过期了,申请证书,参考http://zzz.buzz/zh/2016/04/03/enab
2017-11-10 13:46:11
3214
原创 驱动开发笔记——platform_set_drvdata分析
函数static inline void platform_set_drvdata(struct platform_device *pdev, void *data)目的存储用户在probe()中主动申请的内存区域的指针以防止丢失,static inline void *platform_get_drvdata(const struct platform_device *pdev)则是将其取出。
2017-04-10 17:07:51
9841
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人