Seems like the flash didn't actually fail, because I can log into OpenWrt fine over the serial console. Can't get the ethernet ports working though, and while I can activate wireless AP mode, I can't SSH/telnet in. It might be related to the fact that I omitted all IPv6 packages in the image file. I'm getting this a few seconds after boot:
root@OpenWrt:/# procd: - init complete -
procd: Instance odhcpd::instance1 s in a crash loop 6 crashes, 0 seconds since last crash
Thought I could bypass DHCP and manually force an IP address, but that didn't work.
Also dmesg gives:
[ 245.710000] br-lan: port 1(eth0.1) entered disabled state
[ 250.360000] device eth0.1 entered promiscuous mode
[ 250.360000] device eth0 entered promiscuous mode
[ 250.380000] br-lan: port 1(eth0.1) entered forwarding state
[ 250.380000] br-lan: port 1(eth0.1) entered forwarding state
[ 252.380000] br-lan: port 1(eth0.1) entered forwarding state
[ 253.760000] device wlan0 entered promiscuous mode
[ 254.150000] br-lan: port 2(wlan0) entered forwarding state
[ 254.150000] br-lan: port 2(wlan0) entered forwarding state
[ 256.150000] br-lan: port 2(wlan0) entered forwarding state
Any idea how I can get some sort of network access so I can transfer and burn a new image?
EDIT: got wireless working by stopping the firewall and manually setting an IP address.
Noticed something weird though:
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
rootfs 14.3M 72.0K 14.2M 0% /
...
Kernel log also has:
jffs2: Too few erase blocks (4)
Which seems to indicate that the image size is too big. I'm guessing that the image builder isn't correctly verifying this properly.
(Last edited by roger_ on 22 Oct 2014, 18:17)