utils icon indicating copy to clipboard operation
utils copied to clipboard

A collection of scripts and simple applications

Results 17 utils issues
Sort by recently updated
recently updated
newest added

I'm trying to build `utils` package on Gentoo, and I have following error: ``` /usr/bin/aarch64-unknown-linux-gnu-gcc` -O2 -pipe -march=native -flto -Wl,-O1 -Wl,--as-needed pinctrl/CMakeFiles/pinctrl.dir/pinctrl.c.o pinctrl/CMakeFiles/pinctrl.dir/gpiolib.c.o pinctrl/CMakeFiles/pinctrl.dir/util.c.o pinctrl/CMakeFiles/pinctrl.dir/gpiochip_bcm2835.c.o pinctrl/CMakeFiles/pinctrl.dir/gpiochip_bcm2712.c.o pinctrl/CMakeFiles/pinctrl.dir/gpiochip_rp1.c.o -o pinctrl/pinctrl &&...

simple change to allow user to "opt out" of the extensive dump to the terminal

`-Werror` is very unhelpful for distributions and end users as newer compilers will raise warnings that the maintainers may not see. The warnings should get reported upstream, but they shouldn't...

Latest compilers are more fussy and this doesn't build with debian build scripts. Fix this.

Shows gpu usage as reported by the v3d driver. Works on pi4 and pi5 (earlier models don't expose this info) This provides a little more detail than the GPU taskbar...

may be useful to be able to run raspinfo on streamlined systems without bash dependency (ie: just busybox sh).

recently imported apps have no entries in main readme, nor local readme for basic info.

since `userland` package is deprecated /not installed by default, `tvservice` is missing to diagnose Legacy mode. If `tvservice` app is not to be migrated in this repo, `raspinfo` probably needs...

Just to double-check, I downloaded the [very latest version](https://github.com/raspberrypi/utils/blob/master/raspinfo/raspinfo) and there's still a couple of bits that don't work: ```console $ Downloads/raspinfo | grep -C3 vc_gencmd Serial : 1c96860cc48df543 Model...

Just a suggestion. Adding [code] and [/code] to the output of raspinfo would make it simpler for inexperienced people to post the output to the forums. It could be made...