Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active December 11, 2018 15:53
Show Gist options
  • Save monkstone/67a23d813ba71919fb4d82c558454d27 to your computer and use it in GitHub Desktop.
Save monkstone/67a23d813ba71919fb4d82c558454d27 to your computer and use it in GitHub Desktop.
RaspberryPI Status

Raspberry Pi 3 Model B+

sudo apt-get update
sudo apt-get dist-upgrade

Kernel

uname -a

Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux

Use vc4 driver

dmesg | grep drm
[    4.856264] vc4-drm soc:gpu: bound 3f600000.firmwarekms (ops vc4_fkms_ops [vc4])
[    4.897489] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
[    4.902987] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[    4.903007] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.903015] [drm] Driver supports precise vblank timestamp query.
[    5.024078] vc4-drm soc:gpu: fb0:  frame buffer device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment