Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-19 Thread Sebastian Ortwein
Hey Christian No you can use the avm bootloader. Uboot is not recommend because some details about your Fritz Box ist in the AVM bootloader (macadresse, eeprom wireless). You don't need any extra hardware but you must find out the IP Adress of your Bootloader in most cases it is 192.168.178.

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-16 Thread Christian Mehlis
Am 15.05.2016 um 22:13 schrieb Martin Blumenstingl: On Sun, May 15, 2016 at 9:45 PM, Sebastian Ortwein wrote: Am 15.05.2016 um 17:37 schrieb Martin Blumenstingl: Okay thank you for support. Now all thinks works fine LAN, WIFI, Switch and USB. I attach my patch to add the support for OpenWRT. G

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-15 Thread Martin Blumenstingl
On Sun, May 15, 2016 at 9:45 PM, Sebastian Ortwein wrote: > Am 15.05.2016 um 17:37 schrieb Martin Blumenstingl: > Okay thank you for support. Now all thinks works fine LAN, WIFI, Switch and > USB. > I attach my patch to add the support for OpenWRT. Great - congratulations :-) > Is there anything

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-15 Thread Sebastian Ortwein
Am 15.05.2016 um 17:37 schrieb Martin Blumenstingl: On Sun, May 15, 2016 at 3:44 PM, Sebastian Ortwein wrote: USB, WLAN and LAN works now. The only think what would not work is phy0 & phy1. I have attached my lastet patch. if you google around a bit you'll find an AR8035 datasheet: that phy is

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-15 Thread Martin Blumenstingl
On Sun, May 15, 2016 at 3:44 PM, Sebastian Ortwein wrote: > USB, WLAN and LAN works now. The only think what would not work is phy0 & > phy1. > I have attached my lastet patch. if you google around a bit you'll find an AR8035 datasheet: that phy is from the same series as the AR8030. It defines th

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-15 Thread Sebastian Ortwein
Am 08.05.2016 um 18:40 schrieb Martin Blumenstingl: On Sun, May 8, 2016 at 5:49 PM, Sebastian Ortwein wrote: can I add it the following way ? mdio@0 { #address-cells = <1>; #size-cells = <0>; compatible = "lantiq,xrx200-mdio";

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Martin Blumenstingl
On Sun, May 8, 2016 at 5:49 PM, Sebastian Ortwein wrote: > can I add it the following way ? > mdio@0 { > #address-cells = <1>; > #size-cells = <0>; > compatible = "lantiq,xrx200-mdio"; > phy0: ethernet-phy@0 { >

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Sebastian Ortwein
Am 08.05.2016 um 14:56 schrieb Martin Blumenstingl: On Sun, May 8, 2016 at 10:33 AM, Sebastian Ortwein wrote: I get the eeprom from the ath9k driver working, but wifi will not showed. First, I get a error message that from the ath9k driver that the eeprom couldn't load. After PCI Bus is initial

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Martin Blumenstingl
On Sun, May 8, 2016 at 10:33 AM, Sebastian Ortwein wrote: > I get the eeprom from the ath9k driver working, but wifi will not showed. > First, I get a error message that from the ath9k driver that the eeprom > couldn't load. After PCI Bus is initialize the eeprom is loaded. That is "normal" - noth

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-08 Thread Sebastian Ortwein
Am 07.05.2016 um 19:26 schrieb Sylwek ScApi: W dniu 2016-05-07 o 09:53, Martin Blumenstingl pisze: On Sat, May 7, 2016 at 12:40 AM, Sebastian Ortwein wrote: Hey I have tried do get openwrt working on my Fritzbox. Openwrt will start Network and VDSL Modem is working. But WLAN ist not working.

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-07 Thread Sylwek ScApi
W dniu 2016-05-07 o 09:53, Martin Blumenstingl pisze: On Sat, May 7, 2016 at 12:40 AM, Sebastian Ortwein wrote: Hey I have tried do get openwrt working on my Fritzbox. Openwrt will start Network and VDSL Modem is working. But WLAN ist not working. The Chip is supported bei the ath9k driver. An

Re: [OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-07 Thread Martin Blumenstingl
On Sat, May 7, 2016 at 12:40 AM, Sebastian Ortwein wrote: > Hey > > I have tried do get openwrt working on my Fritzbox. Openwrt will start > Network and VDSL Modem is working. But WLAN ist not working. The Chip is > supported bei the ath9k driver. Any hint how I can get Wifi working ? I see you al

[OpenWrt-Devel] Add support for AVM Fritzbox 7360 SL

2016-05-06 Thread Sebastian Ortwein
Hey I have tried do get openwrt working on my Fritzbox. Openwrt will start Network and VDSL Modem is working. But WLAN ist not working. The Chip is supported bei the ath9k driver. Any hint how I can get Wifi working ? The board is based on a Lantiq vr9 soc. Here are my bootlogs and patches a