Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (31 loc) · 1.05 KB

raspberrypi_face_recognition

Set up system for Raspberry Pi

Need:
MicroSD card (recommend 32G, larger than 32G will lead some problems when doing formatting). Download:
https://www.raspberrypi.org/downloads/raspbian/
Download “Raspbian Buster with desktop”
Burning the image on the Mico SD card.
https://www.balena.io/etcher/

Tips: If the card already include an old system image or the card is larger than 32GB, you need SD card format tool. Any SD card larger than 32GB is an SDXC card and will be default formatted with the exFAT filesystem. Need reformat it as FAT32 form to support Raspbian bootloader.

SD card formatter:
https://www.sdcard.org/downloads/formatter/

Setting:
Connect to wifi, set time zone
Enable SSH and VNC (GUI: Open Application Menu => Preferences => Raspberry Pi
Configuration => interfaces => enable SSH & VNC)

Reboot
Connect pi by SSH: ssh [email protected]
Password: raspberry


https://zhuanlan.zhihu.com/p/59027897