
日记-
交叉编译之王 hahaha
咸鱼王,摸鱼10载,历任多家创业公司的填坑主力。通过这个账号,我将与大家分享我多年来的风风雨雨——打过的仲裁、翻过的车、踩过的坑,让大家娱乐的同时,也希望能带来一些启发和思考。哈哈,欢迎一起搬砖moyu!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux怎么启动网卡却又不赋予ip地址,光作显示用途,待后面配置
root@Maxw5-imx6:~# cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 #iface eth1 inet dhcp iface eth1 ine原创 2022-05-27 17:39:07 · 449 阅读 · 0 评论 -
unknown option “--sport“
1. unknown option “–sport” 它有有两种可能 “也许有更多,但我还没碰到” 1.1: XTABLES_LIBDIR 的库没加载 iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT 结果 Couldn’t load target `standard’:No such file or directory 解决方案 export XTABLES_LIBDIR=/lib/xtables:$XTABLES_LIBDIR //当然你原创 2022-03-10 11:13:30 · 988 阅读 · 0 评论 -
嵌入式开发第51日(系统移植之u-boot)
一、嵌入式的启动过程 uboot ---> kernel ----> 根文件系统 ---> 应用程序 加载 挂载 调用 二、什么是u-boot? 1.uboot是通用的引导程序。全称(Universal Boot Loader) 1)通用性 .支持多种硬件 MIP原创 2016-10-02 01:41:23 · 1787 阅读 · 0 评论