仕事&技術&留学&生活

AI, DataScience, Python, JavaScript, Java, C, Matlab, RaspberryPI, Hardware, Software...

ようこそ!履歴書はここです。

Welcome! This is my resume.

☦️復活 新・Raspberry Pi 3B+

f:id:ouharu:20200222173006j:plain

0. Requirement

Hardware we need (Pi, SD card, SD card reader):

https://github.com/ouharu/PicGo-Bed/blob/master/img/raspPi.jpg?raw=true

Make my Pi to be the main PC in the research room. A nice tutorial in Chinese:

zhuanlan.zhihu.com

1. Format the SD card

download this software:

www.sdcard.org

2. Download OS image

The Debian 10 based OS has been recommended:

github.com

3. Flash the img to SD card

Just download this one for all:

www.balena.io

4. Put the SD in RaspberryPi 3B+

展示:

https://github.com/ouharu/PicGo-Bed/blob/master/img/WechatIMG2.jpeg?raw=true

5. Change mirror list (the nearest one is the tsukuba free software mirror)

 $    sudo nano /etc/apt/sources.list

https://github.com/ouharu/PicGo-Bed/blob/master/img/20200222214827.png?raw=true

deb [ by-hash=force trusted=yes arch=arm64 ] http://ftp.tsukuba.wide.ad.jp/Linux/deepin/ camel main contrib non-free
 $    sudo apt update

6. Install the neofetch to validate the effect

Install it from the official repositories.

  1. Update repositories

sudo apt update

2.Install the package

sudo apt install neofetch

https://github.com/ouharu/PicGo-Bed/blob/master/img/WechatIMG5.jpeg?raw=true