Hi Stefan,

Sorry for the dealy.

> This replaces my patch sent in September. I rebased the changes to
> master as of today. Also I altered the functionality; The image now uses
> squashfs and JFFS2 on UBI (using GLUEBI) in order to provide proper NAND
> support. Its not the final solution, but works right now out of the box
> regarding user space utilites. Would be nice to see this initial support
> upstream.

I have applied both patches, although I did several modifications in those.

> By creating a file system manually I tested using UBIFS instead of JFFS2
> as the overlaying file system, it seems to work. However, userspace
> utilities (ubox) need to be altered in order to support this properly.

Correct. I had to modify ubox to make it work correctly with JFFS2 on emulated
MTD devices.

> 
> Gabor, I also noticed that the WAN port on this device does not work
> yet. I looked into the code, the platform code only registers one
> ethernet device right now. Do you know whats missing there to make WAN 
> working?

AFAIK the WAN port is not connected to the second ethernet interface, so we are
using VLANs to separate that from the LAN ports. It is working, but currently it
uses the same MAC address as the LAN interface. Additionally, this MAC address
is a randomly genereated one. We should read the correct MAC from the flash and
set the interface MAC addresses based on that.

-Gabor
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to