Skip to content

Latest commit

 

History

History
executable file
·
72 lines (43 loc) · 1.24 KB

openwrt.md

File metadata and controls

executable file
·
72 lines (43 loc) · 1.24 KB

#openwrt

Reference

*download: http://downloads.openwrt.org/attitude_adjustment/12.09/ramips/rt288x/

compile

sudo apt-get install subversion git flex g++ gawk zlib1g-dev libncurses5-dev

make defconfig
make prereq
make menuconfig

make toolchain/clean
make toolchain/install
make V=99


troubleshoot

make: *** [world] Error 2

>> make dirclean

Your tree is unclean and the toolchain needs a rebuild - "make dirclean" will fix the issue above.

``

# mtd bakup

* <http://www.haiyun.me/archives/openwrt-mtd-sysupgrade.html>
* <http://see.sl088.com/wiki/Openwrt_%E5%AE%8C%E6%95%B4%E5%A4%87%E4%BB%BD%E6%95%B0%E6%8D%AE%E7%9B%98>

# ifconfig

<http://wiki.openwrt.org/doc/uci/network>>



## usb series
* How detect
<http://www.devttys0.com/2012/11/reverse-engineering-serial-ports/>

screen /dev/ttyUSB0 115200,-parenb,-cstopb,cs8



## write firmware directly

cd /tmp cat /proc/mtd mtd erase nvram mtd -r write /tmp/firmware.bin linux



## CH340G TTL driver

<http://www.wch.cn/download/list.asp?id=178>