Re: [OpenWrt-Devel] [PATCH] Patch to add uClibc configuration

2012-03-23 Thread tathagata
Hi Hauke, Sorry, I do not understand. Could you please clarify ? Regards, Tatha On 23.03.2012 16:53, Hauke Mehrtens wrote: On 03/23/2012 12:48 PM, Tathagata Das wrote: Hi, Attached file adds uClibc configuration specification for external toolchain. Instead of having to configure specificat

Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-23 Thread Gregory Finch
On 2012-03-23 8:13 AM, Gregory Finch wrote: > On 2012-03-22 8:14 PM, Hanno Schupp wrote: >> My last good image is on the Mikrotik rb450g is 30857. 31037 no longer >> works. I have not tested in between. I suspect this is a regression >> from the changes introduced somewhere in 30994-31011, which ex

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Andreas Mohr
Hi, On Fri, Mar 23, 2012 at 07:39:19PM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: > Message: 2 > Date: Fri, 23 Mar 2012 18:00:18 +0100 > From: Spyridon Tompros > To: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem > Message-ID: <4f6cac22.

[OpenWrt-Devel] [PATCH] BCMA - Reduce code for MDIO access

2012-03-23 Thread Nathan Hintz
Reduce code for MDIO access. Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.2/236-bcma-reduce-mdio-ops.patch @@ -0,0 +1,103 @@ +--- a/drivers/bcma/driver_pci.c b/drivers/bcma/driver_pci.c +@@ -57,10 +57,10 @@ static void bcma_pcie_mdio_set_phy(struc + }

[OpenWrt-Devel] [PATCH v2] BCMA - Enable use of IRQ6

2012-03-23 Thread Nathan Hintz
Changes since v1: Patch file renamed (235-bcma-enable-irq6.patch). Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.2/235-bcma-enable-irq6.patch @@ -0,0 +1,29 @@ +--- a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c +@@ -75,7 +75,7 @@ + re

[OpenWrt-Devel] [PATCH v2] BCMA - Always map 4 bytes

2012-03-23 Thread Nathan Hintz
This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes. Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch). Signed-off-by: Nathan Hintz --- /dev/null +++ target/linux/brcm47xx/patches-3.2/234-bcma-always-map-4-bytes.patch @@

[OpenWrt-Devel] [PATCH 1/1] dnsmasq: configure dnsmasq via flat config file and not command-line args

2012-03-23 Thread Philip Prindeville
Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux). Putting the generated config makes it easier to capture and diff, etc. Signed-off-by: Ph

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Spyridon Tompros
If the problem is HW it cannot become better anymore. In case you plan to do a new board, find below some rules for your HW design (not fully respected by us in our board). The evaluation board respects them: -Differential signals length less than 1inch -Same trace length and width -Grou

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Conor O'Gorman
On Fri, 2012-03-23 at 17:24 +0100, Spyridon Tompros wrote: > Some additional info: > Do you have a proprietary board or an EASY50712 evaluation board? > We have both and on the EASY board we do not see any errors any more. On > the proprietary board we encounter some at high rates, that's why I >

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Spyridon Tompros
Some additional info: Do you have a proprietary board or an EASY50712 evaluation board? We have both and on the EASY board we do not see any errors any more. On the proprietary board we encounter some at high rates, that's why I believe it is a matter of traces routing. Eventually the USB I/F i

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Spyridon Tompros
Yes, I have the same impression about the errors. We need to test again in detail all speed modes to get a better overview, but the system works fine. If there is a higher layer protocol that supports flow control then this bit error rate is practically nothing. Spyros On 23/3/2012 4:07 μμ,

Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-23 Thread Gregory Finch
On 2012-03-22 8:14 PM, Hanno Schupp wrote: > > My last good image is on the Mikrotik rb450g is 30857. 31037 no longer > works. I have not tested in between. I suspect this is a regression > from the changes introduced somewhere in 30994-31011, which extended > the 8216 switch chip code (which also

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Conor O'Gorman
On Fri, 2012-03-23 at 15:41 +0100, Spyridon Tompros wrote: > Hi, > > We tested the code on our board. Now the USB host controller > functionality works almost perfect, with some losses at very high rates > (921600), while it does not crash any more nor with use-to-serial USB or > other media de

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread John Crispin
On 23/03/12 15:50, Spyridon Tompros wrote: > Thanks, > > we are also missing UART0, which does not work despite following the > right programming sequense documented in the Users' Manual. We are still > working on it. I do not know if there is any code available. > > Spyros > still looking int

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Spyridon Tompros
Thanks, we are also missing UART0, which does not work despite following the right programming sequense documented in the Users' Manual. We are still working on it. I do not know if there is any code available. Spyros On 23/3/2012 3:45 μμ, John Crispin wrote: Hi, Ok, i will add this patch

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread John Crispin
Hi, Ok, i will add this patch to the upcoming kernel update John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] LANTIQ- EASY5072- UART0 problem

2012-03-23 Thread Spyridon Tompros
Hi, We tested the code on our board. Now the USB host controller functionality works almost perfect, with some losses at very high rates (921600), while it does not crash any more nor with use-to-serial USB or other media devices. Thanks a lot, Spyros On 22/3/2012 9:12 μμ, Conor O'Gorman w

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread John Crispin
On 23/03/12 15:16, Conor O'Gorman wrote: > On Fri, 2012-03-23 at 15:09 +0100, John Crispin wrote: >> On 23/03/12 15:06, John Crispin wrote: >>> >>> found the bug >>> >>> http://dev.phrozen.org/gitweb/?p=openwrt.git;a=blob;f=target/linux/lantiq/patches-3.2/0068-MIPS-lantiq-adds-USB_ARCH_HAS_HCD-to-C

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread Conor O'Gorman
On Fri, 2012-03-23 at 15:09 +0100, John Crispin wrote: > On 23/03/12 15:06, John Crispin wrote: > > > > found the bug > > > > http://dev.phrozen.org/gitweb/?p=openwrt.git;a=blob;f=target/linux/lantiq/patches-3.2/0068-MIPS-lantiq-adds-USB_ARCH_HAS_HCD-to-CONFIG_LANTIQ.patch;h=b9d3caee16e5b362a27ce

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread Conor O'Gorman
On Fri, 2012-03-23 at 11:29 +0100, John Crispin wrote: > Do you want to get HOST or DEVICE working ? > Host. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-23 Thread Rob McKrill
Weedy - Yeah, the trick to getting it to load is using the "-initramdisk" image. I wasted hours with errors about flash block sizes or something like that and it booted first time when I used the ramdisk image. After you get it booted with that ramdisk image you can copy a real image over to the

Re: [OpenWrt-Devel] [PATCH] Patch to add uClibc configuration

2012-03-23 Thread Hauke Mehrtens
On 03/23/2012 12:48 PM, Tathagata Das wrote: > Hi, > Attached file adds uClibc configuration specification for external > toolchain. Instead of having to configure specifications via make menuconfig > for external toolchain, one may select the package libuClibc, which > additionally will copy .

[OpenWrt-Devel] [PATCH] Patch to unset LPATH flag

2012-03-23 Thread Tathagata Das
Hi, Attach patch unsets LPATH flag (found configured in some custom host distributions) to make OpenWRT compile its toolchain without any issues. I have used latest trunk source code (revision number 31050) to create this patch. Regards, Tathagata env-fix-unset-lpath Description: Binary data

[OpenWrt-Devel] [PATCH] Patch to add uClibc configuration

2012-03-23 Thread Tathagata Das
Hi, Attached file adds uClibc configuration specification for external toolchain. Instead of having to configure specifications via make menuconfig for external toolchain, one may select the package libuClibc, which additionally will copy ./lib/ld-uClibc* and ./lib/libuClibc*. I have used lates

Re: [OpenWrt-Devel] lantiq: usb_support flag in .config and amazon se

2012-03-23 Thread John Crispin
Do you want to get HOST or DEVICE working ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-23 Thread Weedy
On 23/03/12 03:06 AM, Hanno Schupp wrote: > Sure, 450G is supported for a long time. No idea about the 435g, give if a > try and let us know... I failed horribly to get a image to boot. I spent a week going over the twenty-seven thousand line kernel patch microtik sent me and had no luck. ___

Re: [OpenWrt-Devel] Mikrotik Routerboard 450G - access to LAN ports broken

2012-03-23 Thread Hanno Schupp
Sure, 450G is supported for a long time. No idea about the 435g, give if a try and let us know... On 23/03/2012, at 7:38 PM, Weedy wrote: > On 22/03/12 11:14 PM, Hanno Schupp wrote: >> My last good image is on the Mikrotik rb450g is 30857. 31037 no longer >> works. I have not tested in between