Skip to main content

Bringup documentation

Create one README.md for each supported board version. Document required rework, firmware installation, and verification procedures. Diode Glass renders this file in the Bringup tab.

File location

Store images in the images/ directory beside the version README.

Version matching

Create a directory for each minor version. Patch releases share that directory unless a patch requires different instructions. Diode Glass reads the documentation from main, not from the release archive.

Document structure

Diode Glass parses ## Reworks into structured items. It renders other level-two sections as collapsible Markdown.

Rework items

Start each rework with a ### N. Title heading. State the observed problem, the required correction, its board location, and the version in which the design was fixed. Do not encode status in a separate field. Use the pcb:// scheme for reference designators, for example [R1](pcb://R1). Diode Glass links these references to the PCB viewer.

Add images

Store each image under ./images/ and use descriptive alternative text: ![Reworked ESTOP resistor](./images/estop-rework.png).

Example