I built and installed Kamikaze trunk r11625 onto a Netgear WGT634U. The build went fine with no errors. I followed the instructions on the wiki <http://wiki.openwrt.org/OpenWrtDocs/Har … ar/WGT634U> to clear the flash before loading the new image.
When the router boots, it goes through a mostly normal sequence, except it doesn't initialize and mount the jffs2 partition on first boot. This leaves the system as read-only, so no changes can be made. It also means that the /etc/config/network and /etc/config/wireless files can't be created, making the router fairly useless.
dmesg shows the necessary pieces are there:
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.
...
Creating 4 MTD partitions on "Physically mapped flash":
0x00000000-0x000a0000 : "cfe"
0x000a0000-0x007e0000 : "linux"
0x0015dc00-0x007e0000 : "rootfs"
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-
only
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=340000, len=4A0000
0x00340000-0x007e0000 : "rootfs_data"
0x007e0000-0x00800000 : "nvram"
Building and installing the Kamikaze 7.09 image works fine and creates the jffs2 file system as expected.
Any hints as to what to look for to make this work with trunk? I need to use some software developed for trunk <http://www.wing-project.org> that won't work with 7.09 stable.
Gus