linux4wilc / firmware

Firmware binaries for Microchip ATWILC Wireless Devices (ATWILC1000 & ATWILC3000)
https://www.microchip.com/wwwproducts/en/ATWILC1000
Other
16 stars 9 forks source link

WILC1000 firmware fixes availability in microchip ASF bare metal code #10

Closed jerald-pathPartner closed 5 years ago

jerald-pathPartner commented 5 years ago

There are several issues in ASF WILC1000 firmware and driver similar to what reported here and fixed. Is it possible to make update ASF code for WLC1000 with same changes. I tried sing WILC1000 firmware shared here with ASF and it didnt booted. stuck at wait for firmware to boot

AdhamAbozaeid commented 5 years ago

All fixed issues on WILC Linux that applies to WILC ASF are also ported there, and will be released on ASF. The Firmware not starting issue is most probably a problem of the host/driver not receiving the interrupt from WILC. Try probing the IRQ line and see if the interrupt is asserted or not. If not, please open a salesforce ticket so that the team can help you more

jerald-pathPartner commented 5 years ago

hi AdhamAbozaeid,

There is any issue with using "https://github.com/linux4wilc/firmware/blob/master/wilc1000_wifi_firmware.bin" directly in ASF project. Please let me know your thoughts. any idea on next ASF WILC1000 updated release schedule

AdhamAbozaeid commented 5 years ago

Hi @jerald-pathPartner You can't use the WILC Linux firmware for WILC RTOS (ASF). They are different firmwares.

jerald-pathPartner commented 5 years ago

hi AdhamAbozaeid,

Thanks for the confirmation