ARMmbed / mbed-os-example-filesystem

The Mbed OS file system example
https://mbed.com
Apache License 2.0
16 stars 33 forks source link

No mention of using NAND flash block devices. #88

Closed peter-tatch closed 3 years ago

peter-tatch commented 5 years ago

I would like to see some explanation of whether this can work with NAND flash. Can any of the block devices work with raw serial NAND flash? Can we configure the SPIFBlockDevice to work with NAND flash for example. If not, what is the limitation that prevents a NAND block device from being included?

peter-tatch commented 5 years ago

Thank you but that site appears to be down. Is there a new link or is it temporarily down?

cmonr commented 5 years ago

@peter-tatch Sorry, but the link is internal-only. It's our way of syncing multiple sources of issue reporting into one collected bucket.

dannybenor commented 5 years ago

@peter-tatch NAND is a different technology, that requires the management of bad sectors. It is used in SD cards, therefore the possible way to use NAND in Mbed OS right now is via SD block device

adbridge commented 5 years ago

Apologies, this was closed in error by the automated bot - re-opening.

ciarmcom commented 4 years ago

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTOSM-2069

evedon commented 3 years ago

See further example of changing the block device in https://github.com/ARMmbed/mbed-os-example-blockdevice#changing-the-block-device.

Closing since it seems like this question was answered.