Raspberry Pi Zero W: Difference between revisions

Line 28: Line 28:
<syntaxhighlight lang="bash" enclose="div">
<syntaxhighlight lang="bash" enclose="div">
./configure --dest-cpu=arm --dest-os=linux --without-snapshot --shared-zlib --shared-openssl --with-intl=none --with-arm-fpu=vfp
./configure --dest-cpu=arm --dest-os=linux --without-snapshot --shared-zlib --shared-openssl --with-intl=none --with-arm-fpu=vfp
</syntaxhighlight>
= lm-sensors =
<syntaxhighlight lang="bash" enclose="div">
aptitude install lm-sensors
</syntaxhighlight>
</syntaxhighlight>