I am reposting this from the "hardware hacking" section to here.
So I have a no-name chinese router with a BCM4706 I want to experiment with but I have no idea how to flash openwrt on to it!
I have a serial port attached and can ctrl-C to get to the CFE prompt. From there I have the following commands available:
CFE> help
Available commands:
show clocks Show current values of the clocks.
nvram NVRAM utility.
reboot Reboot.
flash Update a flash memory device
batch Load a batch file into memory and execute it
go Verify and boot OS image.
boot Load an executable file into memory and execute it
load Load an executable file into memory without executing it
save Save a region of memory to a remote file via TFTP
ping Ping a remote IP host.
arp Display or modify the ARP Table
ifconfig Configure the Ethernet interface
help Obtain help for CFE commands
For more information about a command, enter 'help command-name'
*** command status = 0
So I have tried about everything I can think of without any success, and can't find much documentation. I have a valid/working tftp server up, but issuing the following command just hangs:
CFE> ifconfig eth0 -addr=192.0168.100.237
Device eth0: hwaddr C8-3A-35-40-C1-A8, ipaddr 192.168.100.237, mask 255.255.255.0
gateway not set, nameserver not set
*** command status = 0
CFE> boot -raw 192.168.100.161:openwrt-squashfs.bin
Loader:raw Filesys:tftp Dev:eth0 File:192.168.100.161:openwrt-squashfs.bin Options:(null)
Loading:
Anybody have any wisdom they can pass along?