Issue 1: How to make the new target on brcm47xx?
Status:  New
Owner: ----
Reported by enjo...@gmail.com, Mar 15, 2013
What steps will reproduce the problem?
Dear author,I have tested your great code,and I want to make the new target on brcm47xx,How to make it like as your source,and can work well?
I have change the toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2.tar.gz to the offical ar71xx's OpenWrt-Toolchain-ar71xx-for-mips_r2-gcc-4.6-linaro_uClibc-0.9.33.2.tar.gz but it went to error in complie.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
Apr 4, 2013
Project Member #1 cbdsq...@gmail.com
If you want to do the same project on different openwrt "target",it's not hard,but you need know some basic linux embedded system knowledge.A simple guide is like this:
1.Download all openwrt code,choose the "target" and "platform" you want to work on.
2.Build the image for your "target" and "platform",after build finish,you will get the linux kernel source code and kernel config file in "build_dir/*" sub-directory.You will also get the toolchain.
3.Now you have a ready linux kernel,toolschain,so you need to know how to build a filesystem from scratch with busybox.

Some basic dsystem knowledge is need,refer this book when you do it:
http://www.amazon.com/Building-Embedded-Linux-Systems-Yaghmour/dp/0596529686