All,
So I'm having some issues trying to get an image to be loaded on a board (wgt634u). It already seems to have an FreeWRT version on it. However I can't seem to mount the USB drive and can't get an FTP session working.
I checked with Filezilla Client that it can download the file from the Filezilla Server (test done on the same machine, not sure if a good test). I tried some different combinations of using wget, but no luck.
Also I noticed that I am missing commands like, scp.
Board IP: 192.168.0.10
FTP Server: 192.168.0.4
Serial connection: 3rd machine
However I have gotten to the CFG setup (via ctrl-c upon boot in the serial terminal). I changed the setup to boot to the TFTP and have a stock image loaded. Unfortunately I don't know if I lost the original flashed image. I stored all the env vars (in a txt file) before I ran 'setup', so in theory it is still there. Is there away for me to put it back?
I noticed that there in no 2nd partition to boot from. It is nice to be able to setup the 1st partition in flash and 2nd as an TFTP boot to an image for dev/test. Is it possible to change the firmware to enable this?
I want to create an image with all the OpenWRT bells and whistles. The openwrt-wgt634u-squashfs.bin image doesn't seem to work. I really need a working USB so I can utilize local file storage
http://downloads.openwrt.org/kamikaze/8.09.2/brcm47xx/
===========================================
.
usb.c: registered new driver Philips webcam
hub.c: new USB device 00:03.0-1, assigned address 3
usb.c: USB device not accepting new address=3 (error=-145)
hub.c: new USB device 00:03.0-2, assigned address 4
usb.c: USB device not accepting new address=4 (error=-145)
hub.c: new USB device 00:03.0-2, assigned address 5
usb.c: USB device not accepting new address=5 (error=-145)
hub.c: port 1 over-current change
===========================================
root@FreeWRT:~/image# wget ftp://wrm4@192.168.1.4:openwrt-wgt634u-squashfs.bin
Connecting to 192.168.1.4[192.168.1.4]:0
wget: Unable to connect to remote host (192.168.1.4): Connection timed out
root@FreeWRT:~/image#
--------------------------------------------
root@FreeWRT:~/image# wget ftp://wrm4@192.168.1.4:21/openwrt-wgt634u-squashfs.bin
Connecting to 192.168.1.4[192.168.1.4]:21
wget: Unable to connect to remote host (192.168.1.4): Connection timed out
root@FreeWRT:~/image# ls -alrt
drwxrwxrwt 6 root root 140 Jan 1 01:55 ..
-rw-r--r-- 1 root root 0 Jan 1 02:28 openwrt-wgt634u-squashfs.bin
drwxrwxrwx 2 root root 60 Jan 1 02:28 .
===========================================
root@FreeWRT:~/image# ls /dev
console kmem mtdblock ptmx root urandom
cua log null pts shm usb
full mem nvram pty tts zero
gpio mtd port random tty
===========================================
root@FreeWRT:~/image# ls /bin
ash echo iplink mv run-parts umount
busybox egrep iproute netmsg sed uname
cat false iptunnel netstat sh uncompress
chgrp fgrep kill nice sleep usleep
chmod grep ln pidof stat vi
chown gunzip lock ping stty watch
cp gzip ls printenv su zcat
date hostname mkdir ps sync
dd ip mktemp pwd tar
df ipaddr more rm touch
dmesg ipcalc mount rmdir true
===========================================
root@FreeWRT:~/image# ls /sbin
failsafe if-watchdog insmod modprobe reboot syslogd
fwcf ifconfig jffs2root mount_root rmmod udhcpc
fwcf.helper ifdown klogd mtd route vconfig
halt ifup logread pivot_root switch_root watchdog
hotplug init lsmod poweroff sysctl
===========================================