- Environment
Windows 10 PC, Micro SD Card, Etcher (Burning tool), Raspberry Pi 3 Model B+
- SD Card Initialization@Windows 10 PC
Insert Your SD Card to Your Windows PC
Execute "C:\Windows\System32\diskpart.exe"
List your disks connected with your PC using command "list disk"
Select a disk you want to initialize using command "select disk 1" for example.
Clean after selecting target disk using command "clean"
Result:
Format the initilized SD card. I formatted with FAT32
For more information, refer to the line below:
- Downloading Raspbian OS Image to The Initialized SD Card@Windows 10 PC using Etcher
Download Raspbian OS Image following this link: https://www.raspberrypi.org/downloads/raspbian/
Use burning tools to burn Raspbian OS Image to The SD Card. I used a tool named "Etcher"
Result:
- Booting with Raspbian OS@Raspberry Pi
Insert the SD Card into Raspberry Pi and connect a monitor, mouse and keyboard to the Raspberry Pi(1).
Supply power to the Raspberry Pi by connecting USB Power cable to the Raspberry Pi(2).
Result:
- Notes
(1) Need HDMI cable to connect a monitor to Raspberry Pi.
(2) If your Raspberry Pi are repeating booting process, the reason could be under power. I experienced repeating booting issue when I supply power with 5V/600mA adapter and solved the problem by supplying power with 5V/1A adapter.