Andrew Scheller

Results 95 issues of Andrew Scheller

In line with https://github.com/raspberrypi/debugprobe/pull/117

Fixes #13 and #12 There's also no need for `source` since we've already done `export`!

I think when this code was originally written we weren't sure whether we'd be referring to the chip as BCM2838 or BCM2711. But we seem to have firmly settled on...

I ran `buildme` on a Pi, and was surprised to see that at the end it was modifying system files (when there's no warning about this in the README). Yikes....

An error spotted by a `case value '1' not in enumerated type` compiler warning... In https://github.com/raspberrypi/userland/blob/master/interface/vmcs_host/vc_service_common.c the `vchi2service_status_string` function takes a `VC_SERVICE_VCHI_STATUS_T` parameter. However in the `switch` statement inside that...

It was complaining about implicit declarations of the `mbox_open` and `usleep` functions.

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...