找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: qw***

wrt300n v2 如何改造刷openwrt (8M-32M机)攻略

[复制链接]
顶猫大,有意向入一片猫大写好固件的板子!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

顶猫大,有意向入一片猫大的板子!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 无颜无色 于 2010-5-8 14:39 编辑

杯具了,只有灯wan和lan亮,其它灯都不亮了,TTL已读不到信息了,还有办法吗?~~~555555~~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

猫大能帮改这个路由不?pm我开个价格吧,我是菜鸟,啥都不懂
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主猫大,麻烦你了,我们很菜,刷openwrt时能不能也像你在1楼一样来个1、2、3.。。。。。的详细步骤,或者需要指定地址和大小时能有具体的数值和参数。我们初学的菜鸟谢谢你了!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 alano 于 2010-5-10 15:04 编辑

redboot搞好了以后,从step11开始照着做就可以了

原文地址:http://nuwiki.openwrt.org/oldwiki/OpenWrtDocs/Hardware/Linksys/WRT300N
Step 1: Get Linksys WRT300N v2.00.20 sources

Step 2: Untar sources and go to sources directory.

Step 3: Get this toolchain: ftp://ftp.ges.redhat.com/private ... -x-xscale-elf.tar.Z


Step 4: mkdir gnutools && mv *xscale-elf.tar.Z gnutools && cd gnutools

Step 5: Untar toolchain with this command: gunzip2 *xscale-elf.tar.Z; tar xvf *xscale-elf.tar

Step 6: export PATH=$PWD/H-i686-pc-linux-gnulibc-2.2/binPATH && cd ../src/redboot

Step 7: Edit options/startup_ROMRAM.edl: replace



cdl_option CYGOPT_REDBOOT_FIS {
    user_value 0
};
with:


cdl_option CYGOPT_REDBOOT_FIS {
    user_value 1
};
and replace:


cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
    user_value 0
};
with:


cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
    user_value 1
};
Step 8: 'make'

Step 9: Setup a TFTPd or HTTPd, copy build/wrt300n/install/bin/redboot.bin to your filedir for your server

Step 10: Get into RedBoot ( Read this http://www.nslu2-linux.org/wiki/HowTo/ReflashUsingRedbootAndTFTP , serial console preferred), type:



(only if via serial console) ether
ip -h {yourIP}
load -r -b 0x70000 -m (choose tftp or http, i'll use http) http /redboot.bin
fis write -f 0x50060000 -b 0x70000 -l 0x4d254 //possible typos: length and flash address. if it doesn't work, first try -l 0x4fd00 and if it still doesn't work, try -f 0x50000000
reset

Step 11: Get http://downloads.openwrt.org/kam ... xx-2.6-squashfs.img and http://downloads.openwrt.org/kam ... rt300nv2-2.6-zImage , rename the first to wrt.img, second to wrt,zI. put them into your filedir for your server

Step 12: Get into RedBoot, again: type:


fis init
(only if via serial console) ether
ip -h {yourip}
load -r -b 0x70000 -m {http,tftp} http /wrt.zI
fis create kernel
load -r -b 0x70000 -m {http,tftp} http /wrt.img
fis create rootfs

Step 13: Almost done :-3 , final command in RedBoot:

fis load kernel

Step 14. DONE



If you want to have your box auto-bootable, run 'fconfig boot_script', substitute false with true and enter:


ether
fis load kernel
exec
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

怎么进入到redboot状态。怎么在redboot下添加指令啊用什么软件
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 alano 于 2010-5-10 23:46 编辑

我是头一次搞这个,不知道写的对不对,反正我的能起来了。(错了不要拍我啊,照着做的话后果自负)
TTL接线图参考:

下载猫大那两个文件
×××××××squashfs.img的改名为wrt.img
×××××××zImage的改名为wrt.zI
两个文件和tftpd32放到同一目录

redboot刷好后启动到
RedBoot>  
依次执行下面的
1.    fis init
2.    load -r -b 0x70000 -m  wrt.zI (这个0x70000地址不晓得对不对,还有下面那个,我是照猫画虎的
       fis create kernel
       load -r -b 0x70000 -m  wrt.img
       fis create rootfs
      (中间可能有要你确认的地方,按y就是了)
3.    fis load kernel     (应该就起来了,可以http连接管理了)
4.   fconfig fconfig boot_script
      这里把 false 改成  true 回车
    fconfig boot_script_timeout
      (这里我改的3,应该随便改吧,根据需要)
    fconfig boot_script_data
      ether
      fis load kernel
      exec
      
这样就可以自动加载了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

请qwea和alano指点一下,看看那里出了问题,以下是我根据两位的方法做的,出现一些情况:
+
RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.02 - built 19:12:51, May  1 2010

Platform: Intel Generic Residential Gateway (IXP42X 400MHz) BE
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.

RAM: 0x00000000-0x02000000, [0x00024a88-0x01fe1000] available
FLASH: 0x50000000 - 0x50800000, 128 blocks of 0x00010000 bytes each.
RedBoot> fis init
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0x507f0000-0x50800000: .
RedBoot> ether

Trying NPE-B...success. Using NPE-B with PHY 16.
Ethernet eth0: MAC address 00:03:47:df:32:a8
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot> ip -h 192.168.1.10
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zI
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x002eae53, assumed entry at 0x00200000
RedBoot> fis create kernel
... Erase from 0x50060000-0x50150000: ...............
... Erase from 0x507f0000-0x50800000: .
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.img
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x0053ffff, assumed entry at 0x00200000
RedBoot> fis create rootfs
... Erase from 0x50150000-0x50490000: ....................................................
... Erase from 0x507f0000-0x50800000: .
RedBoot> fis load kernel
RedBoot> exec
Using base address 0x00200000 and length 0x000eae54
Uncompressing Linux................................................................. done, booting the kernel.
Linux version 2.6.26.8 (openwrt@localhost.localdomain) (gcc version 4.1.2) #1 Wed Nov 25 16:02:30 CST 2009
CPU: XScale-IXP42x Family [690541d1] revision 1 (ARMv5TE), cr=000039ff
Machine: Linksys WRT300N v2
Memory policy: ECC disabled, Data cache writeback
CPU0: D VIVT undefined 5 cache
CPU0: I cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
CPU0: D cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit
PID hash table entries: 128 (order: 7, 512 bytes)
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 32MB = 32MB total
Memory: 30396KB available (1784K code, 171K data, 92K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 480 bytes
NET: Registered protocol family 16
IXP4xx: Using 16MiB expansion bus window size
PCI: IXP4xx is host
PCI: IXP4xx Using direct access for memory space
PCI: bus0: Fast back to back transfers enabled
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
NET: Registered protocol family 1
IXP4xx Queue Manager initialized.
squashfs: version 3.0 (2006/03/15) Phillip Lougher
Registering mini_fo version $Id$
JFFS2 version 2.2. (NAND) (SUMMARY)  漏 2001-2006 Red Hat, Inc.
msgmni has been set to 59
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xc8001000 (irq = 13) is a XScale
console [ttyS0] enabled
eth0: MII PHY 16 on NPE-B
eth0: MII PHY 17 on NPE-B
eth0: MII PHY 18 on NPE-B
eth0: MII PHY 19 on NPE-B
eth1: MII PHY 1 on NPE-C
IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
Amd/Fujitsu Extended Query Table at 0x0040
IXP4XX-Flash.0: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0x7f0000
5 RedBoot partitions found on MTD device IXP4XX-Flash.0
Creating 5 MTD partitions on "IXP4XX-Flash.0":
0x00000000-0x00060000 : "RedBoot"
0x00060000-0x00150000 : "kernel"
0x00150000-0x007f0000 : "rootfs"
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=460000, len=390000
0x00460000-0x007f0000 : "rootfs_data"
0x007f0000-0x007ff000 : "FIS directory"
0x007ff000-0x00800000 : "RedBoot config"
i2c /dev entries driver
i2c-gpio: probe failed: -19
IXP4xx Watchdog Timer: heartbeat 60 sec
TCP westwood registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
XScale DSP coprocessor detected.
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
VFS: Mounted root (squashfs filesystem) readonly.
Freeing init memory: 92K
Please be patient, while OpenWrt loads ...
- preinit -
Press CTRL-C for failsafe
jffs2 not ready yet; using ramdisk
mini_fo: using base directory: /
mini_fo: using storage directory: /tmp/root
- init -

Please press Enter to activate this console. firmware: requesting NPE-B
NPE-B: firmware's license can be found in /usr/share/doc/LICENSE.IPL
NPE-B: firmware functionality 0x2, revision 0x2:1
eth0: link down
br-lan: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
device eth0 entered promiscuous mode
firmware: requesting NPE-C
NPE-C: firmware's license can be found in /usr/share/doc/LICENSE.IPL
NPE-C: firmware functionality 0x5, revision 0x2:1
eth1: link down
PPP generic driver version 2.4.2
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
ip_tables: (C) 2000-2006 Netfilter Core Team
eth0: link up
br-lan: port 1(eth0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 1(eth0) entering forwarding state
nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
IPP2P v0.8.1_rc1 loading
IMQ driver loaded successfully.
        Hooking IMQ before NAT on PREROUTING.
        Hooking IMQ after NAT on POSTROUTING.
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 2009-05-08 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, REGOPS_FUNC, XR)
ath_pci: trunk
wlan: trunk
wlan: mac acl policy registered
ath_rate_minstrel: Minstrel automatic rate control algorithm 1.2 (trunk)
ath_rate_minstrel: look around rate set to 10%
ath_rate_minstrel: EWMA rolloff level set to 75%
ath_rate_minstrel: max segment size in the mrr set to 6000 us
jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
jffs2_build_filesystem(): unlocking the mtd device... done.
jffs2_build_filesystem(): erasing all blocks after the end marker... done.
mini_fo: using base directory: /
mini_fo: using storage directory: /jffs

在这个位置一直不动,按^C后出现再出现:

^C
Please press Enter to activate this console. 回车


BusyBox v1.11.2 (2009-11-25 15:15:08 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
KAMIKAZE (8.09.2, r18529) -------------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
---------------------------------------------------
root@OpenWrt:/# ifconfig
br-lan    Link encap:Ethernet  HWaddr 00:03:47F:32:A8  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:379 errors:0 dropped:0 overruns:0 frame:0
          TX packets:462 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:51811 (50.5 KiB)  TX bytes:356635 (348.2 KiB)

eth0      Link encap:Ethernet  HWaddr 00:03:47F:32:A8  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:379 errors:0 dropped:0 overruns:0 frame:0
          TX packets:462 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:51811 (50.5 KiB)  TX bytes:356635 (348.2 KiB)

eth1      Link encap:Ethernet  HWaddr 00:03:47F:32:AA  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encapocal Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

root@OpenWrt:/# freef
/bin/ash: freef: not found
root@OpenWrt:/#
root@OpenWrt:/#
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

可以进入192.168.1.1,设置出现如图的问题:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

帮忙看看,现在到这位置,不能进入192.168.1.1,。请问那里错了,怎么解决
+**Warning** FLASH configuration checksum error or invalid key
Use 'fconfig -i' to [re]initialize database

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.02 - built 19:12:51, May  1 2010

Platform: Intel Generic Residential Gateway (IXP42X 400MHz) BE
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.

RAM: 0x00000000-0x02000000, [0x00024a88-0x01fe1000] available
FLASH: 0x50000000 - 0x50800000, 128 blocks of 0x00010000 bytes each.
RedBoot> ^C
RedBoot> ^C
RedBoot>  fis init
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0x507f0000-0x50800000: .
RedBoot> ether

Trying NPE-B...success. Using NPE-B with PHY 16.
Ethernet eth0: MAC address 00:03:47:df:32:a8
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot>  ip -h 192.168.1.10
IP: 192.168.1.1/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zI
Using default protocol (TFTP)
TFTP timed out 1/15
Can't load 'wrt.zI': operation timed out
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zi
Using default protocol (TFTP)
TFTP timed out 1/15
Can't load 'wrt.zi': operation timed out
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zI
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x002c86e7, assumed entry at 0x00200000
RedBoot> fis create kernel
... Erase from 0x50060000-0x50130000: .............
... Erase from 0x507f0000-0x50800000: .
RedBoot>  load -r -b 0x200000 -h 192.168.1.10 wrt.img
Using default protocol (TFTP)
Can't load 'wrt.img': file not found
RedBoot>  load -r -b 0x200000 -h 192.168.1.10 wrt.img
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x0047ffff, assumed entry at 0x00200000
RedBoot>  fis create rootfs
... Erase from 0x50130000-0x503b0000: ........................................
... Erase from 0x507f0000-0x50800000: .
RedBoot> fis load kernel
RedBoot> exec
Using base address 0x00200000 and length 0x000c86e8
Uncompressing Linux... done, booting the kernel.
Linux version 2.6.32.10 (openwrt@localhost.localdomain) (gcc version 4.3.3 (GCC) ) #2 Tue May 4 14:37:00 CST 2010
CPU: XScale-IXP42x Family [690541d1] revision 1 (ARMv5TE), cr=000039ff
CPU: VIVT data cache, VIVT instruction cache
Machine: Linksys WRT300N v2
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200
PID hash table entries: 128 (order: -3, 512 bytes)
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 32MB = 32MB total
Memory: 30164KB available (2064K code, 130K data, 88K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:32
Calibrating delay loop... 398.95 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
IXP4xx: Using 16MiB expansion bus window size
PCI: IXP4xx is host
PCI: IXP4xx Using direct access for memory space
PCI: bus0: Fast back to back transfers enabled
bio: create slab <bio-0> at 0
Switching to clocksource OSTS
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
NET: Registered protocol family 1
IXP4xx Queue Manager initialized.
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Registering mini_fo version $Id$
JFFS2 version 2.2. (NAND) (SUMMARY)  &copy; 2001-2006 Red Hat, Inc.
msgmni has been set to 58
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xc8001000 (irq = 13) is a XScale
console [ttyS0] enabled
IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
Amd/Fujitsu Extended Query Table at 0x0040
IXP4XX-Flash.0: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0x7f0000
5 RedBoot partitions found on MTD device IXP4XX-Flash.0
Creating 5 MTD partitions on "IXP4XX-Flash.0":
0x000000000000-0x000000060000 : "RedBoot"
0x000000060000-0x000000130000 : "kernel"
0x000000130000-0x0000007f0000 : "rootfs"
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=390000, len=460000
0x000000390000-0x0000007f0000 : "rootfs_data"
0x0000007f0000-0x0000007ff000 : "FIS directory"
0x0000007ff000-0x000000800000 : "RedBoot config"
IXP4xx MII Bus: probed
eth0: MII PHY 32 on NPE-B
eth1: MII PHY 1 on NPE-C
i2c /dev entries driver
IXP4xx Watchdog Timer: heartbeat 60 sec
TCP westwood registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
XScale DSP coprocessor detected.
VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Freeing init memory: 88K
Please be patient, while OpenWrt loads ...
- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
- regular preinit -
jffs2 not ready yet; using ramdisk
mini_fo: using base directory: /
mini_fo: using storage directory: /tmp/root
- init -

Please press Enter to activate this console. device eth0 entered promiscuous mode
device eth0 left promiscuous mode
device eth0 entered promiscuous mode
device eth0 left promiscuous mode
Generic kernel compatibility enabled based on linux-next next-20100113
cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
loop: module loaded
PPP generic driver version 2.4.2
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 24
nf_conntrack version 0.5.0 (472 buckets, 1888 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
IMQ driver loaded successfully.
        Hooking IMQ before NAT on PREROUTING.
        Hooking IMQ after NAT on POSTROUTING.
xt_time: kernel timezone is -0000
jffs2_scan_eraseblock(): End of filesystem marker found at 0x0
jffs2_build_filesystem(): unlocking the mtd device... done.
jffs2_build_filesystem(): erasing all blocks after the end marker... done.
mini_fo: using base directory: /
mini_fo: using storage directory: /overlay
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

那位老大提供一个编程器备下来的固件吧,这东西看了实在头大
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

终于搞定,可以上网了,在此对给提供文件和方法的qwea和alano表示感谢,前面走了弯路是因为下载的文件搞混了,错用了qwea以前另一个帖子上的文件
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

TFTP timed out 1/15
Can't load 'wrt.zI': operation timed out
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zi
Using default protocol (TFTP)
TFTP timed out 1/15
Can't load 'wrt.zi': operation timed out
RedBoot> load -r -b 0x200000 -h 192.168.1.10 wrt.zI
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x002c86e7, assumed entry at 0x00200000
RedBoot> fis create kernel
... Erase from 0x50060000-0x50130000: .............
... Erase from 0x507f0000-0x50800000: .
RedBoot>  load -r -b 0x200000 -h 192.168.1.10 wrt.img
Using default protocol (TFTP)
Can't load 'wrt.img': file not found
RedBoot>  load -r -b 0x200000 -h 192.168.1.10 wrt.img
Using default protocol (TFTP)
Raw file loaded 0x00200000-0x0047ffff, assumed entry at 0x00200000
RedBoot>  fis create rootfs


你的问题有可能是你电脑PC的IP没设置为192.168.1.10,或是没打开tftpd32.exe
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 dubf520 于 2010-5-11 11:28 编辑

开始是文件放错位置,后来改正了啊,还是不可以啊,帮帮忙啊,等下在上参数帮我看看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 06:57

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表