[[RMR9000-技術情報]]

以下の手順に沿って、お手元のLinux PCにSDKをダウンロードし、開発環境を準備下さい。
*Download RMR9000 development SDK [#gb1d58f8]
-access : http://220.110.201.21/openwrt/stable  (Thinktube 公開サーバー)
-click tt-openwrt-sdk-stable-3.1.6.tar.gz and starts download (Stable版を選択)

*Build openwrt-tt [#j5e94d11]
 tar zxvf tt-openwrt-sdk-stable-3.1.6.z.tar.gz
 cd tt-openwrt-sdk
 cd openwrt-tt
 cp default-config-rsp .config
 make V=99   (Build完了までに暫く時間かかります)

-Note: you might need to install following packages before "make"
 sudo apt-get install build-essential flex gawk gettext libncurses5-dev zlib1g-dev git-core subversion  (上記mnakeを実行前に必要な場合があります)
 sudo apt-get install gcc-multilib   (you need to install 32bit gcc,if you use 64bit system )
-Note: During make process, packages will be downloaded from 220.110.201.21/openwrt/stable/sources/ by default. If the target package is not found there, then it will try to get it from the global site defined in Makefile of each package. if you want it download it only from the global site, then do the next
 execute "make menuconfig" 
 go to [Advanced configuration options (for developers)->local mirror for source packages]
 remove "220.110.201.21/openwrt/stable/sources/"
 save and exit 

* Trouble shooting [#c57649e5]
** build failure due to download a certain package [#u9e94aef]
-solution
--download that package from http://220.110.201.21/openwrt/stable/sources/
--copy that package into your tt-openwrt-sdk/openwrt-tt/dl
--restart building by "make V=99"


*References [#n36d2355]
-build environment
--http://wiki.openwrt.org/doc/start 
--http://wiki.openwrt.org/doc/howto/buildroot.exigence
--http://downloads.openwrt.org/docs/buildroot-documentation.html
--http://wiki.openwrt.org/about/toolchain

-create packages
--http://wiki.openwrt.org/doc/devel/packages
--http://wiki.openwrt.org/doc/howtobuild/single.package
--https://forum.openwrt.org/viewtopic.php?id=16040$

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS