摘要:
vim插件:vim-autocomplpop.zip 2.14.1 阅读全文
摘要:
secureCRT 阅读全文
摘要:
命令 sudo passwd 输入命令回车后,设置root密码即可 END 阅读全文
摘要:
问题:在window电脑上使用远程终端软件 连接不上ubuntu 解决:在ubuntu上重新安装ssh 卸载ssh sudo apt-get remove openssh-client openssh-server 安装ssh sudo apt-get install openssh-client 阅读全文
摘要:
"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 阅读全文
摘要:
/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 阅读全文
摘要:
交叉编译u-boot-2018.01时报的错误。 解决:安装新版本的交叉编译工具。我需要选择2018年及之后的新版本编译工具。 我是选择linaro提供的交叉编译工具。网址如下: https://releases.linaro.org/components/toolchain/binaries/ 阅读全文
摘要:
原因:有用户进入了/mnt目录 退出/mnt目录即可取消挂载。 阅读全文