Hi,
I have a bit of a problem should I say!!
I'm trying to install openwrt using a kamikaze build onto a Netgear WGT634U but I think I've unset it somewhat and it won't boot or enable the ethernet port!!
Could someone provide me with some helpful assistance please.
Here's my printenv output:
CFE> printenv
Variable Name Value
-------------------- --------------------------------------------------
BOOT_CONSOLE uart1
boardtype bcm95365r
STARTUP ifconfig eth0 -addr=10.140.2.220 -mask=255.255.255.0 -gw=10
.140.2.219 -dns=212.23.8.1;boot -elf -fs=raw doc0:flash0.os:
kernel_args console=ttyS1,115200 root= rw noinitrd
et0macaddr 00-00-00-53-65-10
et1macaddr 00-00-00-53-65-11
CFE_VERSION 1.0.34
CFE_BOARDNAME BCM95365R
CFE_MEMORYSIZE 32
*** command status = 0
CFE>
And here's the CFE boot sequence:
CFE version 1.0.34 for BCM95365R (32bit,SP,LE)
Build Date: Tue Feb 24 03:21:41 CST 2004 (root@jackylinux)
Copyright (C) 2000,2001,2002 Broadcom Corporation.
Add MAC client version(DNI).
Initializing Arena.
Initializing Devices.
et0: chipattach: NVRAM_GET(et0phyaddr) not found
et0: chipattach error
et0: etc_attach failed
Could not attach bcm4710 ethernet: -2
CPU type 0x29007: 200MHz
Total memory: 0x2000000 bytes (32MB)
Total memory used by CFE: 0x81BB1280 - 0x82000000 (4517248)
Initialized Data: 0x81BB1280 - 0x81BB3E90 (11280)
BSS Area: 0x81BB3E90 - 0x81BB45D0 (1856)
Local Heap: 0x81BB45D0 - 0x81FB45D0 (4194304)
Stack Area: 0x81FB45D0 - 0x81FB65D0 (8192)
Text (code) segment: 0x81FB65E0 - 0x81FFFFB0 (301520)
Boot area (physical): 0x01B70000 - 0x01BB0000
Relocation Factor: I:E23B65E0 - D:01BB0280
Could not activate network interface 'eth0': Error
Loader:elf Filesys:raw Dev:(null) File:doc0:flash0.os: Options:(null)
***************************
**** MAC Client V1.0 ****
***************************
et0macaddr value :flag =1 value=00-00-00-53-65-10
et1macaddr value :flag =1 value=00-00-00-53-65-11
MAC LOST ...GET NEW
system ethernet mac is not exist or it's the default.....
try to get new two.....
MAC_Client enter
gpio output successLED ctl start
assign_MAC_addr cmd id 1 send packet retries #1 start
udp_alloc fail
**Exception 8: EPC=81FD4010, Cause=00000008, VAddr=00000008
RA=81FD4010, PRID=00029007
0 ($00) = 00000000 AT ($01) = A0000000
v0 ($02) = 81FB6150 v1 ($03) = FFFF3BC0
a0 ($04) = 81FB5950 a1 ($05) = 00000000
a2 ($06) = 00000000 a3 ($07) = 00000000
t0 ($08) = 00000000 t1 ($09) = 81FB5767
t2 ($10) = 81BB1E10 t3 ($11) = 00000001
t4 ($12) = 81FC66D4 t5 ($13) = 0000003B
t6 ($14) = 00000000 t7 ($15) = 00000000
s0 ($16) = 81FC66D4 s1 ($17) = 00000001
s2 ($18) = 00000000 s3 ($19) = 81BB6478
s4 ($20) = 81FD3CA0 s5 ($21) = 81BB60D0
s6 ($22) = 81FC7860 s7 ($23) = 81FCD940
t8 ($24) = 02000000 t9 ($25) = E23B65E0
k0 ($26) = 81BC8D78 k1 ($27) = 0000013D
gp ($28) = 81BB9280 sp ($29) = 81FB5940
fp ($30) = 81BB6040 ra ($31) = 81FD4010
CFE version 1.0.34 for BCM95365R (32bit,SP,LE)
I think I need to add some defaults to nvram and also configure the boot command correctly, although I don't understand why the network won't come up. All help appreciated.
Thanks.