- 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:

https://www.dell.com/support/article/kr/ko/krbsd1/sln153364/diskpart-%EC%9C%A0%ED%8B%B8%EB%A6%AC%ED%8B%B0%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC-%EB%B6%80%ED%8C%85-%EA%B0%80%EB%8A%A5%ED%95%9C-usb-%ED%94%8C%EB%9E%98%EC%8B%9C-%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B8%8C-%EB%A7%8C%EB%93%A4%EA%B8%B0?lang=ko


- 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.


+ Recent posts