Research project to figuring out a connecting solution to standardize System-On-Module platform
Go to file
2023-08-04 02:51:46 +02:00
LICENSE Initial commit 2023-08-04 02:40:34 +02:00
README.md minor changes in the wording 2023-08-04 02:51:46 +02:00

OSHW-System-On-Module

Abstraction

Fabrication of Printed Circuit Boards ("PCBs") is not very economical as the cost of fabrication raises (among others) with size and the amount of layers and addition to that it also often requires to sign an NDA (such as with NXP) and/or restriction on release of important documents (documentation, reference schematics and gerbers) and often the sources product iself (e.g. OLIMEX RK3328-SOM-1G)

Which is a limiting factor for Open-Source Hardware (OSHW) development that I want to address.

Idea

The inspiration comes from OLIMEX's SODIMM-204 project which is a solution of two PCBs:

Module Board

Board with 4~12+ layers of restricted size that includes the chip, RAM and optionally chip-specific components such as the OLIMEX A20-SOM204:

image

Notice that it's a PCB with restricted size that only has the chip, RAM, eMMC, SDCard and then has an edge connector to fit in SODIM-204 connector.

For clarity it's this connector, often used for RAM sticks in notebooks:

image

Platform Board (Evaluation Board)

Board with SODIMM-204 connector that the Module Board slots in such as the OLIMEX A20-SOM204-EVB which then adds various devices (Ethernet, PCIe, GPIO, Battery, HDMI, etc..)

image

which declares the standard for the DDR3 SODIMM 204 pin connector as:

image

that can then be used to design anything from drones, tablets, cluster servers, etc.. on a platform board PCB that is 1~4 layers and costs around 25 EUR to fabricate.

This effectically allows us to make variety of OSHW projects very economically that use hardware comparable to those in raspberry pi and beyond which integrates on difficulty of changing the RAM in a common notebook.

Use of proprietary module boards

Additionally many chips are near impossible to get as OSHW-compatible due to consumer-hostile business plan and strategy until the chip reaches it's peak economical cycle and becomes obsolete.

To allow us to use better hardware this would allow the module boards to be produced in batches of 1000+ to keep the cost down while not affecting the hackability and flexibility of the OSHW project as the user can always use OSHW Module Board and only have the option to use proprietary module board until it's manufacturer decides to release the required documents (documentation for the chips, reference schematics/design, etc..)

Issue

204 pins is not enough which eventually lead to OLIMEX using non-standardized headers per chip that break portability such as the OLIMEX A20-SOM-EVB Using 240 pins.

The obvious solution would be to use DDR5 SODIMM which has 262pins, but that still feels like using the wrong tool for the job -> Is there a better connecting solution for this usecase?

Possible solutions

Use of Edge Connectors on Single Board Computers ("SBCs") boards

Lets imagine that we have OLIMEX OlinuXino-A64 board as an example:

image

Imagine having an edge connector..

For clarity edge connector are contact points on the edge of PCBs designed to slot into a connector, often used on PCIe x16 graphics cards used for desktop computers:

image

.. on one side:

image

(note that contacts are on both sides of the PCB)

This would efectivelly enable OSHW manufacturers to adjust their SBCs so that they can be slotted in this solution.

The issue with this solution is that the edge connectors have to have a bevelled edge to help guide them to the connector:

image

which adds extra cost (seems to be a minor added cost for fabrication)

Additional Notes

Originally discussed in kreyren/kreyren#75

References

  1. OLIMEX's SOM204 platform on GitHub -- https://github.com/OLIMEX/SOM204/blob/master/SOM204-EVB/SOM204_EVB_Platform.pdf
  2. Explanation to what is an edge connector by eurocircuits -- https://www.eurocircuits.com/pcb-design-guidelines/edge-connectors