Skip to content

Commit f323b61

Browse files
committed
overlays: Update the README
Replace the use of vcdbg with vclog, and correct the documentation URL. See: raspberrypi#7093 Signed-off-by: Phil Elwell <[email protected]>
1 parent 20838ee commit f323b61

File tree

1 file changed

+8
-7
lines changed
  • arch/arm/boot/dts/overlays

1 file changed

+8
-7
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5975,21 +5975,22 @@ Params: brightness Set the initial brightness for the LEDs. The
59755975
Troubleshooting
59765976
===============
59775977

5978-
If you are experiencing problems that you think are DT-related, enable DT
5979-
diagnostic output by adding this to /boot/config.txt:
5978+
If you are experiencing problems that you think are DT-related, first check for
5979+
error messages from the firmware by running:
59805980

5981-
dtdebug=on
5981+
sudo vclog -m
59825982

5983-
and rebooting. Then run:
5983+
To see more details about the changes to the Device Tree, add the following to
5984+
/boot/firmware/config.txt:
59845985

5985-
sudo vcdbg log msg
5986+
dtdebug=on
59865987

5987-
and look for relevant messages.
5988+
and reboot, then use vclog as above.
59885989

59895990
Further reading
59905991
===============
59915992

59925993
This is only meant to be a quick introduction to the subject of Device Tree on
59935994
Raspberry Pi. There is a more complete explanation here:
59945995

5995-
http://www.raspberrypi.org/documentation/configuration/device-tree.md
5996+
https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters

0 commit comments

Comments
 (0)