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-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

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

2019-10-24 Thread Patrick Supper
r to solid green (ca 2min) * Known Issue: - U-Boot does NOT support booting large initramfs images from RAM, they need to be written to flash first. Signed-off-by: Patrick Supper --- .../ath79/base-files/etc/board.d/02_network | 3 +- .../ath79/dts/ar9342_zyxel_nwa1123-ni.dts | 161 ++