摘要: vim插件:vim-autocomplpop.zip 2.14.1 阅读全文
posted @ 2024-05-27 10:02 liudelantu 阅读(56) 评论(0) 推荐(0)
摘要: secureCRT 阅读全文
posted @ 2024-05-15 21:50 liudelantu 阅读(208) 评论(0) 推荐(0)
摘要: 命令 sudo passwd 输入命令回车后,设置root密码即可 END 阅读全文
posted @ 2024-05-11 10:58 liudelantu 阅读(24) 评论(0) 推荐(0)
摘要: 问题:在window电脑上使用远程终端软件 连接不上ubuntu 解决:在ubuntu上重新安装ssh 卸载ssh sudo apt-get remove openssh-client openssh-server 安装ssh sudo apt-get install openssh-client 阅读全文
posted @ 2024-05-11 10:41 liudelantu 阅读(111) 评论(0) 推荐(0)
摘要: 记录linux下实现网络通信 阅读全文
posted @ 2024-05-09 14:53 liudelantu 阅读(8) 评论(0) 推荐(0)
摘要: 记录linux下实现网络通信 阅读全文
posted @ 2024-05-09 12:33 liudelantu 阅读(22) 评论(0) 推荐(0)
摘要: "mkimage" command not found - U-Boot images will not be built make[1]: *** [/opt/linux-3.14/arch/arm/boot/Makefile:80: arch/arm/boot/uImage] Error 1 m 阅读全文
posted @ 2024-05-08 18:05 liudelantu 阅读(169) 评论(0) 推荐(0)
摘要: /usr/bin/ld:scripts/dtc/dtc-parser.tab.o:(.bss+0x50):multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here colle 阅读全文
posted @ 2024-05-08 18:03 liudelantu 阅读(790) 评论(0) 推荐(0)
摘要: 交叉编译u-boot-2018.01时报的错误。 解决:安装新版本的交叉编译工具。我需要选择2018年及之后的新版本编译工具。 我是选择linaro提供的交叉编译工具。网址如下: https://releases.linaro.org/components/toolchain/binaries/ 阅读全文
posted @ 2024-05-08 16:48 liudelantu 阅读(286) 评论(0) 推荐(0)
摘要: 原因:有用户进入了/mnt目录 退出/mnt目录即可取消挂载。 阅读全文
posted @ 2024-05-08 16:20 liudelantu 阅读(81) 评论(0) 推荐(0)