【RasPi4 입문】환경 구축;SD 카피로부터 기동, 스크린 샷♪
7970 단어 RaspberryPi4환경 구축스크린샷
거의 Jetson_nano와 같은 방법으로 할 수있었습니다.
【참고】
0. 【Jetson_nano】 인스톨로부터 Tensorflow,Chainer, 그리고 Keras 환경 구축 할 수 있었어 ♬
1. Raspberry Pi 4의 딥 러닝으로 이미지 인식 환경을 0~1시간 내에 구축하는 방법
했던 일
· 조립
· SD 복사에서 시작
· 스크린샷
・환경 확인
· 조립
참고 1의 하드웨어 셋업을 보면서 결선합니다.
그리고, RasPi4 설명 페이지 도 참고로 했습니다.
상기 설명 페이지에서 인용
SD 카드는 참고 1을 봐 주었으면 합니다만, USB 입력의 대면 하측(NEW라고 쓰여 있는 방향)으로 손톱으로 꺼낼 수 있는 방향에 꽂습니다.
・Wifi・Bluetooth 첨부이므로 Lan 케이블은 사용하지 않습니다
・세트 구입이므로 케이스, HDMI 케이블・전원까지 부속되어 있는 것 같습니다
・방열판은 부속의 양면 테이프로 CPU에 붙였습니다. 만지지만 꽤 방열되어 있으므로 필수입니다.
여기는 다음의 참고대로 필요에 따라 변경할지도
・SD카드는 32GB 이용했습니다
・Display, 무선 키보드 ・마우스는 다른 머신과 공유
【참고】
· 라즈베리 파이의 방열판 효과는? 팬까지 필요한지 검증!
· SD 복사에서 시작
SD카피의 방법은 참고 0대로입니다.
절차는 다음과 같습니다.
① Raspbian Buster with desktop 을 PC에 다운로드
②Windows에 maicroSDcard를 세트하고, 다음의 앱으로 Format합니다
1. Download, install, and launch SD Memory Card Formatter for Windows .
2. Select card drive
3. Select “Quick format”
4. Leave “Volume label” blank
5. Click “Format” to start formatting, and “Yes” on the warning dialog
마이크로 SD 카드에 이미지 쓰기
1. Etcher 을 Download, install하고 실행하면 다음 화면이 나타납니다.
2. Click “Select image” and choose the zipped image file downloaded earlier.
3. 아래 정보가 중요하며 다음과 같은 형식을 지정하시겠습니까? 라는, drive;D..N 같은 Windows 프롬프트 화면이 많이 나옵니다만, 모두 Cancel해 주세요
4. 여기는 지시에 따라, 선택해 갑니다.
선택 이미지에서 다운로드한 SDimage를 선택합니다.
선택 드라이브에서 SD 카드를 선택합니다.
5. 그런 다음 Flash를 누르면 쓰기가 시작되고 10 분 정도 종료됩니다.
이미지는 참고 ②와 같은 화면이지만 생략합니다.
6. 종료하면 이하와 같은 표시가 나와 있다고 생각하므로, 이것도 cancel 해 주세요.
이제 실제로 Raspbian이 시작할 수있는 SD 카드가 생겼습니다.
Raspbian 시작
모두 결선하고, 드디어 전원 ON.
평소 Raspbian이 일어납니다.
여기서 RasPi의 마크에서 다음과 같이 따라가면 시스템 설정이 출력되므로 설정합시다.
설정 내용은 참고 1을 참고하십시오.
스크린샷
여기서 스크린 샷을 얻고 있습니다 만, 아래의 참고 페이지를 참고로 scrot -d 5로 취득하고 있습니다.
그건 그렇고, scrot은 설치되었습니다.
【참고】
· Raspberry Pi (라즈베리 파이)로 스크린 샷을 저장하는 방법
$scrot --help
의 결과는 덤으로 기재되어 있습니다.
환경 확인
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
buster였습니다. . .
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
데비안이었습니다. . .
【참고】 조금 위와는 상관없지만, 향후를 위해서 둔다
Raspberry Pi 공식 문서를 일본어 번역 @ 이가라시 시스템즈
덤
$ scrot --help
Usage : scrot [OPTIONS]... [FILE]
Where FILE is the target file for the screenshot.
If FILE is not specified, a date-stamped file will be dropped in the
current directory.
See man scrot for more details
-h, --help display this help and exit
-v, --version output version information and exit
-a, --autoselect non-interactively choose a rectangle of x,y,w,h
-b, --border When selecting a window, grab wm border too
-c, --count show a countdown before taking the shot
-d, --delay NUM wait NUM seconds before taking a shot
-e, --exec APP run APP on the resulting screenshot
-q, --quality NUM Image quality (1-100) high value means
high size, low compression. Default: 75.
For lossless compression formats, like png,
low quality means high compression.
-m, --multidisp For multiple heads, grab shot from each
and join them together.
-s, --select interactively choose a window or rectangle
with the mouse
-u, --focused use the currently focused window
-t, --thumb NUM generate thumbnail too. NUM is the percentage
of the original size for the thumbnail to be,
or the geometry in percent, e.g. 50x60 or 80x20.
-z, --silent Prevent beeping
SPECIAL STRINGS
Both the --exec and filename parameters can take format specifiers
that are expanded by scrot when encountered.
There are two types of format specifier. Characters preceded by a '%'
are interpreted by strftime(2). See man strftime for examples.
These options may be used to refer to the current date and time.
The second kind are internal to scrot and are prefixed by '$'
The following specifiers are recognised:
$f image path/filename (ignored when used in the filename)
$m thumbnail path/filename
$n image name (ignored when used in the filename)
$s image size (bytes) (ignored when used in the filename)
$p image pixel size
$w image width
$h image height
$t image format
$$ prints a literal '$'
\n prints a newline (ignored when used in the filename)
Example:
scrot '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f ~/images/shots/'
Creates a file called something like 2000-10-30_2560x1024_scrot.png
and moves it to your images directory.
This program is free software see the file COPYING for licensing info.
Copyright Tom Gilbert 2000
Email bugs to <[email protected]>
Reference
이 문제에 관하여(【RasPi4 입문】환경 구축;SD 카피로부터 기동, 스크린 샷♪), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/MuAuan/items/e4e3699cabff49752a5a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)