diff options
author | Felix Brack <fb@ltec.ch> | 2018-01-23 18:27:22 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:32 -0500 |
commit | 85ab0452fefc8c48b0b4f35200cb2590b4693ab3 (patch) | |
tree | 9909a4d64d186b480669625d9914af1749efa917 /board/eets/pdu001/README | |
parent | c8a73a26d6dd9b7d489e66529fe1412425d8f2d1 (diff) | |
download | u-boot-85ab0452fefc8c48b0b4f35200cb2590b4693ab3.tar.gz u-boot-85ab0452fefc8c48b0b4f35200cb2590b4693ab3.tar.xz u-boot-85ab0452fefc8c48b0b4f35200cb2590b4693ab3.zip |
arm: add support for PDU001
This patch adds support for the PDU001 board.
Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/eets/pdu001/README')
-rw-r--r-- | board/eets/pdu001/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/board/eets/pdu001/README b/board/eets/pdu001/README new file mode 100644 index 0000000000..50e715446b --- /dev/null +++ b/board/eets/pdu001/README @@ -0,0 +1,35 @@ +# Copyright (C) 2018 EETS GmbH - http://www.eets.ch/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +Summary +======= + +This document covers the PDU001 target. + +Hardware +======== + +The PDU-001 (Processor and Display Unit) is a plugin card for 19" racks. It is +manufactured by EETS GmbH (https://www.eets.ch). The core of the board is a m2 +SOM from bytes at work (https://www.bytesatwork.ch) which in turn is based on +AM3352 SOC from TI (http://www.ti.com). + +Customization +============= + +As usual the console serial interface is set by CONFIG_CONS_INDEX. Best choice +is 4 here since UART3 is wired to the connector K2. +The Run LED on the PDU-001 can be turned on red by setting CONFIG_RUN_LED_RED +or green by setting CONFIG_RUN_LED_GREEN. Setting CONFIG_RUN_LED_OFF will turn +off the Run LED. + +Booting +======= + +The system boots from either eMMC or SD card cage. It will first try to boot +from the SD card cage. If this fails (missing or unbootable SD card) it will +try to boot from the internal eMMC. The root file system is always expected to +be located in the second partition of the device (eMMC or SD card) that pro- +vided the boot loader. |