Template:C792-Software: Difference between revisions

Ruby (talk | contribs)
Created page with "{{GD Template Impl}} *<span class="tb_red">This guide also applies to C790 and C779.</span> *<span class="tb_red">This guide depends on the version of the official Raspberry Pi OS you are using; instructions vary by OS version.</span> *<span class="tb_red">Please contact us if you encounter any issues during use.</span> ==Preparation== For kernel driver usage, ensure your system is updated. As the 5.4 kernel included key changes, these guidelines are valid for..."
 
Line 14: Line 14:


<mark>1.</mark> Update and upgrade your Raspberry Pi system (time required varies by country/region).
<mark>1.</mark> Update and upgrade your Raspberry Pi system (time required varies by country/region).
<pre>
:sudo apt-get update
sudo apt-get update
:sudo apt-get upgrade
sudo apt-get upgrade
 
</pre>


<mark>2.</mark> Enable the camera module (enabled by default on Raspberry Pi Bullseye OS).
<mark>2.</mark> Enable the camera module (enabled by default on Raspberry Pi Bullseye OS).