You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling master I have found that the nRF QSPI flash driver is at least broken when using GD25Q16 flash found in the Adafruit feather board. I'm not sure if this affects other boards.
To Reproduce
Build the usb mass sample for adafruit_feather_nrf52840 board:
west build -b adafruit_feather_nrf52840 samples/subsys/usb/mass
Then flash using
west flash
Observe error on Zephyr console:
*** Booting Zephyr OS build zephyr-v2.4.0-89-g391935bea1c5 ***
Area 4 at 0x0 on GD25Q16 for 2097152 bytes
[00:00:00.394,226] <err> qspi_nor: flash id error. Extected: [200 64 21], got: [0 0 0]
[00:00:00.399,902] <err> usb_msc: Storage init ERROR !!!! - Aborting USB init
[00:00:00.403,778] <err> fs: fs mount error (-5)
Mount /NAND:: -5
[00:00:00.455,871] <inf> main: The device is put in USB mass storage mode.
Describe the bug
After pulling
master
I have found that the nRF QSPI flash driver is at least broken when using GD25Q16 flash found in the Adafruit feather board. I'm not sure if this affects other boards.To Reproduce
Build the usb mass sample for
adafruit_feather_nrf52840
board:Then flash using
Observe error on Zephyr console:
Reverting 381cac1 seems to fix the problem.
Expected behavior
Sample works as expected, i.e. as a mass storage USB device.
Impact
N/A
Logs and console output
Provided above.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: