Re: [LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-26 Thread Oliver Fleischmann
Hello Mathias, I added a fix for the pinmux related hang you reported to my staging tree[0]. I've merge your patch with the removed pinmux on top. Would you please build an image for the Loewe WMDR-143N from my staging tree and report back whether the issue is fixed! yes that seems to fix t

[LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-20 Thread Oliver Fleischmann
ware running, assign an IP address to the ethernet port, tftp the firmware image to /tmp and write to mtd4 ("KernelA"). Signed-off-by: Oliver Fleischmann --- .../linux/ramips/base-files/etc/board.d/02_network | 4 +- target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/

Re: [LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-18 Thread Oliver Fleischmann
Hello Mathias, many thanks for your review! +#include "rt3883.dtsi" + +#include You can drop this include. You don't have any input devices (buttons) in your dts. OK, I will change that for my next attempt. + +/ { + compatible = "WMDR-143N", "ralink,rt3883-soc"; should be: compat

[LEDE-DEV] [PATCH] ramips: add support for Loewe WMDR-143N

2017-07-17 Thread Oliver Fleischmann
running, assign an IP address to the ethernet port, tftp the firmware image to /tmp and write to mtd4 ("KernelA"). Signed-off-by: Oliver Fleischmann --- .../linux/ramips/base-files/etc/board.d/02_network | 4 +- target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-fi