Difference between revisions of "User:Barray/PineFlash"
(Correct ideal speeds and format table) |
(Plan out additional sections to be written) |
||
Line 20: | Line 20: | ||
| [https://en.wikipedia.org/wiki/USB#USB_2.0 480Mbit/s] (High speed USB 2.0) | | [https://en.wikipedia.org/wiki/USB#USB_2.0 480Mbit/s] (High speed USB 2.0) | ||
|} | |} | ||
== Road Map == | |||
'''TODO''' Document the plan for development of this device. | |||
== Prototyping == | |||
This is the documentation of the initial prototype design. | |||
=== Hardware === | |||
The initial prototype is to be a 'hat' for the community driven [[Nutcracker]] project, specifically the BL602. The controller is RISC-V (as the final controller is planned to be) and supports quad-SPI. | |||
==== Schematic ==== | |||
'''TODO''' The proposed schematic for the device. | |||
==== BOM ==== | |||
'''TODO''' The bill of materials used in the schematic. | |||
==== PCB ==== | |||
'''TODO''' The PCB design for the device. | |||
=== Software === | |||
==== Libraries ==== | |||
'''TODO''' Document the prototype's software stack. | |||
==== Testing ==== | |||
'''TODO''' Figure out exactly how the prototype will be tested to ensure robustness and performance. |
Revision as of 17:58, 30 March 2021
The following is documentation for a proposed Pine64 product by the community and is not an official Pine64 product. This content is the result of initial discussions about this device documented in the forum.
Goal
The aim of this project is to create a Pine64 open source USB flash drive (hence the name PineFlash), that can act as the basis of future projects in this area. An open source flash device would allow the community to address storage information security (CIA). Additionally, issues such as speed and compatibility can also be addressed.
Requirements
Property | Minimum | Ideal |
---|---|---|
Read speed | 12Mbit/s (Full speed USB 1.x) | 480Mbit/s (High speed USB 2.0) |
Write speed | 12Mbit/s (Full speed USB 1.x) | 480Mbit/s (High speed USB 2.0) |
Road Map
TODO Document the plan for development of this device.
Prototyping
This is the documentation of the initial prototype design.
Hardware
The initial prototype is to be a 'hat' for the community driven Nutcracker project, specifically the BL602. The controller is RISC-V (as the final controller is planned to be) and supports quad-SPI.
Schematic
TODO The proposed schematic for the device.
BOM
TODO The bill of materials used in the schematic.
PCB
TODO The PCB design for the device.
Software
Libraries
TODO Document the prototype's software stack.
Testing
TODO Figure out exactly how the prototype will be tested to ensure robustness and performance.