Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-28 Thread 'Patrick Supper'
Hello, ### Regarding the cal-data of the pcie-wifi (AR9382): It seems to me it has some kind of EEPROM, from OEM-BootLog: wmac-wifi: "Using Cal data from Flash 0xbfff" Note that you are currently using art 0x1000, so 0xff1000 inside flash?! ART-Partition starts at 0xff in flash. Cal

Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-28 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of 'Patrick Supper' > Sent: Freitag, 25. Oktober 2019 21:50 > To: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH] ath79: add

Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-25 Thread 'Patrick Supper'
Hello, thank you for reviewing. I just changed the address and ART-Label to lowercase in my source => fixed. ### Regarding the cal-data of the pcie-wifi (AR9382): It seems to me it has some kind of EEPROM, from OEM-BootLog: wmac-wifi: "Using Cal data from Flash 0xbfff" pcie-wifi: "Using Ca

Re: [OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-25 Thread Adrian Schmutzler
Hi, > + partition@5 { > + compatible = "denx,uimage"; > + label = "firmware"; > + reg = <0x05 0xF5>; I'd prefer lower-case for the address (and for consistency with your other defi

[OpenWrt-Devel] [PATCH] ath79: add support for ZyXEL NWA1123-NI

2019-10-24 Thread Patrick Supper
ZyXEL NWA1123-NI is a dual band 802.11n access point. The factory firmware partition table is using a small kernel partition after the rootfs partition. Since it has to be flashed using UART I also merged 3 partitions (rootfs, uImage, reserve) to one firmware partition and changed the default load