Note
Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.
Why Join?
Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
Learn & Share: Exchange tips and tutorials to enhance your skills.
Exclusive Previews: Get early access to new product announcements and sneak peeks.
Special Discounts: Enjoy exclusive discounts on our newest products.
Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.
đ Ready to explore and create with us? Click [here] and join today!
Installing the OS on a Micro SD Cardď
If you are using a Micro SD card, you can follow the tutorial below to install the system onto your Micro SD card.
Required Components
A Personal Computer
A Micro SD card and Reader
Steps
Insert your SD card into your computer or laptop using a Reader.
Within the Raspberry Pi Imager, click Raspberry Pi Device and select the Raspberry Pi 5 model from the dropdown list.
Select Operating System and opt for the recommended operating system version.
Click Choose Storage and select the appropriate storage device for the installation.
Click NEXT and then EDIT SETTINGS to tailor your OS settings.
Define a hostname for your Raspberry Pi. The hostname is your Raspberry Piâs network identifier. You can access your Pi using
<hostname>.local
or<hostname>.lan
.Create a Username and Password for the Raspberry Piâs administrator account. Establishing a unique username and password is vital for securing your Raspberry Pi, which lacks a default password.
Configure the wireless LAN by providing your networkâs SSID and Password.
Note
Set the
Wireless LAN country
to the two-letter ISO/IEC alpha2 code corresponding to your location.To remotely connect to your Raspberry Pi, enable SSH in the Services tab.
For password authentication, use the username and password from the General tab.
For public-key authentication, choose âAllow public-key authentication onlyâ. If you have an RSA key, it will be used. If not, click âRun SSH-keygenâ to generate a new key pair.
The Options menu lets you configure Imagerâs behavior during a write, including playing sound when finished, ejecting media when finished, and enabling telemetry.
When youâve finished entering OS customisation settings, click Save to save your customisation. Then, click Yes to apply them when writing the image.
If the SD card contains existing data, ensure you back it up to prevent data loss. Proceed by clicking Yes if no backup is needed.
When you see the âWrite Successfulâ popup, your image has been completely written and verified. Youâre now ready to boot a Raspberry Pi from the Micro SD Card!