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 @@ -5969,21 +5969,22 @@ Params: brightness Set the initial brightness for the LEDs. The
59695969Troubleshooting
59705970===============
59715971
5972- If you are experiencing problems that you think are DT-related, enable DT
5973- diagnostic output by adding this to /boot/config.txt :
5972+ If you are experiencing problems that you think are DT-related, first check for
5973+ error messages from the firmware by running :
59745974
5975- dtdebug=on
5975+ sudo vclog -m
59765976
5977- and rebooting. Then run:
5977+ To see more details about the changes to the Device Tree, add the following to
5978+ /boot/firmware/config.txt:
59785979
5979- sudo vcdbg log msg
5980+ dtdebug=on
59805981
5981- and look for relevant messages .
5982+ and reboot, then use vclog as above .
59825983
59835984Further reading
59845985===============
59855986
59865987This is only meant to be a quick introduction to the subject of Device Tree on
59875988Raspberry Pi. There is a more complete explanation here:
59885989
5989- http ://www.raspberrypi.org /documentation/configuration/ device-tree.md
5990+ 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