Skip to content

Commit 8224eb5

Browse files
committed
Troubleshooting: Fix console blocks
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
1 parent 8100d46 commit 8224eb5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/troubleshooting.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All UARTs of the i.MX93 are handled by the fsl-lpuart driver, so the following
6565
command should list all available UARTs. Please keep in mind that Linux starts
6666
counting from zero (ttyLP0 = UART1, ...).
6767

68-
.. code-block::
68+
.. code-block:: console
6969
7070
root@chargesom:/# cat /proc/tty/driver/fsl-lpuart
7171
serinfo:1.0 driver revision:
@@ -81,12 +81,13 @@ How can I print the current pin/pad control settings (e.g. bias, drive strength)
8181
The current PAD control settings are available under Linux only via debugfs,
8282
but this requires an equivalent pinctrl setting within the device tree:
8383

84-
.. code-block::
84+
.. code-block:: console
8585
86-
cat /sys/kernel/debug/pinctrl/443c0000.pinctrl/pinconf-pins
86+
root@chargesom:/# cat /sys/kernel/debug/pinctrl/443c0000.pinctrl/pinconf-pins
8787
Pin config settings per pin
8888
Format: pin (name): configs
89-
pin 0 (IMX93_IOMUXC_DAP_TDI): . .
89+
pin 0 (IMX93_IOMUXC_DAP_TDI): 0x31e
90+
...
9091
9192
9293
Which LVDS displays have been tested with the Charge SOM EVB?

0 commit comments

Comments
 (0)