亲,“电路城论坛”已合并升级到更全、更大、更强的「新与非网」。了解「新与非网」
签到天数: 216 天
连续签到: 1 天
[LV.7]常住居民III
sudo apt-get install g++ sudo apt-get install libncurses5-dev sudo apt-get install zlib1g-dev sudo apt-get install bison sudo apt-get install flex sudo apt-get install unzip sudo apt-get install autoconf sudo apt-get install gawk sudo apt-get install make sudo apt-get install gettext sudo apt-get install gcc sudo apt-get install binutils sudo apt-get install patch sudo apt-get install bzip2 sudo apt-get install libz-dev sudo apt-get install asciidoc sudo apt-get install subversion sudo apt-get install sphinxsearch sudo apt-get install libtool sudo apt-get install sphinx-common 这样基本上就安装完成。建议使用putty软件,因为这里putty下,复制后的文件可以直接右击粘贴,防止自己打字过程中出错。 后面的就是openwrt源下载,OpenWrt源码分两种,一种是最新但不是最稳定的Trunk开发版,一种是最稳定的Backfire版,建议下载官方源码。下载前先在本地创建文件夹: mkdir openwrt sudo chmod 777 openwrt cd openwrt然后下载源 svn co svn://svn.openwrt.org/openwrt/trunk/接下来要将feeds.conf.default修改为feeds.conf,添加软件扩展包、更新扩展和安装扩展 cp feeds.conf.default feeds.conf ./scripts/feeds update -a ./scripts/feeds install -a上面全部完成后差不多就可以开始编译自己的固件了,测试编译环境和进入定制界面命令如下: make defconfig make menuconfig顺利的话会出现下面界面,然后就可以根据自己平台定制自己需要的组件和功能 输入一下命令即可开始编译 make V=99编译过程因电脑配置而已,一般一个小时左右,完成后可以到trunk/bin/目录下找到自己编译好的固件然后刷到自己的开发板中(注意配置菜单中选择芯片要是AR9XXX,以为SOM9331采用的是AR9311的芯片,所以要特别注意下) <blockquote>
mkdir openwrt sudo chmod 777 openwrt cd openwrt
svn co svn://svn.openwrt.org/openwrt/trunk/
cp feeds.conf.default feeds.conf ./scripts/feeds update -a ./scripts/feeds install -a
make defconfig make menuconfig
make V=99
<blockquote>
下载资料失效了?点击此处告知管理员 > >
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
查看 »
手机版|小黑屋|与非网
GMT+8, 2024-11-19 06:29 , Processed in 0.133863 second(s), 18 queries , MemCache On.
苏公网安备 32059002001037号
Powered by Discuz! X3.4
Copyright © 2001-2024, Tencent Cloud.