mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
overlays: Update the README
Replace the use of vcdbg with vclog, and correct the documentation URL. See: https://github.com/raspberrypi/linux/issues/7093 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -5975,16 +5975,17 @@ Params: brightness Set the initial brightness for the LEDs. The
|
|||||||
Troubleshooting
|
Troubleshooting
|
||||||
===============
|
===============
|
||||||
|
|
||||||
If you are experiencing problems that you think are DT-related, enable DT
|
If you are experiencing problems that you think are DT-related, first check for
|
||||||
diagnostic output by adding this to /boot/config.txt:
|
error messages from the firmware by running:
|
||||||
|
|
||||||
|
sudo vclog -m
|
||||||
|
|
||||||
|
To see more details about the changes to the Device Tree, add the following to
|
||||||
|
/boot/firmware/config.txt:
|
||||||
|
|
||||||
dtdebug=on
|
dtdebug=on
|
||||||
|
|
||||||
and rebooting. Then run:
|
and reboot, then use vclog as above.
|
||||||
|
|
||||||
sudo vcdbg log msg
|
|
||||||
|
|
||||||
and look for relevant messages.
|
|
||||||
|
|
||||||
Further reading
|
Further reading
|
||||||
===============
|
===============
|
||||||
@@ -5992,4 +5993,4 @@ Further reading
|
|||||||
This is only meant to be a quick introduction to the subject of Device Tree on
|
This is only meant to be a quick introduction to the subject of Device Tree on
|
||||||
Raspberry Pi. There is a more complete explanation here:
|
Raspberry Pi. There is a more complete explanation here:
|
||||||
|
|
||||||
http://www.raspberrypi.org/documentation/configuration/device-tree.md
|
https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user