Re: [LEDE-DEV] mt7621 wdt reset- console not accepting commands

2017-07-15 Thread K.Mani
i figured it out. Changed the console=ttyS1,115200n8 to console=ttyS0,115200n8 Thanks Mani On Sat, Jul 15, 2017 at 12:23 PM, K.Mani wrote: > The mediatek board 'mt7621', is having a external watchdog timer, it > resets the GPIO-18 every 500ms. > To handle this scenario. >

[LEDE-DEV] mt7621 wdt reset- console not accepting commands

2017-07-14 Thread K.Mani
The mediatek board 'mt7621', is having a external watchdog timer, it resets the GPIO-18 every 500ms. To handle this scenario. I modified the our dts file dummy.dts, added 'wdt-gpio' #include "mt7621.dtsi"/ { compatible = "mediatek,dummy", "mediatek,mt7621-soc"; model = "Dummy MT7621

Re: [LEDE-DEV] mt7621 Persistent FS issue with 4.9 kernel

2017-05-23 Thread K.Mani
I figured it out. I missed the following deviceTree entry for spi.. m25p,chunked-io = <32>; Thanks Alberto for the reply. On Tue, May 23, 2017 at 11:38 PM, Alberto Bursi wrote: > > > On 05/23/2017 12:10 PM, K.Mani wrote: >> Mediatek board 'mt7621' boots succe

[LEDE-DEV] mt7621 Persistent FS issue with 4.9 kernel

2017-05-23 Thread K.Mani
Mediatek board 'mt7621' boots successfully on LEDE 4.9 kernel with 'mt7621-initramfs-kernel.bin'. But when I flash 'squashfs-sysupgrade.bin' to get persistence storage the image crashes leading to reboot. Both the images are flashed from u-boot prompt. SPI-Nor flash is detected successfully but, b

[LEDE-DEV] MT7621 Hardware NAT offload

2017-04-25 Thread K.Mani
On my mt7621 router, I'm running LEDE with 4.4 kernel. I would like to have 'HW NAT Offload' implementation to increase the speed. On the net I saw hw nat offload for older kernels, which uses QoS & QDMA for 3.10 kernels. But the newer kernels are missing those implementations. Can someone guide

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread K.Mani
Initramfs image boots fine from the RAM. Regards Mani On Thu, Mar 9, 2017 at 9:53 PM, Matthew McClintock wrote: > On Thu, Mar 9, 2017 at 10:15 AM, K.Mani wrote: >> Hi Matthew, >> >> (IPQ40xx) # smeminfo >> flash_type: 0x6 >> flash_index:

Re: [LEDE-DEV] QCA Dakota support

2017-03-09 Thread K.Mani
Most of the support for the SoC should be in place, the various Dakota >> boards dk0{1,4,7}-c{1,2,3,4} are very similar. You could look at the >> device tree's on codeaurora.org to compare the differences from a >> supported platform and this variant. >> >> -M >&g

[LEDE-DEV] QCA Dakota support

2017-03-08 Thread K.Mani
I have a target board based on IPQ40xx, I want to port LEDE on it. Does LEDE has support for the following type: Model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK04.1-C2 Compatible: qcom,ipq40xx-apdk04.1qcom,ipq40xx SF: MX25L25635E Thanks Mani ___ Lede-

[LEDE-DEV] Files across reboot are not persisiting

2017-01-17 Thread K.Mani
When we create a file on the booted board and reboot the file doesn't persist. Environment: OpenWRT branch "Barrier Breaker" on Annapurna board, with ALpine-v1(soc) is having NOR flash(MX25U25635F) 32MB I think mounting of rootfs_data type jffs2 is not happening in Preinit!

[LEDE-DEV] ath10k QCA9984 device bringup

2016-12-30 Thread K.Mani
In openWRT branch "BARRIER BREAKER", I'd backported compat-4.4.2-1 running on linux-3.10.20 kernel on Alpine-SOC. On compat-4.4.2-1 I've ported the ath10k driver supporting the atk10k chip QCA9984 from linux-4.9-rc8. But driver is reporting firmware crash. --Kernel log root@OpenWrt:/# insmod ath1

[LEDE-DEV] mt7615 driver source

2016-12-27 Thread K.Mani
I want to build mt7615 driver to be used in mt7621 based target board for 4.4 kernel where can i get the mt7615 source code? Thanks Mani ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev