[OpenWrt-Devel] [LEDE-DEV] [PATCH] ramips: fix 8M WT3020 image creation

2016-05-17 Thread Gerhard Bertelsmann
fix image size for 8M version : 4M -> 8M Signed-off-by: Gerhard Bertelsmann --- target/linux/ramips/image/mt7620.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 862f016..f236ba5 100

[OpenWrt-Devel] OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Gerhard Bertelsmann
Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): ### root@OpenWrt:/# [ 1618.564068] device eth0 left promiscuous mode [ 1618.568920] br-lan: port 1(eth0) entered disabled state [ 1618.581278] IPv6: ADDRCO

Re: [OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Gerhard Bertelsmann
Hi Zoltan, Am 2015-12-19 20:47, schrieb Zoltan HERPAI: Hi Gerhard, On Sat, 19 Dec 2015, Gerhard Bertelsmann wrote: Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): [...] scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB

Re: [OpenWrt-Devel] [PATCH] Unexport GPIO fix for ramips

2014-09-25 Thread Gerhard Bertelsmann
Hi, please find attached the patch for the existing patch file: Add missing code to free GPIO on Ralink SoC Signed-off-by: schi...@ibr.cs.tu-bs.de Acked-by: i...@gerhard-bertelsmann.de --- a/target/linux/ramips/patches-3.14/0047-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch +++ b/targ

[OpenWrt-Devel] Request for comment: ATH79/AR71XX GPIO IRQ patch

2015-02-25 Thread Gerhard Bertelsmann
Hi, please find below a link to use GPIO IRQ on ATH79 platform. It works but uses an ugly way to clear the IRQ: +static void ath79_gpio_irq(unsigned int irq, struct irq_desc *desc) +{ + void __iomem *base = ath79_gpio_base; + void __iomem *base2 = ath79_reset_base; + unsigned in

Re: [OpenWrt-Devel] mt76x8: Strange GPIO numbering on Onion Omega2+

2021-06-12 Thread Gerhard Bertelsmann
Hi Reto, excellent catch ! Looks much better now ;-) Thanks a lot ! There is still one major issue migrating to 21.02 on my side: Reboot doesn't work. I need to switch power off/on on my Omega2+. AFAIU it has somethoing to do with the SPI 3byte/4byte mode. Older versions worked, but 4byte mode se

[OpenWrt-Devel] ramips mt76x8: bug: mtk_soc_eth 10100000.ethernet eth0: transmit timed out

2020-04-07 Thread Gerhard Bertelsmann
Hi, since a few days I get following Kernel Oops. The Omega2+ board doesn't get any ethernet connection. Any hints ? [0.00] Linux version 4.14.172 (gerd@nizza) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r12649-ecef29b294)) #0 PREEMPT Mon Apr 6 18:42:45 2020 [0.00] Board has DDR2

[OpenWrt-Devel] mt76x8: Strange GPIO numbering on Onion Omega2+

2020-05-02 Thread Gerhard Bertelsmann
Hi, I've installed the latest OpenWRT trunk version. Everything seems to be fine except the port numbering: ~# cat /sys/kernel/debug/gpio gpiochip2: GPIOs 416-447, parent: platform/1600.gpio, 1600.gpio-bank2: gpiochip1: GPIOs 448-479, parent: platform/1600.gpio, 1600.gpio-ban

[OpenWrt-Devel] RT5350 -> NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out

2013-06-01 Thread Gerhard Bertelsmann
Hi, I'm facing a problem on an ALL5003 board with a RT5350: (actual trunk r36813) [ 36.04] [ cut here ] [ 36.04] WARNING: at net/sched/sch_generic.c:254 dev_watchdog+0x180/0x288() [ 36.06] NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out [ 36.07

Re: [OpenWrt-Devel] RT5350 -> NETDEV WATCHDOG: eth0 (): transmit queue 0 timed out

2013-06-01 Thread Gerhard Bertelsmann
Many thx Felix - the patch is working fine :-) Am Sa, 1.06.2013, 19:26, schrieb Felix Kaechele: > The fix for this is here: > https://github.com/kaechele/openwrt/commit/6655e11d9c49ac9aebe4a9cfff8ea78842fb976b > > - Felix > > ___ > openwrt-devel mailing

Re: [OpenWrt-Devel] Bringing up new rt5350 board

2013-06-05 Thread Gerhard Bertelsmann
This patch should fix your problem: Am Sa, 1.06.2013, 19:26, schrieb Felix Kaechele: > The fix for this is here: > https://github.com/kaechele/openwrt/commit/6655e11d9c49ac9aebe4a9cfff8ea78842fb976b > > - Felix Regards Gerd Am Mi, 5.06.2013, 16:22, schrieb jonsm...@gmail.com: > I have one of t

[OpenWrt-Devel] GPIO and pinctrl problem

2013-10-10 Thread Gerhard Bertelsmann
Hi, I'm having a problem with getting and freeing GPIOs. Please have a look at this simple module: -8< #include #include #include #include #define DRV_NAME "GPIO Test" #define PFX DRV_NAME ": " #define GPIO_TEST_PIN 12 static int __

Re: [OpenWrt-Devel] GPIO and pinctrl problem

2013-10-11 Thread Gerhard Bertelsmann
Am Fr, 11.10.2013, 02:59, schrieb Jiapeng Li: > Which version of trunk do you use? After i downgrade to r38025, all things > work fine. > Thanks for your response. I'm using 38333 at the moment. I have opened a ticket: #14309 It seems that some glue code between gpio api and pinctrl is missing. Hop

[OpenWrt-Devel] (no subject)

2013-11-15 Thread Gerhard Bertelsmann
Hi, I'm trying to get the second UART working on a WR841N v8. The AR9341 SoC does have a AR9330 and a 8250 style UART, which is normally the console. I'm facing some problems to get it working. Does anybody tried to get similar working ? AFAIK the only difference between the AR934x high speed Ua

[OpenWrt-Devel] [PATH] Adds support for libsocketcan

2012-07-05 Thread Gerhard Bertelsmann
Please find a link to a patch for adding libsocketcan Signed-off-by: Gerhard Bertelsmann http://lnxpps.de/can2udpe/libsocketcan_patch.txt ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo

[OpenWrt-Devel] [PATCH] Adds support for libsocketcan package

2012-07-08 Thread Gerhard Bertelsmann
Please find a link to a patch for adding libsocketcan package Signed-off-by: Gerhard Bertelsmann http://lnxpps.de/can2udpe/libsocketcan_patch.txt ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman