1. 유선랜 설정 – 기본적으로 DHCP기능이 활성화 되어 있어 랜선만 꽃기만 하면 된다. ifconfig를 쳐보면 192.168.0.125라는 IP주소로 할당받은 것을 알수 있다. pi@raspberrypi:~$ ifconfig enxb827ebeaadc5: flags=4163 mtu 1500 inet 192.168.0.125 netmask 255.255.255.0 broadcast 192.168.0.255 inet6 fe80::3dba:6631:6fe1:c90f prefixlen 64 scopeid 0x20 ether b8:27:eb:ea:ad:c5 txqueuelen 1000 (Ethernet) RX packets 5418 bytes 569192 (555.8 KiB) RX errors 0 dropped […]
1. 라즈비안 OS 다운로드 – 아래 주소에서 다운받아 압축을 푼다. https://www.raspberrypi.org/downloads/raspbian/ 2. Win32 Disk Imager – 라즈비안 이미지 파일을 SD카드로 Write하기 위한 도구 – 다운로드 URL http://sourceforge.net/projects/win32diskimager/ – 설치가 완료되면 “Image File” 칸에 위 라즈비안 이미지 파일을 지정하고 “device”란에 SD카드 리더기 위치를 지정하면 된다. – “Write” 버튼을 눌러 이미지를 write 한다. – “Write Successful” 이라고 […]