Location of external flash devices

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
gingle
 
Posts: 49
Joined: Tue Mar 07, 2017 2:46 pm

Location of external flash devices

Post by gingle »

Can you tell me where the flash devices are now located? Up to 6.1 they were in circuitpython\supervisor\shared\external_flash\devices.
I am not able to locate the listing in 6.2 and 7.

User avatar
tannewt
 
Posts: 3304
Joined: Thu Oct 06, 2016 8:48 pm

Re: Location of external flash devices

Post by tannewt »

They are pulled from `data/nvm.toml` now: https://github.com/adafruit/nvm.toml/tr ... 36925b87a0

User avatar
gingle
 
Posts: 49
Joined: Tue Mar 07, 2017 2:46 pm

Re: Location of external flash devices

Post by gingle »

Thanks Scott. I appreciate all the work required to include this many flash chips. It would be useful if a list of the included chips could be placed in the Adafruit Learning documents or perhaps a link included in Kattni's "How to Add a New Board..." or Dan's "Building Circuitpython". The shortage of ICs reduces the number of different chips that are available.

User avatar
tannewt
 
Posts: 3304
Joined: Thu Oct 06, 2016 8:48 pm

Re: Location of external flash devices

Post by tannewt »

I believe most chips will work once configured correctly. I wouldn't limit yourself to those already in nvm.toml.

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”