Updates to the JH7110 common description: - add detailed overview of JH-7110 SoC and boot process - revise descriptions of deprecated StarFive loader modes - refresh build directions grouped with SPL debug advice - reduce usage instructions into common methods shared by supported boards - cite starfive_visionfive2 board maintainer description of StarFive loader - cite published datasheets for ambient operating temperature data Redundant/deprecated sections of each board doc are dropped accordingly: - deepcomputing fml13v01 - milk-v mars - pine64 star64 (also add inclusion of JH7110 common description) - visionfive2 Signed-off-by: E Shattow <e@freeshell.de>
49 lines
1.5 KiB
ReStructuredText
49 lines
1.5 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
DeepComputing Framework Motherboard (FLM13V01)
|
|
==============================================
|
|
|
|
The DeepComputing Framework motherboard (FLM13V01) can be combined with a
|
|
13 inch Framework laptop chassis to provide a complete laptop.
|
|
|
|
U-Boot for the board uses the same binaries as the VisionFive 2 board.
|
|
Currently only serial console output is supported by mainline U-Boot.
|
|
|
|
Device-tree selection
|
|
---------------------
|
|
|
|
The product ID stored in the board EEPROM is used by U-Boot SPL to select the
|
|
right configuration and device-tree from the u-boot.itb FIT image.
|
|
|
|
Furthermore if variable $fdtfile has not been saved in the environment it is
|
|
set based on the product ID to *starfive/jh7110-deepcomputing-fml13v01.dtb*.
|
|
|
|
To overrule this default the variable can be set manually and saved in the
|
|
environment
|
|
|
|
.. code-block:: console
|
|
|
|
setenv fdtfile my_device-tree.dtb
|
|
env save
|
|
|
|
Power switch
|
|
------------
|
|
|
|
A tiny power switch is located in right upper corner of the board.
|
|
|
|
Open case detection
|
|
-------------------
|
|
|
|
The board has an open case detection switch. Red lights will flash and the
|
|
board will not boot if the switch is not held down.
|
|
|
|
UART
|
|
----
|
|
|
|
UART 0 is exposed via the side channel contacts SBU1 and SBU2 of the lower,
|
|
right USB C connector. A USB C cable and a breakout board are needed for
|
|
physical access. It depends on the cable orientation on which of SBU1 and SBU2
|
|
you will find RX and TX. The signal voltage is 3.3 V. The baud rate is 115200.
|
|
|
|
.. include:: jh7110_common.rst
|