Wanda Chiu created MYNEWT-695:
---------------------------------
Summary: Arduino Zero with Wifi Shield 101 failing on wifi start
Key: MYNEWT-695
URL: https://issues.apache.org/jira/browse/MYNEWT-695
Project: Mynewt
Issue Type: Bug
Components: BSP
Affects Versions: v1_0_0_rel
Reporter: Wanda Chiu
Assignee: William San Filippo
Attachments: zero.patch
*wifi start* is failing when using arduino zero with arduino Wifi Shield 101
(See steps in tutorial:
https://mynewt.apache.org/latest/os/tutorials/wi-fi_on_arduino/
{code}
wifi start
wifi_init : -6
151416:(APP)(ERR)[nm_drv_init][293][nmi start]: fail init bus
...
{code}
Marko looked into this and found that hw/bsp/arduino_zero/syscfg.yml is
missing the following sysconfig definitions (see attached zero.patch).:
* *SPI_2*,
* *SPI_2_TYPE*,
* *SPI_3*
* *SPI_3_TYPE*
Applying the attached zero.patch fixes the *wifi_init:-6* error, but wifi_init
seems to hang after that.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)