Intel Movidius - Intel® Distribution of OpenVINO™ Toolkit - Raspberry Pi (树莓派) 系统构建

Intel Movidius - Intel® Distribution of OpenVINO™ Toolkit - Raspberry Pi (树莓派) 系统构建

1. Raspberry Pi - Teach, Learn, and Make with Raspberry Pi

https://www.raspberrypi.org/

A small and affordable computer that you can use to learn programming.

Raspberry Pi ['rɑːzb(ə)rɪ],RPi / RasPi / RPI:树莓派

2. Downloads

Raspbian is our official operating system for all models of the Raspberry Pi. Download it here, or use NOOBS, our easy installer for Raspbian and more.

在这里插入图片描述

Raspberry Pi Desktop (for PC and Mac)
Debian with Raspberry Pi Desktop is the Foundation’s operating system for PC and Mac. You can create a live disc, run it in a virtual machine, or even install it on your computer.

在这里插入图片描述

disc [dɪsk]:n. 圆盘,唱片 vt. 灌唱片

Third Party Operating System Images
Third-party operating system images for Raspberry Pi are also available:

在这里插入图片描述在这里插入图片描述

在这里插入图片描述在这里插入图片描述

在这里插入图片描述

2.1 选择 Raspbian

https://www.raspberrypi.org/downloads/raspbian/

Raspbian is the Foundation’s official supported operating system. You can install it with NOOBS or download the image below and follow our installation guide.

Raspbian comes pre-installed with plenty of software for education, programming and general use. It has Python, Scratch, Sonic Pi, Java and more.

The Raspbian with Desktop image contained in the ZIP archive is over 4GB in size, which means that these archives use features which are not supported by older unzip tools on some platforms. If you find that the download appears to be corrupt or the file is not unzipping correctly, please try using 7Zip (Windows) or The Unarchiver (Macintosh). Both are free of charge and have been tested to unzip the image correctly.

sonic ['sɒnɪk]:adj. 音速的,声音的,音波的
corrupt [kə'rʌpt]:adj. 腐败的,贪污的,堕落的 vt. 使腐烂,使堕落,使恶化 vi. 堕落,腐化,腐烂

在这里插入图片描述

2.2 选择 Raspbian Stretch with desktop

Image with desktop based on Debian Stretch
2018-11-13-raspbian-stretch.zip

3. Installing operating system images using Windows

https://www.raspberrypi.org/documentation/installation/installing-images/windows.md

Formatting an SDXC card for use with NOOBS
https://www.raspberrypi.org/documentation/installation/sdxc_formatting.md

Installing operating system images
https://www.raspberrypi.org/documentation/installation/installing-images/README.md

SD cards
https://www.raspberrypi.org/documentation/installation/sd-cards.md

Installation
https://www.raspberrypi.org/documentation/installation/

NOOBS
https://www.raspberrypi.org/documentation/installation/noobs.md

New Out Of Box Software (NOOBS) is an easy operating system installation manager for the Raspberry Pi.

3.1 解压缩 2018-11-13-raspbian-stretch.zip,路径不要出现中文字符

2018-11-13-raspbian-stretch.img

3.2 microSD 卡插入读卡器,然后连接电脑,格式化 microSD 卡

The microSD removable miniaturized Secure Digital flash memory cards were originally named T-Flash or TF, abbreviations of TransFlash

https://blog.csdn.net/chengyq116/article/details/85345876

miniaturise ['miniətʃəraiz]:vt. 使小型化
miniaturize ['mɪnɪtʃəraɪz]:vt. 使小型化,使微型化

3.3 Win32 Disk Imager

在这里插入图片描述

3.4 Write

在这里插入图片描述
在这里插入图片描述

3.5 Write Successful

在这里插入图片描述

3.6 Exit

Installing operating system images using Windows

Etcher is typically the easiest option for most users to write images to SD cards, so it is a good place to start. If you’re looking for an alternative on Windows, you can use Win32DiskImager.
https://www.balena.io/etcher/

Etcher

  • Download the Windows installer from etcher.io
  • Run Etcher and select the unzipped Raspbian image file
  • Select the SD card drive
  • Finally, click Burn to write the Raspbian image to the SD card
  • You’ll see a progress bar. Once complete, the utility will automatically unmount the SD card so it’s safe to remove it from your computer.

Win32DiskImager

  • Insert the SD card into your SD card reader. You can use the SD card slot if you have one, or an SD adapter in a USB port. Note the drive letter assigned to the SD card. You can see the drive letter in the left hand column of Windows Explorer, for example G:
  • Download the Win32DiskImager utility from the Sourceforge Project page as an installer file, and run it to install the software.
  • Run the Win32DiskImager utility from your desktop or menu.
  • Select the image file you extracted earlier.
  • In the device box, select the drive letter of the SD card. Be careful to select the correct drive: if you choose the wrong drive you could destroy the data on your computer’s hard disk! If you are using an SD card slot in your computer, and can’t see the drive in the Win32DiskImager window, try using an external SD adapter.
  • Click ‘Write’ and wait for the write to complete.
  • Exit the imager and eject the SD card.

https://sourceforge.net/projects/win32diskimager/

This article uses content from the eLinux wiki page RPi_Easy_SD_Card_Setup, which is shared under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
https://elinux.org/RPi_Easy_SD_Card_Setup

4. Raspberry Pi (树莓派) 启动

将 microSD 卡插入树莓派,卡的金手指应该面向 PCB。首先连接显示器,然后打开显示器,最后插上 USB 电源,树莓派会自动启动。网线,键盘鼠标等设备都是可以热插拔的,为了尽可能增大首次开机的成功率,开机成功后再插拔。
上电后,树莓派上的指示灯会闪烁,显示器应该在半分钟内会有显示,是操作系统的加载过程。
树莓派 Raspbian 系统默认密码为 raspberry。

在这里插入图片描述

Set Country
在这里插入图片描述

Change Password
在这里插入图片描述

Select WiFi Network
在这里插入图片描述

Update Software
在这里插入图片描述

Setup Complete - Reboot
在这里插入图片描述

5. Raspberry Pi (树莓派) 初次使用 - Raspberry Pi Configuration

在这里插入图片描述

5.1 Raspberry Pi Configuration - System

在这里插入图片描述

Password: Change Password
修改密码,Raspbian 初始时自动登录了一个名为 pi 的用户,默认密码是 raspberry。

Hostname: raspberrypi
主机名字,可以自定义 foreverstrong。

Boot: To Desktop / To CLI
To Desktop 启动到桌面系统。
To CLI 启动到命令行。如果遇到系统资源不够,可以选择这项,桌面系统耗费资源。

Auto Login: Login as user ‘pi’
自动登录 pi 用户。

Overscan: Enable / Disable
设置为 Enable 才能让显示器满屏显示。

5.2 Raspberry Pi Configuration - Interfaces

在这里插入图片描述

5.3 Raspberry Pi Configuration - Performance

在这里插入图片描述

Overclock: 超频。如果使用支持超频的树莓派,一定要注意做好散热措施,避免烧坏。
GPU Memory: 显存。显存共享主内存,没有特别需求不用修改。

5.4 Raspberry Pi Configuration - Localisation

在这里插入图片描述

5.5 Reboot needed

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/chengyq116/article/details/86484204