- 博客(12)
- 收藏
- 关注
原创 搭建ssh服务器,进行远程连接
开发环境Deepin 15zlib-1.2.11dropbear-2019.78移植过程参考资料嵌入式Linux安装Dropbear SSH server
2020-05-30 16:13:22
618
原创 nfs文件系统挂载问题
nfs文件系统在测试过程挂载nfs根文件系统是可以的,但是在linux系统中进行如下挂载则会出错,如下:mount -t nfs 192.168.3.10:/rootfs /mnt/svc: failed to register lockdv1 RPC service (errno 111).mount: mounting 192.168.3.10:/rootfs on /mnt/ failed: Connection refused解决办法:mount -t nfs -o nolock 1
2020-05-30 10:57:19
415
原创 wpa_supplicant移植与使用
前言开发环境: Deepin 15开发版:tiny6410移植版本:wpa_supplicant V0.3.7openssl 1.0.2lopenssl配置与编译wpa_supplicant 配置与编译开发板测试参考资料https://www.xuebuyuan.com/1806443.html
2020-05-29 23:30:19
529
原创 deepin使用过程中,wifi不能上网
如题,使用过程中wifi会突然不能上网,但是wifi却是连着的ping localhost ---- okping 192.168.2.1 — ping路由器失败终端中,进行如下操作:$ sudo wpa_clidisconnectreconnect然后wifi就可以继续上网了。...
2020-05-19 20:50:29
1959
原创 Linux移植中USB出现的问题
Linux版本:V4.19.78硬件平台:Tiny6410问题一:startup error -75错误日志ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driverohci-s3c2410: OHCI S3C2410 drivers3c2410-ohci s3c2410-ohci: OHCI Host Controllers3c2410-ohci s3c2410-ohci: new USB bus registered, assigned b
2020-05-19 20:40:42
1299
原创 Linux内核version magic不一致问题
现象# insmod gpio_keys.ko gpio_keys: version magic '4.19.78-ga5c4d9482-dirty mod_unload ARMv6 p2v8 ' should be '4.19.78-bc5c4ad452-dirty mod_unload ARMv6 p2v8 'insmod: can't insert 'gpio_keys.ko': i...
2020-04-12 22:47:04
7613
原创 deepin脚本命令控制屏幕亮度 - 使用DBUS
获取亮度设置参数终端执行以下命令dbus-send --print-reply --dest=com.deepin.daemon.Display /com/deepin/daemon/Display com.deepin.daemon.Display.GetBrightness得到以下返回method return time=1584521477.905284 sender=:1.5 ...
2020-03-18 17:02:42
886
原创 基于tiny6410开发板移植官方uboot详解
目录前言编译环境准备移植的uboot目标版本选择tiny6410开发板相关目录建立uboot工程代码修改uboot-spl代码修改
2020-03-17 23:06:39
725
原创 git查看分支图
git log --oneline --graph --decorate --all--oneline 日志单行显示--graph 分支图显示--decorate 可显示分支名称--all 显示所有分支
2020-03-17 11:14:17
8043
原创 解决Error opening terminal: xterm-256color
最近在使用scons --menuconfig命令时,遇到这种情况,以下为解决方法OS: deepin 15.11执行infocmp命令,得到数据库的目录,如下"/lib/terminfo/"eric@eric-PC:~$ infocmp# Reconstructed via infocmp from file: /lib/terminfo/x/xterm-256colorxterm...
2020-03-06 11:51:39
8625
1
原创 shell 自动搜索历史记录
在shell中终端中使用快捷键 “Ctr+r”,终端会出现如下提示(reverse-i-search)`': 然后输入历史命令中的关键字,会自动补全包含关键字的历史命令,接下来按ESC键,可退出搜索模式,并保留历史命令,可再次编辑命令按ENTRY键,可直接执行该历史命令"auto"为关键字(reverse-i-search)`auto': sudo apt autoremove...
2020-03-01 11:28:46
881
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人