Re: [OpenWrt-Devel] Is "using gpio to simulate I2C bus" robust on AR9331?

2017-05-04 Thread Gareth Parker
OpenWrt seems dead these days, active development is over at lede-project. Also for i2c I would recommend using a PIC microcontroller, its far easier and designed for that purpose. I use a PIC to control PLL IC's over i2c such as the TSA5511 in FM broadcast gear I design. Gareth

Re: [OpenWrt-Devel] [LEDE-DEV] Ubnt power beam board - back to defaults after reboot

2016-10-20 Thread Gareth Parker
Hi Jiri This is a common problem on XM devices due to new uboot on AirOS >= 5.6.x, although I haven't got any XW devices to test but its possibly the same? Try downgrading back to AirOS v5.5.11 or less or apply the following patches which I can confirm fix the problem on my XM devices.

Re: [OpenWrt-Devel] Tried to update ticket 20982 on dev.openwrt.org

2016-10-05 Thread Gareth Parker
: Thursday, 6 October 2016 9:58 a.m. To: Gareth Parker Cc: OpenWrt Development List Subject: Re: [OpenWrt-Devel] Tried to update ticket 20982 on dev.openwrt.org On Wed, Oct 5, 2016 at 4:03 PM, Gareth Parker <garet...@orcon.net.nz> wrote: > The boot loader is different, XM v.5.5.11 was the las

Re: [OpenWrt-Devel] Tried to update ticket 20982 on dev.openwrt.org

2016-10-05 Thread Gareth Parker
The boot loader is different, XM v.5.5.11 was the last version to use the old bootloader that worked when using tftp to flash openwrt, the new bootloader starting with XM v5.6.x only accepts official ubnt firmware over tftp. I can confirm though you can still flash openwrt using the factory

Re: [OpenWrt-Devel] [OpenWrt] #20982: jffs2-error / nanostation M5 xw / r47658

2016-06-17 Thread Gareth Parker
I can confirm this patch fixes the problem atleast on CC I haven’t tested any others. https://raw.githubusercontent.com/freifunk-gluon/gluon/1f400189cfbae697b50180bccf876784a3c03423/patches/openwrt/0026-kernel-backport-spi-nor-driver-from-4.4.9.patch

Re: [OpenWrt-Devel] [OpenWrt] #20982: jffs2-error / nanostation M5 xw / r47658

2016-05-06 Thread Gareth Parker
I sent them one too and got a response back almost immediately: Hi Gareth, Thanks for getting in touch with us! I'll check with my internal team and get back to you once I have any updates. Thanks! Vann T Ubiquiti Networks That was a few hours ago, it will be interesting to see if they do

[OpenWrt-Devel] [PATCH] Chaos Calmer - ath71xx: Add support for the Comfast CF-WR650AC

2016-05-04 Thread Gareth Parker
then reboots when accessing anything switch related, either through swconfig or luci. Signed-off-by: Gareth Parker <garet...@orcon.net.nz> diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata

[OpenWrt-Devel] MAC swap handling for QCA8337N

2016-04-22 Thread Gareth Parker
First time posting to this list I am adding support for the Comfast CF-WR650AC and have it working. However this router has a QCA8337N switch and MAC exchange needs to be enabled for it to work properly or the router hangs and reboots when trying to access anything switch related. The problem