SlideShare uma empresa Scribd logo
1 de 14
㈜유미테크
CubieTruck 설치 및 설정
목차
• Cubietruck specification
• Cubietruck 리눅스 설치
• Cubietruck IP 설정
– RHEL
– Debian
CubieTruck 설치 및 설정2
CubieTruck
Cubietruck
SoC AllWinner A20 Dual-Core ARM Cortex-A7 with Mali400 MP2
System Memory 1GB or 2GB DDR3@480MHz
Storage SATA 2.0 + NAND + Micro SD slot
Video Output
Connectors
HDMI & VGA
Audio I/O 1x TOSLINK (Optical SPDIF), 1x headphone jack
Connectivity 10M/100M/1G Ethernet
On-board Wifi+BT wireless module with antenna
USB 2x USB HOST, 1x OTG
Misc 1x IR, 4x LEDs, 3x Keys
Power DC5V @ 2.5A with HDD, supports Li-battery & RTC
Expansion
54 extended pins including I2S, I2C, SPI, CVBS, LRADC x2,
UART, PS2, PWMx2, TS/CSI, IRDA, LINEIN&FMIN&MICIN,
TVINx4 with 2.0 pitch connectors
PCB Dimensions 11cm x 8cm x 1.4mm
CubieTruck 설치 및 설정3
PWR
button
Micro
SD card
slot
OTG
PORT
USB
PORT
RESET
button
FEL
button
CN9
DC 5V
Audio
jack
Ethernet
PORT
HDMI
PORT
SPDIF
FIBER
VGA
port
UART
Port
Cubietruck 리눅스 설치
• 큐비보드 홈페이지(http://cubieboard.org )에 접속하여 Download 메뉴를 선택
한다.
• 4. Firmwares중에 Cubietruck에 맞는 이미지를 다운받는다.
CubieTruck 설치 및 설정4
Cubietruck 리눅스 설치 (계속)
• 리눅스 이미지를 쓰기 위한 프로그램인 ‘PhoenixSuit’를 다운받는다.
CubieTruck 설치 및 설정5
• PhoenixSuit를 설치한 뒤, Cubietruck과 PC를 연결한다.
• PhoenixSuit에서 Firmware를 선택한다.
Cubietruck 리눅스 설치 (계속)
CubieTruck 설치 및 설정6
• Image버튼을 눌러, 다운받은 리눅스 이미지를 선택한다.
Cubietruck 리눅스 설치 (계속)
CubieTruck 설치 및 설정7
• Upgrade 버튼을 통해 이미지를 쓴다.
Cubietruck 리눅스 설치 (계속)
CubieTruck 설치 및 설정8
Cubietruck 리눅스 설치 (계속)
• 해당 장치가 연결되지 않는다는 오류가 발생하면,
팝업 창에 나온 대로 PWR버튼을 10초가량 눌러서 Cubietruck의 전원을 끄고,
그 상태에서 다른 버튼 (FEL혹은 RESET)을 누르고있는다.
그 후, PWR버튼을 10회 가량 누른 뒤 누르고 있던 다른 버튼을 놓으면 펌웨어 업
그레이드가 진행된다.
• Firmware upgrade에 10분 가량이 소요되며, upgrade가 끝나면 해당이미지로 부
팅을 한다.
CubieTruck 설치 및 설정9
PWR버튼
FEL버튼
RESET버튼
Cubietruck IP 설정 (RHEL)
• su명령을 통해 관리자 권한으로 접근한다.
• cd /etc/sysconfig/network-scripts 입력한다.
• ls 명령을 통해 연결된 장치를 확인한다.
• sudo vi ifcfg-[수정하려는 장치이름]으로 파일을 연다.
사내전파교육 제목명을 적어주세요.10
[root@localhost ~] $ cd /etc/sysconfig/network-scripts
[root@localhost ~] $ ls
ifcfg-lo ifdown-post ifup-ippp
ifcfg-Wi-Fi_connection_1 ifdown-routes ifup-ipx
ifcfg-Wired_connection_1 ifdown-sit ifup-isdn
…
[root@localhost ~] $
[root@localhost ~] $ sudo vi ifcfg-Wired_connection_1
[cubietruck@localhost ~] $ su
password :
[root@localhost ~] $
Cubietruck IP 설정 (RHEL) (계속)
• 해당 내용을 다음과 같이 수정한다.
사내전파교육 제목명을 적어주세요.11
HWADDR=02:0D:08:02:19:00
TYPE=Ethernet
BOOTPROTO=dhcp
DEFROUTE=yes
PEERDNS=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME=“WIred connection 1”
UUID=lc73e84d-839e-4f2l-b4b7-e33b60f2770d
ONBOOT=no
HWADDR=02:0D:08:02:19:00
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
PEERDNS=yes
IPV4_FAILURE_FATAL=no
IPADDR=192.168.2.101
NETWORK=192.168.2.0
NETMASK=255.255.255.0
GATEWAY=192.168.2.1
DNS1=39.119.118.231
DNS2=210.94.0.73
IPV6INIT=no
NAME=“WIred connection 1”
UUID=lc73e84d-839e-4f2l-b4b7-e33b60f2770d
ONBOOT=yes
Cubietruck IP 설정 (RHEL) (계속)
• service network restart 명령을 통해 네트워크 설정을 재시작한다.
• ifconfig명령을 통해 IP가 변경되었는지 확인 할 수 있다.
사내전파교육 제목명을 적어주세요.12
[root@localhost ~] $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.2.101 netmask 255.255.255.0 broadcast 192.168.2.255
inet6 fe80::d:8ff:fe02:1900 prefixlen 64 scopeid 0x20<link>
ether 02:0d:08:02:19:00 txqueuelen 1000 (Ethernet)
RX packets 26 bytes 1560 (1.5 kiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7 bytes 578 (578.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 117 base 0x8000
lo: flags=73<UP,BROADCAST,RUNNING,MULTICAST> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 608 bytes 42344 (41.3 kiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 608 bytes 42344 (41.3 kiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@localhost ~] $ service network restart
Cubietruck IP 설정 (Debian/Ubuntu)
• sudo vi /etc/network/interfaces 입력한다.
• 기존의 iface eth0 inet DHCP로 설정되어있는 부분을,
아래와 같이 static하게 수정한다.
사내전파교육 제목명을 적어주세요.13
[cubietruck@localhost ~] $
[cubietruck@localhost ~] $ sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.2.101
netmask 255.255.255.0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface dafault inet dhcp
…
Cubietruck IP 설정 (Debian/Ubuntu) (계속)
사내전파교육 제목명을 적어주세요.14
• sudo reboot 입력하여 재부팅한다.
• 재부팅 후, ifconfig 명령을 통해 eth0의 ip가 변경됐는지 확인한다.
[cubietruck@localhost ~] $
[cubietruck@localhost ~] $ sudo reboot
[cubietruck@localhost ~] $
[cubietruck@localhost ~] $ ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:74:46:a6
inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICASE MTU:1500 Mertic:1
RX packets:1 errors:0 dropped:1 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55 (55.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICASE MTU:16436 Mertic:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
[cubietruck@localhost ~] $ _

Mais conteúdo relacionado

Mais procurados

Scouter와 influx db – grafana 연동 가이드
Scouter와 influx db – grafana 연동 가이드Scouter와 influx db – grafana 연동 가이드
Scouter와 influx db – grafana 연동 가이드Ji-Woong Choi
 
리눅스서버세팅-김태호
리눅스서버세팅-김태호리눅스서버세팅-김태호
리눅스서버세팅-김태호ETRIBE_STG
 
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드Apache Tomcat ( 아파치 톰캣 ) 설치 가이드
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드Opennaru, inc.
 
How to deploy oVirt using Nested KVM environment?
How to deploy oVirt using Nested KVM environment?How to deploy oVirt using Nested KVM environment?
How to deploy oVirt using Nested KVM environment?Rogan Kyuseok Lee
 
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편Ji-Woong Choi
 
Hyperledger fabric practice(pdf)
Hyperledger fabric practice(pdf)Hyperledger fabric practice(pdf)
Hyperledger fabric practice(pdf)wonyong hwang
 
Wiznet Academy - WizFi250 기초교육 및 실습
Wiznet Academy - WizFi250 기초교육 및 실습Wiznet Academy - WizFi250 기초교육 및 실습
Wiznet Academy - WizFi250 기초교육 및 실습Steve Kim
 
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2InfraEngineer
 
Calico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanCalico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanInfraEngineer
 
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0Ji-Woong Choi
 
20170713 tech day_7th_pxe 부팅-김주한
20170713 tech day_7th_pxe 부팅-김주한20170713 tech day_7th_pxe 부팅-김주한
20170713 tech day_7th_pxe 부팅-김주한ymtech
 
Solaris 11 network virtualization & Server Virtualization for cloud
Solaris 11 network virtualization & Server Virtualization for cloudSolaris 11 network virtualization & Server Virtualization for cloud
Solaris 11 network virtualization & Server Virtualization for cloudsuk kim
 
Oracle solaris comstar introduce and configuration ppt sukkim
Oracle solaris comstar introduce and configuration ppt sukkimOracle solaris comstar introduce and configuration ppt sukkim
Oracle solaris comstar introduce and configuration ppt sukkimsuk kim
 
IBM PowerKVM Install Guide
IBM PowerKVM Install GuideIBM PowerKVM Install Guide
IBM PowerKVM Install GuideCheolHee Han
 
Hadoopcluster install in_centos_virtualbox
Hadoopcluster install in_centos_virtualboxHadoopcluster install in_centos_virtualbox
Hadoopcluster install in_centos_virtualbox은봉 이
 
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714경오 이
 
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1Ji-Woong Choi
 
oVirt installation guide_v4.3
oVirt installation guide_v4.3oVirt installation guide_v4.3
oVirt installation guide_v4.3CheolHee Han
 
CentOS 5.3에 Cubrid 설치 방법
CentOS 5.3에 Cubrid 설치 방법CentOS 5.3에 Cubrid 설치 방법
CentOS 5.3에 Cubrid 설치 방법phpkorea
 
Linux Performan tuning Part I
Linux Performan tuning Part ILinux Performan tuning Part I
Linux Performan tuning Part Isprdd
 

Mais procurados (20)

Scouter와 influx db – grafana 연동 가이드
Scouter와 influx db – grafana 연동 가이드Scouter와 influx db – grafana 연동 가이드
Scouter와 influx db – grafana 연동 가이드
 
리눅스서버세팅-김태호
리눅스서버세팅-김태호리눅스서버세팅-김태호
리눅스서버세팅-김태호
 
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드Apache Tomcat ( 아파치 톰캣 ) 설치 가이드
Apache Tomcat ( 아파치 톰캣 ) 설치 가이드
 
How to deploy oVirt using Nested KVM environment?
How to deploy oVirt using Nested KVM environment?How to deploy oVirt using Nested KVM environment?
How to deploy oVirt using Nested KVM environment?
 
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편
[오픈소스컨설팅]레드햇계열리눅스7 운영자가이드 - 기초편
 
Hyperledger fabric practice(pdf)
Hyperledger fabric practice(pdf)Hyperledger fabric practice(pdf)
Hyperledger fabric practice(pdf)
 
Wiznet Academy - WizFi250 기초교육 및 실습
Wiznet Academy - WizFi250 기초교육 및 실습Wiznet Academy - WizFi250 기초교육 및 실습
Wiznet Academy - WizFi250 기초교육 및 실습
 
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
[MeetUp][2nd] 오리뎅이의_쿠버네티스_네트워킹_v1.2
 
Calico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_koreanCalico routing modes_trans_by_duck_in_korean
Calico routing modes_trans_by_duck_in_korean
 
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0
[오픈소스컨설팅]RHEL7/CentOS7 Pacemaker기반-HA시스템구성-v1.0
 
20170713 tech day_7th_pxe 부팅-김주한
20170713 tech day_7th_pxe 부팅-김주한20170713 tech day_7th_pxe 부팅-김주한
20170713 tech day_7th_pxe 부팅-김주한
 
Solaris 11 network virtualization & Server Virtualization for cloud
Solaris 11 network virtualization & Server Virtualization for cloudSolaris 11 network virtualization & Server Virtualization for cloud
Solaris 11 network virtualization & Server Virtualization for cloud
 
Oracle solaris comstar introduce and configuration ppt sukkim
Oracle solaris comstar introduce and configuration ppt sukkimOracle solaris comstar introduce and configuration ppt sukkim
Oracle solaris comstar introduce and configuration ppt sukkim
 
IBM PowerKVM Install Guide
IBM PowerKVM Install GuideIBM PowerKVM Install Guide
IBM PowerKVM Install Guide
 
Hadoopcluster install in_centos_virtualbox
Hadoopcluster install in_centos_virtualboxHadoopcluster install in_centos_virtualbox
Hadoopcluster install in_centos_virtualbox
 
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714
가상머신 환경에서 리눅스 및 큐브리드 설치 가이드 20150714
 
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1
[오픈소스컨설팅] Open stack kilo with DVR_CEPH_v1.1
 
oVirt installation guide_v4.3
oVirt installation guide_v4.3oVirt installation guide_v4.3
oVirt installation guide_v4.3
 
CentOS 5.3에 Cubrid 설치 방법
CentOS 5.3에 Cubrid 설치 방법CentOS 5.3에 Cubrid 설치 방법
CentOS 5.3에 Cubrid 설치 방법
 
Linux Performan tuning Part I
Linux Performan tuning Part ILinux Performan tuning Part I
Linux Performan tuning Part I
 

Semelhante a Cubietruck 리눅스 이미지 설치

Build the OpenStack Cloud with Neutron Networing, IceHouse
Build the OpenStack Cloud with Neutron Networing, IceHouseBuild the OpenStack Cloud with Neutron Networing, IceHouse
Build the OpenStack Cloud with Neutron Networing, IceHousejieun kim
 
20141029 하둡2.5와 hive설치 및 예제
20141029 하둡2.5와 hive설치 및 예제20141029 하둡2.5와 hive설치 및 예제
20141029 하둡2.5와 hive설치 및 예제Tae Young Lee
 
ARTIK 710 IoT class 02
ARTIK 710 IoT class 02ARTIK 710 IoT class 02
ARTIK 710 IoT class 02정출 김
 
Actual PoC guide for Virtual Desktop Infrastructure (Korean)
Actual PoC guide for Virtual Desktop Infrastructure (Korean)Actual PoC guide for Virtual Desktop Infrastructure (Korean)
Actual PoC guide for Virtual Desktop Infrastructure (Korean)Changhyun Lim
 
20141229 dklee docker
20141229 dklee docker20141229 dklee docker
20141229 dklee dockerDK Lee
 
Apache httpd ( 아파치 웹서버 ) 설치 가이드
Apache httpd ( 아파치 웹서버 ) 설치 가이드Apache httpd ( 아파치 웹서버 ) 설치 가이드
Apache httpd ( 아파치 웹서버 ) 설치 가이드Opennaru, inc.
 
Cisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdfCisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdfssusercbaa33
 
Red Hat OpenStack 17 저자직강+스터디그룹_2주차
Red Hat OpenStack 17 저자직강+스터디그룹_2주차Red Hat OpenStack 17 저자직강+스터디그룹_2주차
Red Hat OpenStack 17 저자직강+스터디그룹_2주차Nalee Jang
 
Linux Kernel Boot Process , SOSCON 2015, By Mario Cho
Linux Kernel Boot Process , SOSCON 2015, By Mario ChoLinux Kernel Boot Process , SOSCON 2015, By Mario Cho
Linux Kernel Boot Process , SOSCON 2015, By Mario ChoMario Cho
 
Mininet
MininetMininet
Mininetymtech
 
ACL - cisco 2811 router
ACL - cisco 2811 router ACL - cisco 2811 router
ACL - cisco 2811 router 준기 홍
 
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solutionOpenStack Korea Community
 
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaF5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaInfraEngineer
 
PowerEdge Blade 표준제안서.pptx
PowerEdge Blade 표준제안서.pptxPowerEdge Blade 표준제안서.pptx
PowerEdge Blade 표준제안서.pptxAlexanderPischulin1
 
사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본Dong Hwa Jeong
 
망고210 android fastboot nand write 방법
망고210 android fastboot nand write 방법망고210 android fastboot nand write 방법
망고210 android fastboot nand write 방법종인 전
 
Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Sehan Lee
 

Semelhante a Cubietruck 리눅스 이미지 설치 (20)

Build the OpenStack Cloud with Neutron Networing, IceHouse
Build the OpenStack Cloud with Neutron Networing, IceHouseBuild the OpenStack Cloud with Neutron Networing, IceHouse
Build the OpenStack Cloud with Neutron Networing, IceHouse
 
20141029 하둡2.5와 hive설치 및 예제
20141029 하둡2.5와 hive설치 및 예제20141029 하둡2.5와 hive설치 및 예제
20141029 하둡2.5와 hive설치 및 예제
 
ARTIK 710 IoT class 02
ARTIK 710 IoT class 02ARTIK 710 IoT class 02
ARTIK 710 IoT class 02
 
Kafka slideshare
Kafka   slideshareKafka   slideshare
Kafka slideshare
 
Actual PoC guide for Virtual Desktop Infrastructure (Korean)
Actual PoC guide for Virtual Desktop Infrastructure (Korean)Actual PoC guide for Virtual Desktop Infrastructure (Korean)
Actual PoC guide for Virtual Desktop Infrastructure (Korean)
 
20141229 dklee docker
20141229 dklee docker20141229 dklee docker
20141229 dklee docker
 
Apache httpd ( 아파치 웹서버 ) 설치 가이드
Apache httpd ( 아파치 웹서버 ) 설치 가이드Apache httpd ( 아파치 웹서버 ) 설치 가이드
Apache httpd ( 아파치 웹서버 ) 설치 가이드
 
Cisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdfCisco IOS XRv Router.pdf
Cisco IOS XRv Router.pdf
 
Red Hat OpenStack 17 저자직강+스터디그룹_2주차
Red Hat OpenStack 17 저자직강+스터디그룹_2주차Red Hat OpenStack 17 저자직강+스터디그룹_2주차
Red Hat OpenStack 17 저자직강+스터디그룹_2주차
 
Lam pstack
Lam pstackLam pstack
Lam pstack
 
Linux Kernel Boot Process , SOSCON 2015, By Mario Cho
Linux Kernel Boot Process , SOSCON 2015, By Mario ChoLinux Kernel Boot Process , SOSCON 2015, By Mario Cho
Linux Kernel Boot Process , SOSCON 2015, By Mario Cho
 
Mininet
MininetMininet
Mininet
 
ACL - cisco 2811 router
ACL - cisco 2811 router ACL - cisco 2811 router
ACL - cisco 2811 router
 
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
[OpenStack Days Korea 2016] Innovating OpenStack Network with SDN solution
 
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_koreaF5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
F5 container ingress_service_in_kuernetes_with_calico_cni_by_duck_in_korea
 
Nec 이비플러스
Nec 이비플러스Nec 이비플러스
Nec 이비플러스
 
PowerEdge Blade 표준제안서.pptx
PowerEdge Blade 표준제안서.pptxPowerEdge Blade 표준제안서.pptx
PowerEdge Blade 표준제안서.pptx
 
사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본
 
망고210 android fastboot nand write 방법
망고210 android fastboot nand write 방법망고210 android fastboot nand write 방법
망고210 android fastboot nand write 방법
 
Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법Packet tracer 설치 및 사용법
Packet tracer 설치 및 사용법
 

Mais de ymtech

20171120 tech day-11th-소프트웨어 테스팅2-서현용
20171120 tech day-11th-소프트웨어 테스팅2-서현용20171120 tech day-11th-소프트웨어 테스팅2-서현용
20171120 tech day-11th-소프트웨어 테스팅2-서현용ymtech
 
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중20170908 tech day-9th-재미없는 java runtime process 디버그-김성중
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중ymtech
 
20170609 tech day_4th-nginx(lb)-이재훈
20170609 tech day_4th-nginx(lb)-이재훈20170609 tech day_4th-nginx(lb)-이재훈
20170609 tech day_4th-nginx(lb)-이재훈ymtech
 
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석ymtech
 
20170414 techday 2nd_uiux디자인-최민희
20170414 techday 2nd_uiux디자인-최민희20170414 techday 2nd_uiux디자인-최민희
20170414 techday 2nd_uiux디자인-최민희ymtech
 
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍ymtech
 
Installation Openstack Swift
Installation Openstack SwiftInstallation Openstack Swift
Installation Openstack Swiftymtech
 
Intel Galileo Linux Setting
Intel Galileo Linux SettingIntel Galileo Linux Setting
Intel Galileo Linux Settingymtech
 
HP 3800-24G-2SFP OpenFlow Setting
HP 3800-24G-2SFP OpenFlow SettingHP 3800-24G-2SFP OpenFlow Setting
HP 3800-24G-2SFP OpenFlow Settingymtech
 
Openstack live migration
Openstack live migrationOpenstack live migration
Openstack live migrationymtech
 
SDN OpenFlow Load Balancer 시나리오
SDN OpenFlow Load Balancer 시나리오SDN OpenFlow Load Balancer 시나리오
SDN OpenFlow Load Balancer 시나리오ymtech
 
TR-069 클라이언트 검토자료8편
TR-069 클라이언트 검토자료8편TR-069 클라이언트 검토자료8편
TR-069 클라이언트 검토자료8편ymtech
 
TR-069 클라이언트 검토자료7편
TR-069 클라이언트 검토자료7편TR-069 클라이언트 검토자료7편
TR-069 클라이언트 검토자료7편ymtech
 
TR-069 클라이언트-검토자료6편
TR-069 클라이언트-검토자료6편TR-069 클라이언트-검토자료6편
TR-069 클라이언트-검토자료6편ymtech
 
TR-069 클라이언트 검토자료5편
TR-069 클라이언트 검토자료5편TR-069 클라이언트 검토자료5편
TR-069 클라이언트 검토자료5편ymtech
 
TR 069 클라이언트 검토 자료 4편
TR 069 클라이언트 검토 자료 4편TR 069 클라이언트 검토 자료 4편
TR 069 클라이언트 검토 자료 4편ymtech
 
TR 069 클라이언트 검토자료 3편
TR 069 클라이언트 검토자료 3편TR 069 클라이언트 검토자료 3편
TR 069 클라이언트 검토자료 3편ymtech
 
DHCP Spoofing
DHCP SpoofingDHCP Spoofing
DHCP Spoofingymtech
 
OSGI(Open Service Gateway initiative)
OSGI(Open Service Gateway initiative)OSGI(Open Service Gateway initiative)
OSGI(Open Service Gateway initiative)ymtech
 
DHCP Snooping (Dynamic Host Configuration Protocol)
DHCP Snooping (Dynamic Host Configuration Protocol)DHCP Snooping (Dynamic Host Configuration Protocol)
DHCP Snooping (Dynamic Host Configuration Protocol)ymtech
 

Mais de ymtech (20)

20171120 tech day-11th-소프트웨어 테스팅2-서현용
20171120 tech day-11th-소프트웨어 테스팅2-서현용20171120 tech day-11th-소프트웨어 테스팅2-서현용
20171120 tech day-11th-소프트웨어 테스팅2-서현용
 
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중20170908 tech day-9th-재미없는 java runtime process 디버그-김성중
20170908 tech day-9th-재미없는 java runtime process 디버그-김성중
 
20170609 tech day_4th-nginx(lb)-이재훈
20170609 tech day_4th-nginx(lb)-이재훈20170609 tech day_4th-nginx(lb)-이재훈
20170609 tech day_4th-nginx(lb)-이재훈
 
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석
20170519 tech day-3rd-highcharts를 이용한 차트 구현-김영석
 
20170414 techday 2nd_uiux디자인-최민희
20170414 techday 2nd_uiux디자인-최민희20170414 techday 2nd_uiux디자인-최민희
20170414 techday 2nd_uiux디자인-최민희
 
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍
20170310 tech day-1st-maven을 이용한 프로그램 빌드-박준홍
 
Installation Openstack Swift
Installation Openstack SwiftInstallation Openstack Swift
Installation Openstack Swift
 
Intel Galileo Linux Setting
Intel Galileo Linux SettingIntel Galileo Linux Setting
Intel Galileo Linux Setting
 
HP 3800-24G-2SFP OpenFlow Setting
HP 3800-24G-2SFP OpenFlow SettingHP 3800-24G-2SFP OpenFlow Setting
HP 3800-24G-2SFP OpenFlow Setting
 
Openstack live migration
Openstack live migrationOpenstack live migration
Openstack live migration
 
SDN OpenFlow Load Balancer 시나리오
SDN OpenFlow Load Balancer 시나리오SDN OpenFlow Load Balancer 시나리오
SDN OpenFlow Load Balancer 시나리오
 
TR-069 클라이언트 검토자료8편
TR-069 클라이언트 검토자료8편TR-069 클라이언트 검토자료8편
TR-069 클라이언트 검토자료8편
 
TR-069 클라이언트 검토자료7편
TR-069 클라이언트 검토자료7편TR-069 클라이언트 검토자료7편
TR-069 클라이언트 검토자료7편
 
TR-069 클라이언트-검토자료6편
TR-069 클라이언트-검토자료6편TR-069 클라이언트-검토자료6편
TR-069 클라이언트-검토자료6편
 
TR-069 클라이언트 검토자료5편
TR-069 클라이언트 검토자료5편TR-069 클라이언트 검토자료5편
TR-069 클라이언트 검토자료5편
 
TR 069 클라이언트 검토 자료 4편
TR 069 클라이언트 검토 자료 4편TR 069 클라이언트 검토 자료 4편
TR 069 클라이언트 검토 자료 4편
 
TR 069 클라이언트 검토자료 3편
TR 069 클라이언트 검토자료 3편TR 069 클라이언트 검토자료 3편
TR 069 클라이언트 검토자료 3편
 
DHCP Spoofing
DHCP SpoofingDHCP Spoofing
DHCP Spoofing
 
OSGI(Open Service Gateway initiative)
OSGI(Open Service Gateway initiative)OSGI(Open Service Gateway initiative)
OSGI(Open Service Gateway initiative)
 
DHCP Snooping (Dynamic Host Configuration Protocol)
DHCP Snooping (Dynamic Host Configuration Protocol)DHCP Snooping (Dynamic Host Configuration Protocol)
DHCP Snooping (Dynamic Host Configuration Protocol)
 

Cubietruck 리눅스 이미지 설치

  • 2. 목차 • Cubietruck specification • Cubietruck 리눅스 설치 • Cubietruck IP 설정 – RHEL – Debian CubieTruck 설치 및 설정2
  • 3. CubieTruck Cubietruck SoC AllWinner A20 Dual-Core ARM Cortex-A7 with Mali400 MP2 System Memory 1GB or 2GB DDR3@480MHz Storage SATA 2.0 + NAND + Micro SD slot Video Output Connectors HDMI & VGA Audio I/O 1x TOSLINK (Optical SPDIF), 1x headphone jack Connectivity 10M/100M/1G Ethernet On-board Wifi+BT wireless module with antenna USB 2x USB HOST, 1x OTG Misc 1x IR, 4x LEDs, 3x Keys Power DC5V @ 2.5A with HDD, supports Li-battery & RTC Expansion 54 extended pins including I2S, I2C, SPI, CVBS, LRADC x2, UART, PS2, PWMx2, TS/CSI, IRDA, LINEIN&FMIN&MICIN, TVINx4 with 2.0 pitch connectors PCB Dimensions 11cm x 8cm x 1.4mm CubieTruck 설치 및 설정3 PWR button Micro SD card slot OTG PORT USB PORT RESET button FEL button CN9 DC 5V Audio jack Ethernet PORT HDMI PORT SPDIF FIBER VGA port UART Port
  • 4. Cubietruck 리눅스 설치 • 큐비보드 홈페이지(http://cubieboard.org )에 접속하여 Download 메뉴를 선택 한다. • 4. Firmwares중에 Cubietruck에 맞는 이미지를 다운받는다. CubieTruck 설치 및 설정4
  • 5. Cubietruck 리눅스 설치 (계속) • 리눅스 이미지를 쓰기 위한 프로그램인 ‘PhoenixSuit’를 다운받는다. CubieTruck 설치 및 설정5
  • 6. • PhoenixSuit를 설치한 뒤, Cubietruck과 PC를 연결한다. • PhoenixSuit에서 Firmware를 선택한다. Cubietruck 리눅스 설치 (계속) CubieTruck 설치 및 설정6
  • 7. • Image버튼을 눌러, 다운받은 리눅스 이미지를 선택한다. Cubietruck 리눅스 설치 (계속) CubieTruck 설치 및 설정7
  • 8. • Upgrade 버튼을 통해 이미지를 쓴다. Cubietruck 리눅스 설치 (계속) CubieTruck 설치 및 설정8
  • 9. Cubietruck 리눅스 설치 (계속) • 해당 장치가 연결되지 않는다는 오류가 발생하면, 팝업 창에 나온 대로 PWR버튼을 10초가량 눌러서 Cubietruck의 전원을 끄고, 그 상태에서 다른 버튼 (FEL혹은 RESET)을 누르고있는다. 그 후, PWR버튼을 10회 가량 누른 뒤 누르고 있던 다른 버튼을 놓으면 펌웨어 업 그레이드가 진행된다. • Firmware upgrade에 10분 가량이 소요되며, upgrade가 끝나면 해당이미지로 부 팅을 한다. CubieTruck 설치 및 설정9 PWR버튼 FEL버튼 RESET버튼
  • 10. Cubietruck IP 설정 (RHEL) • su명령을 통해 관리자 권한으로 접근한다. • cd /etc/sysconfig/network-scripts 입력한다. • ls 명령을 통해 연결된 장치를 확인한다. • sudo vi ifcfg-[수정하려는 장치이름]으로 파일을 연다. 사내전파교육 제목명을 적어주세요.10 [root@localhost ~] $ cd /etc/sysconfig/network-scripts [root@localhost ~] $ ls ifcfg-lo ifdown-post ifup-ippp ifcfg-Wi-Fi_connection_1 ifdown-routes ifup-ipx ifcfg-Wired_connection_1 ifdown-sit ifup-isdn … [root@localhost ~] $ [root@localhost ~] $ sudo vi ifcfg-Wired_connection_1 [cubietruck@localhost ~] $ su password : [root@localhost ~] $
  • 11. Cubietruck IP 설정 (RHEL) (계속) • 해당 내용을 다음과 같이 수정한다. 사내전파교육 제목명을 적어주세요.11 HWADDR=02:0D:08:02:19:00 TYPE=Ethernet BOOTPROTO=dhcp DEFROUTE=yes PEERDNS=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_PEERDNS=yes IPV6_PEERROUTES=yes IPV6_FAILURE_FATAL=no NAME=“WIred connection 1” UUID=lc73e84d-839e-4f2l-b4b7-e33b60f2770d ONBOOT=no HWADDR=02:0D:08:02:19:00 TYPE=Ethernet BOOTPROTO=none DEFROUTE=yes PEERDNS=yes IPV4_FAILURE_FATAL=no IPADDR=192.168.2.101 NETWORK=192.168.2.0 NETMASK=255.255.255.0 GATEWAY=192.168.2.1 DNS1=39.119.118.231 DNS2=210.94.0.73 IPV6INIT=no NAME=“WIred connection 1” UUID=lc73e84d-839e-4f2l-b4b7-e33b60f2770d ONBOOT=yes
  • 12. Cubietruck IP 설정 (RHEL) (계속) • service network restart 명령을 통해 네트워크 설정을 재시작한다. • ifconfig명령을 통해 IP가 변경되었는지 확인 할 수 있다. 사내전파교육 제목명을 적어주세요.12 [root@localhost ~] $ ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.2.101 netmask 255.255.255.0 broadcast 192.168.2.255 inet6 fe80::d:8ff:fe02:1900 prefixlen 64 scopeid 0x20<link> ether 02:0d:08:02:19:00 txqueuelen 1000 (Ethernet) RX packets 26 bytes 1560 (1.5 kiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 7 bytes 578 (578.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 117 base 0x8000 lo: flags=73<UP,BROADCAST,RUNNING,MULTICAST> mtu 16436 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 0 (Local Loopback) RX packets 608 bytes 42344 (41.3 kiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 608 bytes 42344 (41.3 kiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [root@localhost ~] $ service network restart
  • 13. Cubietruck IP 설정 (Debian/Ubuntu) • sudo vi /etc/network/interfaces 입력한다. • 기존의 iface eth0 inet DHCP로 설정되어있는 부분을, 아래와 같이 static하게 수정한다. 사내전파교육 제목명을 적어주세요.13 [cubietruck@localhost ~] $ [cubietruck@localhost ~] $ sudo vi /etc/network/interfaces auto lo iface lo inet loopback #iface eth0 inet dhcp iface eth0 inet static address 192.168.2.101 netmask 255.255.255.0 allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface dafault inet dhcp …
  • 14. Cubietruck IP 설정 (Debian/Ubuntu) (계속) 사내전파교육 제목명을 적어주세요.14 • sudo reboot 입력하여 재부팅한다. • 재부팅 후, ifconfig 명령을 통해 eth0의 ip가 변경됐는지 확인한다. [cubietruck@localhost ~] $ [cubietruck@localhost ~] $ sudo reboot [cubietruck@localhost ~] $ [cubietruck@localhost ~] $ ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:74:46:a6 inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICASE MTU:1500 Mertic:1 RX packets:1 errors:0 dropped:1 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:55 (55.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICASE MTU:16436 Mertic:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) [cubietruck@localhost ~] $ _