File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5975,21 +5975,22 @@ Params: brightness Set the initial brightness for the LEDs. The
59755975Troubleshooting
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
59895990Further reading
59905991===============
59915992
59925993This is only meant to be a quick introduction to the subject of Device Tree on
59935994Raspberry 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
You can’t perform that action at this time.
0 commit comments