raspberrypi / firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.
5.07k stars 1.68k forks source link

Update vcgencmd.1 man page #1863

Closed deHakkelaar closed 3 months ago

deHakkelaar commented 3 months ago

The "Under-voltage detected" bit is missing.

pelwell commented 3 months ago

The vcgencmd utility and man page now live in the utils repo, where the documentation has been updated: https://github.com/raspberrypi/utils/blob/master/vcgencmd/vcgencmd.1#L87-L89

popcornmix commented 3 months ago

A different question, is whether the whole "/opt" path should be removed from the firmware repo, as it is no longer supported or updated. That would also resolve this issue.

Technically someone may be using firmware repo, or rpi-update on an old image (pre-bullseye), where /opt is still in use, but that is a situation we'd discourage.

pelwell commented 3 months ago

I'd be happy to see it removed, althought it would lead to hysteresis when updating to newer firmwares where /opt has been removed.

deHakkelaar commented 3 months ago

Thanks guys!