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!

2. Installing the OS¶

Required Components

  • A Personal Computer

  • A Micro SD card and Reader

1. Install Raspberry Pi Imager¶

  1. Visit the Raspberry Pi software download page at Raspberry Pi Imager. Choose the Imager version compatible with your operating system. Download and open the file to initiate installation.

    ../../_images/os_install_imager.png
  2. A security prompt may appear during installation, depending on your operating system. For example, Windows might display a warning message. In such cases, select More info and then Run anyway. Follow the on-screen guidance to complete the installation of the Raspberry Pi Imager.

    ../../_images/os_info.png
  3. Launch the Raspberry Pi Imager application by clicking its icon or typing rpi-imager in your terminal.

    ../../_images/os_open_imager.png

2. Install OS to Micro SD Card¶

  1. Insert your SD card into your computer or laptop using a Reader.

  2. Within the Imager, click Raspberry Pi Device and select the Raspberry Pi model from the dropdown list.

    ../../_images/os_choose_device.png
  3. Select Operating System and opt for the recommended operating system version.

    ../../_images/os_choose_os.png
  4. Click Choose Storage and select the appropriate storage device for the installation.

    Note

    Ensure you select the correct storage device. To avoid confusion, disconnect any additional storage devices if multiple ones are connected.

    ../../_images/os_choose_sd.png
  5. Click NEXT and then EDIT SETTINGS to tailor your OS settings.

    Note

    If you have a monitor for your Raspberry Pi, you can skip the next steps and click ‘Yes’ to begin the installation. Adjust other settings later on the monitor.

    ../../_images/os_enter_setting.png
  6. Define a hostname for your Raspberry Pi.

    Note

    The hostname is your Raspberry Pi’s network identifier. You can access your Pi using <hostname>.local or <hostname>.lan.

    ../../_images/os_set_hostname.png
  7. Create a Username and Password for the Raspberry Pi’s administrator account.

    Note

    Establishing a unique username and password is vital for securing your Raspberry Pi, which lacks a default password.

    ../../_images/os_set_username.png
  8. 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.

    ../../_images/os_set_wifi.png
  9. 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.

    ../../_images/os_enable_ssh.png
  10. The Options menu lets you configure Imager’s behavior during a write, including playing sound when finished, ejecting media when finished, and enabling telemetry.

    ../../_images/os_options.png
  11. When you’ve finished entering OS customisation settings, click Save to save your customisation. Then, click Yes to apply them when writing the image.

    ../../_images/os_click_yes.png
  12. 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.

    ../../_images/os_continue.png
  13. 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!

    ../../_images/os_finish.png
  14. Now you can insert the SD card set up with Raspberry Pi OS into the microSD card slot located on the underside of the Raspberry Pi.

    ../../_images/insert_sd_card.png