> 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/lx2162a/com-som/lx2162a-som-hardware-user-manual/lx2162a-som-errata-list.md).

# LX2162A SOM Errata List

## Revisions and Notes

|                   |               |              |                      |
| ----------------- | ------------- | ------------ | -------------------- |
| **Date**          | **Owner**     | **Revision** | **Notes**            |
| November 19, 2022 | Rabeeh Khoury | 1.0          | Released information |
| May 2, 2023       | Rabeeh Khoury | 1.1          | Errata fix           |
| Dec 31, 2024      | Josua Mayer   | 1.2          | Errata for SPD       |

{% hint style="info" %}
No warranty of accuracy is given concerning the contents of the information contained in this publication. To the extent permitted by law no liability (including liability to any person by reason of negligence) will be accepted by SolidRun Ltd., its subsidiaries or employees for any direct or indirect loss or damage caused by omissions from or inaccuracies in this document. SolidRun Ltd. reserves the right to change details in this publication without prior notice. Product and company names herein may be the trademarks of their respective owners.
{% endhint %}

## Introduction

|                                                                                       |                                                                                                                                                                                                                                                                                                                 |                      |                                                                                     |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------- |
| **Short Description**                                                                 | **Errata**                                                                                                                                                                                                                                                                                                      | **Affected PCB rev** | **Fix or workaround**                                                               |
| SD1 lane #0 not functional                                                            | Due to design bug serdes SD1 lane #0 LX2162 receive are shorted and due to that not functional. The ssignal names are SD1\_RX0\_N and SD1\_RX0\_P on the board to board header.                                                                                                                                 | 1.0                  | <p>Fixed and verified in PCB rev 1.1<br><br><del>Will be fixed in rev 1.1</del></p> |
| Fan controller PWM not functional. Tachometer and temperature sensors are functional. | <p>Due to design bug, the AMC6821 temperature sensor and fan controller has it’s THERM# signal pulled down permanently, which forces the fan controller to set the RPM to the maximum (PWM signal becomes fixed).<br><br>Notice that the Tachometer is still functional and unrelated to the THERM# signal.</p> | 1.0                  | <p>Fixed and verified in PCB rev 1.1<br><br><del>Will be fixed in rev 1.1</del></p> |
| System unstable under load when using 16GB DDR size variant of SoM.                   | <p>Due to a mistake in the SPD eeprom the revision 1.1 16GB size variant of SoM operates sdram beyond specification. 8GB variant is not affected.<br><br>See Update Instructions below.</p>                                                                                                                     | 1.1                  | Units produced in 2025 or later ship with updated SPD.                              |
| ECC Memory assembled but not active.                                                  | <p>SoMs revision 1.1 have the parts for ecc memory assembled but not enabled through SPD eeprom.<br><br>See Update Instructions below.</p>                                                                                                                                                                      | 1.1                  | Units produced in 2025 or later ship with updated SPD.                              |

## Update rev. 1.1 SoM SPD EEPROM

The SPD EEPROM on the SoM can be reprogrammed with updated parameters enabling ECC, and ensuring stable oepration of 16GB variant.

1. Download special recovery image according to SoM and program to microSD card:\
   \- For 8GB DDR Size: [lx2162a\_rev2\_som\_clearfog\_2000\_650\_2900\_18\_9\_0\_staticmem-8G-716a952.img.xz](https://solidrn-my.sharepoint.com/:u:/g/personal/josua_solid-run_com/Ecy-bz-YjTxPqN3-p01ZvnwBVTI9x6oVKybgNlhrNGiPNw?e=hg168f)\
   \- For 16GB DDR Size: [lx2162a\_rev2\_som\_clearfog\_2000\_650\_2900\_18\_9\_0\_staticmem-16G-716a952.img.xz](https://solidrn-my.sharepoint.com/:u:/g/personal/josua_solid-run_com/Ec0Z9-tM141Bh0mGx0Abbf8BcZNzY0pHBH_I7-njPQ9fzw?e=X8Td1r)
2. Seat SoM on LX2162A Clearfog board, set boot-switches for SD ( OFF ON ON ON X )
3. Boot to Linux, login as “root”:”root”, then execute script for updating SPD:

\- For 8GB DDR Size: `./lx2162-som-v11-8gb-spd.sh`\
\- For 16GB DDR Size: `./lx2162-som-v11-16gb-spd.sh`

The script will program and validate SPD. On success it will show: `/sys/bus/i2c/devices/0-0051/eeprom: OK`\
4\. Update is complete, any generic image should be bootable now using updated parameters.

Developers may use the update scripts directly, after disabling spd eeprom in device-tree to allow writing:

{% file src="/files/KCrygRxqEdKw5U57IKvK" %}

{% file src="/files/4j1uyLFqWSfUlunndIbG" %}


---

# 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:

```
GET https://dev.solid-run.com/nxp/lx2162a/com-som/lx2162a-som-hardware-user-manual/lx2162a-som-errata-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
