> For the complete documentation index, see [llms.txt](https://nerves.redwirelabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nerves.redwirelabs.com/nerves_systems_for_commercial_development.md).

# Nerves systems for commercial products

The Nerves systems and development kits below are reference designs for creating the PCB and Nerves board support for your product. Prototyping can start on the development kit with one of these Nerves systems. When your PCB is manufactured, create a hard fork of the Nerves system, name it after your product, and modify it for your board.

If you need support for a hardware target, [Redwire Labs](https://www.redwirelabs.com/) can create a custom Nerves system for your project.

| Target                                  | System                                                                                                  | Tag    |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------ |
| ADLINK MXA-200                          | [Contact us](https://redwirelabs.com/#contact)                                                          |        |
| <p>Compulab</p><p>IOT-GATE-IMX8PLUS</p> | [nerves\_system\_iot\_gate\_imx8plus](https://github.com/redwirelabs/nerves_system_iot_gate_imx8plus)   | `gate` |
| Microchip SAMA5D27                      | [nerves\_system\_sama5d27\_wlsom1\_ek](https://github.com/redwirelabs/nerves_system_sama5d27_wlsom1_ek) | `sam`  |
| SolidRun Pulse                          | [Contact us](https://redwirelabs.com/#contact)                                                          |        |
| Texas Instruments AM62x                 | [nerves\_system\_ti\_am62x](https://github.com/redwirelabs/nerves_system_ti_am62x)                      | `am62` |
| Texas Instruments AM335x                | [nerves\_system\_bbb](https://github.com/nerves-project/nerves_system_bbb)                              | `bbb`  |
| Toradex Verdin AM62                     | [Contact us](https://redwirelabs.com/#contact)                                                          |        |
| Toradex Verdin i.MX 8                   | [Contact us](https://redwirelabs.com/#contact)                                                          |        |
| Toradex Ivy                             | [Contact us](https://redwirelabs.com/#contact)                                                          |        |

## Compulab IOT-GATE-IMX8PLUS

Industrial IoT gateway

[Manufacturer website](https://www.compulab.com/products/iot-gateways/iot-gate-imx8plus-industrial-arm-iot-gateway/)

<figure><img src="/files/2sABeWI5CLDS5etIis2n" alt=""><figcaption></figcaption></figure>

## Microchip SAMA5D27

500 MHz ARM Cortex-A5

[Manufacturer website](https://www.microchip.com/en-us/development-tool/dm320117)

![](/files/ozT2f4UR4qNWMHl0nTsj)

## Texas Instruments AM62x

Up to quad 1.4 GHz ARM Cortex-A53

[Manufacturer website](https://www.ti.com/tool/SK-AM62)

![](/files/sEM5ISAyohpk9lpMjUKQ)

## Texas Instruments AM335x

1 GHz ARM Cortex-A8

[Manufacturer website](https://www.ti.com/lit/ds/symlink/am3356.pdf)

![](/files/u5XqrSi5U7ZLdYtuw2bh)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nerves.redwirelabs.com/nerves_systems_for_commercial_development.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
