Re: [OpenWrt-Devel] lantiq v3.18

2015-02-26 Thread Daniel Gimpelevich
On Thu, 2015-02-26 at 09:06 +0100, John Crispin wrote: > you might want to consider the td8970. it works well for many people > but > also has the slow spi flash problem and takes ages the boot. Considering that the whole target is heading for unsupported status, I don't understand how switching t

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-25 Thread Daniel Gimpelevich
On Thu, 26 Feb 2015 07:23:20 +0100, John Crispin wrote: > no idea what the poblem is. you'll have to wait till someone comes a > long that has time to debug your problem. Considering that nobody else is working on lantiq, :( ___ openwrt-devel mailing lis

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-25 Thread John Crispin
On 26/02/2015 02:57, Daniel Gimpelevich wrote: > On Sun, 15 Feb 2015 05:21:34 +, Daniel Gimpelevich wrote: >> On Sat, 14 Feb 2015 19:55:03 +0100, John Crispin wrote: >>> ok, i think the spi clock is just really slow >>> >>> m25p80@0 { >>> #address-cells

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-25 Thread Daniel Gimpelevich
On Sun, 15 Feb 2015 05:21:34 +, Daniel Gimpelevich wrote: > On Sat, 14 Feb 2015 19:55:03 +0100, John Crispin wrote: >> ok, i think the spi clock is just really slow >> >> m25p80@0 { >> #address-cells = <1>; >> #size-cells = <1>; >

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-23 Thread John Crispin
could you also show me the bootlog on 3.14 please On 22/02/2015 20:40, Roger Pueyo Centelles wrote: > Sure. > > U-Boot 2013.10-openwrt5-00014-g0b78b5c-dirty (Mar 11 2014 - 22:56:27) > arv7519rw > > Board: Lantiq ARV7519RW VRX200 Family Board > SoC: Lantiq VRX288 v1.1 > CPU: 500 MHz > IO:

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread Roger Pueyo Centelles
Sure. U-Boot 2013.10-openwrt5-00014-g0b78b5c-dirty (Mar 11 2014 - 22:56:27) arv7519rw Board: Lantiq ARV7519RW VRX200 Family Board SoC: Lantiq VRX288 v1.1 CPU: 500 MHz IO:250 MHz BUS: 250 MHz BOOT: NOR DRAM: 128 MiB Flash: 32 MiB In:serial Out: serial Err: serial Net: ltq-eth

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread John Crispin
On 22/02/2015 15:26, Roger Pueyo Centelles wrote: > *ARV7519RW22* Boot: No (kernel panic, see ³ and attached dmesg) > Works with 14.07 image. > can i see the full bootlog please ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://l

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-22 Thread Roger Pueyo Centelles
Hi John, I tested Linux 3.18.7 on three different lantiq boards (ARV4518PW, ARV7518PW, ARV7159RW22). Here are the results: *ARV4518PW* Boot: Yes (Linux OpenWrt 3.18.7 #1 Sun Feb 22 09:51:57 CET 2015 mips GNU/Linux) Ethernet: Yes Switch: Yes Wireless: Probably yes¹² ADSL: Not tested, but interface

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-14 Thread Daniel Gimpelevich
On Sat, 14 Feb 2015 19:55:03 +0100, John Crispin wrote: > ok, i think the spi clock is just really slow > > m25p80@0 { > #address-cells = <1>; > #size-cells = <1>; > compatible = "s25fl129p0"; >

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-14 Thread John Crispin
ok, i think the spi clock is just really slow m25p80@0 { #address-cells = <1>; #size-cells = <1>; compatible = "s25fl129p0"; reg = <0 0>; linux,modalias = "m25p80

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 19:43:32 +0100, John Crispin wrote: > look at /proc/cpuinfo please and tell us how many bogomips are reported system type : AR9 rev 1.2 machine : DGN3500 - Netgear DGN3500 processor : 0 cpu model : MIPS 34Kc V4.12 BogoMIPS

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread John Crispin
look at /proc/cpuinfo please and tell us how many bogomips are reported On 13/02/2015 19:32, Daniel Gimpelevich wrote: > On Fri, 13 Feb 2015 09:23:16 +0100, Sylwester Petela wrote: >> PCI works, I have one more issue (present from 3.14 kernel) , unit will >> hang (without any errors in console

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Daniel Gimpelevich
On Fri, 13 Feb 2015 09:23:16 +0100, Sylwester Petela wrote: > PCI works, I have one more issue (present from 3.14 kernel) , unit will > hang (without any errors in console output) when trying to reboot from > cli/luci, but only when dsl_control is started at boot, without attached > line or wit

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-13 Thread Sylwester Petela
PCI works, I have one more issue (present from 3.14 kernel) , unit will hang (without any errors in console output) when trying to reboot from cli/luci, but only when dsl_control is started at boot, without attached line or with dsl_control excluded from running on boot, everything works ok, e

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread Daniel Gimpelevich
On Thu, 12 Feb 2015 18:38:09 +0100, John Crispin wrote: > ah i see, not even sure why we attach that info. the mtdsplid should > automatically set the root= > > try removing the root= parameter please and see if it boots properly That was there to override the root= from the bootloader, otherwise

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread Daniel Gimpelevich
On Thu, Feb 12, 2015 at 9:33 AM, John Crispin wrote: > > > On 12/02/2015 18:30, Daniel Gimpelevich wrote: > > On Thu, Feb 12, 2015 at 8:54 AM, Daniel Gimpelevich > > > > wrote: > > > > On Thu, Feb 12, 2015 at 3:19 AM, John Crispin >

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread John Crispin
On 12/02/2015 18:33, John Crispin wrote: > > > On 12/02/2015 18:30, Daniel Gimpelevich wrote: >> On Thu, Feb 12, 2015 at 8:54 AM, Daniel Gimpelevich >> > > wrote: >> >> On Thu, Feb 12, 2015 at 3:19 AM, John Crispin >> mailto:blo...@openwrt.org>>

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread John Crispin
On 12/02/2015 18:30, Daniel Gimpelevich wrote: > On Thu, Feb 12, 2015 at 8:54 AM, Daniel Gimpelevich > > wrote: > > On Thu, Feb 12, 2015 at 3:19 AM, John Crispin > wrote: > > > > On 10/02/2015 10:40, D

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread Daniel Gimpelevich
On Thu, Feb 12, 2015 at 8:54 AM, Daniel Gimpelevich < dan...@gimpelevich.san-francisco.ca.us> wrote: > On Thu, Feb 12, 2015 at 3:19 AM, John Crispin wrote: > >> >> >> On 10/02/2015 10:40, Daniel Gimpelevich wrote: >> > Is there a patchset I could try? >> >> try r44421 or newer > > > Tried initra

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread Daniel Gimpelevich
On Thu, Feb 12, 2015 at 3:19 AM, John Crispin wrote: > > > On 10/02/2015 10:40, Daniel Gimpelevich wrote: > > Is there a patchset I could try? > > try r44421 or newer Tried initramfs, bootlog attached. [0.00] Linux version 3.18.6 (danielg4@chimera) (gcc version 4.8.3 (OpenWrt/Linaro GC

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-12 Thread John Crispin
On 10/02/2015 10:40, Daniel Gimpelevich wrote: > Is there a patchset I could try? try r44421 or newer > > On Mon, 2015-02-09 at 12:44 -0800, Daniel Gimpelevich wrote: >> On Mon, 2015-02-09 at 21:27 +0100, John Crispin wrote: >>> bootlog please >>> >>> On 09/02/2015 21:25, Daniel Gimpelevich

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread Daniel Gimpelevich
John Crispin writes: > > > On 10/02/2015 19:35, Joerg Hollmann wrote: > > Hello Daniel, > > > > could it be, that the definition of the kernel partition in the dts > > file of your device ist too small? > > i think the problem is that spi-gpio is either not loaded or loaded > too late. i wont

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread John Crispin
On 10/02/2015 21:40, Sylwester Petela wrote: > Got problem with pci on P-2812HNU-F1, it was simply not initialized (missing > whole pci part in bootlog), I've added target/linux/lantiq/xrx200/config-3.18 > from config-3.14(changed only UBI_GLUEBI to UBI_BLOCK), and pci went back, > not sure ho

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread Sylwester Petela
Got problem with pci on P-2812HNU-F1, it was simply not initialized (missing whole pci part in bootlog), I've added target/linux/lantiq/xrx200/config-3.18 from config-3.14(changed only UBI_GLUEBI to UBI_BLOCK), and pci went back, not sure how build config is generated but that solved my problem.

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread John Crispin
On 10/02/2015 19:35, Joerg Hollmann wrote: > Hello Daniel, > > could it be, that the definition of the kernel partition in the dts > file of your device ist too small? i think the problem is that spi-gpio is either not loaded or loaded too late. i wont have time to look at it till friday though

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread Joerg Hollmann
Hello Daniel, could it be, that the definition of the kernel partition in the dts file of your device ist too small? I have seen similar error messages on the builds for the VG3503J. Regards, Joerg On 02/10/2015 10:40 AM, Daniel Gimpelevich wrote: Is there a patchset I could try? On Mon, 20

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-10 Thread Daniel Gimpelevich
Is there a patchset I could try? On Mon, 2015-02-09 at 12:44 -0800, Daniel Gimpelevich wrote: > On Mon, 2015-02-09 at 21:27 +0100, John Crispin wrote: > > bootlog please > > > > On 09/02/2015 21:25, Daniel Gimpelevich wrote: > > > On Mon, 2015-02-09 at 19:18 +0100, John Crispin wrote: > > >> try

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread Daniel Gimpelevich
On Mon, 2015-02-09 at 21:27 +0100, John Crispin wrote: > bootlog please > > On 09/02/2015 21:25, Daniel Gimpelevich wrote: > > On Mon, 2015-02-09 at 19:18 +0100, John Crispin wrote: > >> try r44366 or newer please > > > > SPI flash is not detected, bricking the device. > > [0.00] Linux

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread John Crispin
bootlog please On 09/02/2015 21:25, Daniel Gimpelevich wrote: > On Mon, 2015-02-09 at 19:18 +0100, John Crispin wrote: >> try r44366 or newer please > > SPI flash is not detected, bricking the device. > ___ openwrt-devel mailing list openwrt-devel@list

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread Daniel Gimpelevich
On Mon, 2015-02-09 at 19:18 +0100, John Crispin wrote: > try r44366 or newer please SPI flash is not detected, bricking the device. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread John Crispin
On 09/02/2015 18:30, Daniel Gimpelevich wrote: > On Mon, 2015-02-09 at 13:30 +0100, John Crispin wrote: >> Hi, >> >> i bumped the lantiq support to v3.18 and tested it on 6 different >> boards. I have not tested vdsl support due to lack of a vdsl line. >> could someone please do so. >> >> @antii:

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread John Crispin
there is no ar9 target. can you give me your .config file please ? On 09/02/2015 18:30, Daniel Gimpelevich wrote: > On Mon, 2015-02-09 at 13:30 +0100, John Crispin wrote: >> Hi, >> >> i bumped the lantiq support to v3.18 and tested it on 6 different >> boards. I have not tested vdsl support due

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread Daniel Gimpelevich
On Mon, 2015-02-09 at 13:30 +0100, John Crispin wrote: > Hi, > > i bumped the lantiq support to v3.18 and tested it on 6 different > boards. I have not tested vdsl support due to lack of a vdsl line. > could someone please do so. > > @antii: can you rebase/resnd the dwc2 series ? it does not appl

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread Sylwek ScApi
I'll test it today. 9 lut 2015 13:30 "John Crispin" napisał(a): > Hi, > > i bumped the lantiq support to v3.18 and tested it on 6 different > boards. I have not tested vdsl support due to lack of a vdsl line. > could someone please do so. > > @antii: can you rebase/resnd the dwc2 series ? it does

[OpenWrt-Devel] lantiq v3.18

2015-02-09 Thread John Crispin
Hi, i bumped the lantiq support to v3.18 and tested it on 6 different boards. I have not tested vdsl support due to lack of a vdsl line. could someone please do so. @antii: can you rebase/resnd the dwc2 series ? it does not apply to the v3.18 patches John