> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/nxp/imx8/sbc-platform/hummingboard-imx8-sbc-quick-start-guide/hummingboard-iiot-imx8m-plus-som-quick-start-guide/hummingboard-iiot-imx8m-plus-som-display-connections.md).

# HummingBoard IIoT & i.MX8M Plus SoM Display Connections

## HummingBoard IIoT & i.MX8M Plus SoM Display Connections

## Introduction

The HummingBoard IIoT supports both MIPI-DSI and LVDS displays.\
Instructions are provided below for particular supported panels.

## Revision and Notes

| **Date**    | **Owner**   | **Revision** | **Notes**       |
| ----------- | ----------- | ------------ | --------------- |
| 31 Jul 2025 | Josua Mayer | 1            | Initial release |

## Supported Panels

* Winstar WJ70N3TYJHMNG0 (DSI):\
  `imx8mp-hummingboard-iiot-panel-dsi-WJ70N3TYJHMNG0.dtbo`
* Winstar WF70A8SYJHLNGA (LVDS):\
  `imx8mp-hummingboard-iiot-panel-lvds-WF70A8SYJHLNGA.dtso`

{% hint style="info" %}
**Note:** The DSI panel is sold part of “HummingBoard i.MX8M IIOT” Evaluation Kits, for separate availability contact <sales@solid-run.com>.
{% endhint %}

{% hint style="info" %}
**Note:** Using both DSI and LVDS panels at the same time leads to various software issues and is not recommended.
{% endhint %}

## Enable Panel in Software

On HummingBoard-IIoT supported panels are enabled by DeviceTree Overlays.

Edit file `extlinux.conf` on the first partition of the board adding the line starting with “FDTOVERLAYS” - either from a PC, or from the device serial console, **then reboot**. The resulting file should look similar to the example below (line 5 is the important addition, substitute the filename based on actual panel from the list above):

```
default Yocto
label Yocto
   kernel /Image
   fdtdir /
   FDTOVERLAYS ../freescale/imx8mp-hummingboard-iiot-panel-dsi-WJ70N3TYJHMNG0.dtbo
append root=PARTUUID=076c4a2a-02 rootwait
```

{% hint style="info" %}
**Note:** Note the FDTOVERLAYS line can be extended with additional overlays e.g. for adding cameras.
{% endhint %}

{% hint style="info" %}
**Note:** Enabling both DSI and LVDS panel overlays at the same time leads to various software issues and is not recommended.
{% endhint %}

For editing on device can use `nano` text editor:

```
mount /dev/mmcblk1p1 /boot
nano /boot/extlinux/extlinux.conf
# save with ctrl+o, exit with ctrl+x
sync
reboot
```

## Electrical Connection

Carefully review the connections shown below, wrong orientation of cable may damage the panel.

### Winstar WJ70N3TYJHMNG0 (DSI)

LVDS panel is connected to J25 on the HB-IIoT (same side of PCB as SoM and M.2 connectors). The cable used should expose contacts at the upper side of the panel, facing away from the PCB. The connector on HB-IIoT supports contacts on either side.

![imx8mp-hb-iiot-dsi-panel.jpg](/files/AiB6uh60TvSZfOoBwhtA)

{% hint style="info" %}
**Note:** Ensure cable is connected exactly as shown in the picture, wrong orientation may damage the panel.
{% endhint %}

### Winstar WF70A8SYJHLNGA (LVDS)

LVDS panel is connected to J24 on the HB-IIoT (same side of PCB as USB and Ethernet connectors). The cable used should expose contacts at the upper side of the panel, facing away from the PCB. The connector on HB-IIoT supports contacts on either side.

![HummingBoard IIoT connected LVDS.png](/files/u2ICHepP848xaWZuM0XW)

{% hint style="info" %}
**Note:** Ensure cable is connected exactly as shown in the picture, wrong orientation may damage the panel.
{% endhint %}


---

# 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://dev.solid-run.com/nxp/imx8/sbc-platform/hummingboard-imx8-sbc-quick-start-guide/hummingboard-iiot-imx8m-plus-som-quick-start-guide/hummingboard-iiot-imx8m-plus-som-display-connections.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.
