Raspberry Pi 3에 CentOS를 넣어 보았습니다.
4377 단어 Raspberrypi3centos7
준비한 것
+ PC
+ 라즈파이
+ 마이 쿠로 에스 드 -
+ 기타 연결에 필요한 것
우선 이미지 파일
ht tp // 미라 r. 전혀 s. 오 rg / 아 lta rch / 7 / 이소 s / 아 rmhfp / 에서 Raspberry Pi 3 이미지 파일을 DL.
이미지 파일 압축 풀기
xz 파일 압축을 풀고 싶기 때문에 brew로 넣는다. (센트 사람 yum에서도 들어갔다)
터미널
$ brew install xz
해동한다.
터미널
$ xz -d CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz
CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img 적인 것이 가능하다.
microSD에 쓰기
CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img를 microSD에 씁니다.
터미널
# デバイス名確認(今回は/dev/disk2)
$ diskutil list
$ diskutil unmountDisk /dev/disk3
$sudo dd bs=1m if=~/Desktop/CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img of=/dev/disk3
Password: ****
・
・
diskutil eject /dev/disk2
ssh로 연결해보기
우선은 ip 조사하지 않으면.
시스템 환경설정 -> 공유 -> 인터넷 공유를 선택합니다.
터미널
# ipアドレスを調べる
$ ifconfig
bridge100: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 7a:31:c1:0c:37:64
inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255
・
・
$ arp -a
web.setup (192.168.0.1) at 1c:b1:7f:ff:7a:67 on en0 ifscope [ethernet]
? (192.168.0.5) at (incomplete) on en0 ifscope [ethernet]
? (192.168.0.6) at a8:20:66:16:d0:b4 on en0 ifscope [ethernet]
? (192.168.0.255) at (incomplete) on en0 ifscope [ethernet]
? (192.168.2.10) at b8:27:eb:95:40:21 on bridge100 ifscope [bridge]
? (192.168.2.255) at (incomplete) on bridge100 ifscope [bridge]
? (224.0.0.251) at 1:0:5e:0:0:fb on en0 ifscope permanent [ethernet]
? (239.255.255.250) at 1:0:5e:7f:ff:fa on en0 ifscope permanent [ethernet]
broadcasthost (255.255.255.255) at (incomplete) on en0 ifscope [ethernet]
192.168.2.10같다.
사용자 이름 : root
비밀번호 : centos
로 연결합니다.
터미널
$ ssh [email protected]
[email protected]'s password:centos
로그인할 수 있던 ⭐️
디폴트라면 용량적으로 좋지 않은 것 같다.
htps : // 우우키. 전혀 s. 오 rg / S 페시 아 텐레 stG 납 p / al rch / 아 rm32
잘 썼다.
터미널
$ touch /.rootfs-repartition
$ systemctl reboot
사용률이 38% -> 6%로(●
요약
간단:;(∩´﹏`∩);:
다음에 여러가지 시험해 놀아볼까.
Reference
이 문제에 관하여(Raspberry Pi 3에 CentOS를 넣어 보았습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/t-kusakabe/items/5da622d752a7251524b1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)