Skip to content
Tim Ansell edited this page Sep 2, 2018 · 10 revisions

Naming

<platform>-<gateware>-<firmware>

  • Platform is described by <board>[.<variant>][+<expansion module>]
  • Expansion module is +<expansion module>@<on connector>[.<board>]

Examples

Simple Opsis
  • opsis+lsio@tofe
Advanced Opsis
  • An Opsis board with;
    • a LowSpeedIO (liso) in the TOFE socket
      • An FooBar module on the LowSpeedIO's Arduino header.
      • A pmoduart module on the LowSpeedIO's pmod1 header.

opsis+lsio@tofe+foobar@arduino.lsio+pmoduart@pmod1.lsio

  • opsis+
    • lsio@tofe+
      • xyz@arduino.lsio+
      • pmoduart@pmod1.lsio
Multiple sockets

Board with two TOFE sockets which are both populated with LowSpeedIO boards.

  • b2+
    • liso@tofe1+
      • xyz@arduino.liso.tofe1+
    • liso@tofe2+
      • xyz@arduino.liso.tofe2

b2+liso@tofe1+xyz@arduino.liso.tofe1+liso@tofe2+xyz@arduino.liso.tofe2

Opsis with AXIOM
  • opsis+tofe.axiom+a
Board variants

The two minispartan6 variants;

  • minispartan6.lx9
  • minispartan6.lx25+xyz
Clone this wiki locally