Guest User

Untitled

a guest
Dec 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Raspberry Pi 3 _Model B+_
  2.  
  3. ```bash
  4. sudo apt-get update
  5. sudo apt-get dist-upgrade
  6. ```
  7. Kernel
  8.  
  9. ```bash
  10. uname -a
  11. ```
  12. Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
  13.  
  14. Use vc4 driver
  15.  
  16. ```bash
  17. dmesg | grep drm
  18. [ 4.856264] vc4-drm soc:gpu: bound 3f600000.firmwarekms (ops vc4_fkms_ops [vc4])
  19. [ 4.897489] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops [vc4])
  20. [ 4.902987] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
  21. [ 4.903007] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  22. [ 4.903015] [drm] Driver supports precise vblank timestamp query.
  23. [ 5.024078] vc4-drm soc:gpu: fb0: frame buffer device
  24. ```
Add Comment
Please, Sign In to add comment