> 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/marvell/cn913x/sbc-platform/cn9132-com-evk-quick-start-guide/cn9132-com-evk-errata-lista-list.md).

# CN9132 COM EVK Errata List

## Revisions and Notes

|            |             |              |                                  |
| ---------- | ----------- | ------------ | -------------------------------- |
| **Date**   | **Owner**   | **Revision** | **Notes**                        |
| 27/05/2024 | Josua Mayer | 1            | Added Ethernet PHY Firmware Note |

{% 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**                                                                                                                                                                                                                                                                                    |
| 5Gbps RJ45 Ports have no link               | <p>Development samples may have been sent without firmware programmed.<br><br>During activation of the interfaces, Linux loads a generic driver that can not establish a link.</p>                                                                             | 1.3.2 and earlier    | Existing customers can contact SolidRun Support for firmware download instructions.                                                                                                                                                                                                                      |
| Secondary 5Gbps RJ45 Port does not activate | <p>The second 5Gbps Ethernet port fails to activate (“ifconfig up”) with error message "eth4: could not attach PHY (-19)".<br><br>In default assembly two resistors are routing the mdio signals to the bus of first phy where it has an address conflict.</p> | 1.3.2                | <p>Reroute the mdio signals from phy to the intended mdio bus on CP2:<br><br>Move the 0-Ohm resistors R9300 and R9303 to the places of R9301 and R9302.<br>They are located on the bottom side of the carrier board within the area of M.2 port “CON1” near screw socket “J13”, and clearly labeled.</p> |


---

# 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/marvell/cn913x/sbc-platform/cn9132-com-evk-quick-start-guide/cn9132-com-evk-errata-lista-list.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.
