Software DEV. Group Project

A Git page for group work @ KMUTNB CprE. Software Development I

View on GitHub

«<—- BACK


1.2) Install Raspberry OS on Micro SD Card

Overall Requirement

  • Install Raspberry OS on MicroSD
  • Using MicroSD For booting OS on Raspberry PI

Tools and Hardware

  • MicroSD Card ( At least 8 Gb )
  • MicroSD Card Reader
  • Raspberry Pi + ( Power Adapter )
  • Your PC of Choice image

Part 1 : Create Bootable MicroSD

Step 1 : Download Material

  • Download Raspberry OS image and Raspberry Pi Imager form Raspberry PI Official Website image

  • For Raspberry OS image, Enter “ Manually install an operating system image “ and Download OS image from the Raspberry Pi OS (64-bit) : Raspberry Pi OS with desktop. image image

Step 2 : Install Raspberry Pi Imager

  • from downloaded file Run the Install Raspberry Pi Imager Setup. image

Step 3 : Setting Up Before Imager before write

  • Now, Connect your MicroSD Storage to your PC via Card Reader
  • Choosing Storage, Choose your Connected storage
  • Choosing OS, Select Use Custom, Then Select your downloaded OS image (.img.xz) file image image image image Step 3.1 : Advanced Options Setting
  • This part is for setting up Pi for – Connect to Wireless Network – Enable SSH Service, Setup your username and password – Set Hostname image

    A Words From Experienced User

    • Don’t use IOS device as hotspot for wireless network, Its not stable ( For Our Case ) or even not connect.

Step 4 : Write

  • Clike “WRITE”
  • Then wait… and done

Part 2 : Boot OS on PI

First of all, After this it should be just pluging a MicroSD to the Raspberry Pi, Power on the SSH in via cmd or something else. But ! In our case the Board itself not or cannot connect to the network So! Our solution is

  • Need more equipments
    • Capture Card
    • Mouse
    • Keyboard
  • Connect
    • Mouse + Keyboard —-» Raspberry Pi USB port
    • Raspberry Pi HDMI port —-» Capture Card —-» PC USB ( By the way you can just connect the HDMI to some monitor anyway ( - _ - )’ )
  • Open Camera on your PC
    • Click on swap camera function until you find your Raspberry Pi monitor.
  • Now
    • Setup your wireless connection again, Then you are ready for SSH.
  • SSH
    • On your PC Terminal type the command ssh user@ip

image


«<—- BACK