USB mass storage support for external flash device

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
ajie_dirgantara
Posts: 81
Joined: Fri Sep 02, 2016 9:26 am

USB mass storage support for external flash device

Post by ajie_dirgantara » Wed Oct 05, 2016 6:37 am

Hi,

I've build a block device drivers for my own NOR flash chip storage, and successfully mount, read and write to it without problem. Problem is, I need to make it default when USB is connected as mass storage device. Where can I configure this? it will be great if both (internal flash and external flash) can be mounted at one time as different drive, but it is not priority.

Rgds,

Post Reply