[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:hardware:arm:raspberrypi3 [2017/06/13 11:02 (UTC)] – [Manual install method without a Raspbian image] remove the table of contents then add the Processor, Time and Video subsections. yugiohjcjhowtos:hardware:arm:raspberrypi3 [2017/06/14 15:34 (UTC)] – [Manual install method without a Raspbian image] change the options for the Mesa configure script yugiohjcj
Line 134: Line 134:
 Firstly, you need to build Mesa (>= 17.0.4) with the VC4 DRI driver: Firstly, you need to build Mesa (>= 17.0.4) with the VC4 DRI driver:
 <code> <code>
-$ ./configure --prefix=/usr --with-gallium-drivers=vc4 --with-dri-drivers= --with-egl-platforms=x11,drm+CFLAGS="-O2 -march=armv8-a -mtune=cortex-a53 -mfloat-abi=softfp -mfpu=neon-vfpv4"
 + CXXFLAGS="-O2 -march=armv8-a -mtune=cortex-a53 -mfloat-abi=softfp -mfpu=neon-vfpv4"
 + ./configure 
 + --prefix=/usr 
 + --sysconfdir=/etc \ 
 + --with-dri-driverdir=/usr/lib/xorg/modules/dri \ 
 + --with-egl-platforms=x11,drm 
 + --with-gallium-drivers=vc4
 $ make -j4 $ make -j4
 $ make install DESTDIR=/where/you/want/to/install $ make install DESTDIR=/where/you/want/to/install
 howtos:hardware:arm:raspberrypi3 ()