SlideShare a Scribd company logo
1 of 10
- kookmin university Doona Lee -
We use
Raspberry Pi
2
35dollar 짜리 초소형 컴퓨터로 유명한 Raspberry Pi
는 영국 Raspberry Pi재단에서 만들었으며,
학교에서 기초 컴퓨터 과학 교육을 증진시키기 위해
만든 싱글 보드컴퓨터이다.
Reference : http://ko.wikipedia.org/wiki/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC_%ED%8C%8C%EC%9D%B4#cite_note-6
c
: We must install OS for Raspberry Pi(Raspbian) in micro SD card. We need that three
things.
This is
micro SD
card and
Adapter.
Tool of transfer
the IOS image
to the SD card.
This is
IOS
image.
 You can install Tool of transfer the IOS image to the SD card for window here :
http://sourceforge.net/projects/win32diskimager/
 You can install Raspbian IOS image here :
https://www.raspberrypi.org/downloads/
Select
SD card
here.
Select IOS
image here.
1. Execute the win32DiskImager.
2. Select IOS image and SD card.
3. Write image to SD card.
After
number2
click Write
and Yes.
전원, hdmi케이블, 랜선, 마우스/키보드usb, 모니터, 라즈비안이 설치된 micro SD카드가 필요합
니다.
위의 그림과 같이 연결해주세요. 전원은 가장 마지막에 연결해주세요.
microSD
HDMI 전원
LAN
USB
1. 부팅 시 초기 login id는 “pi”
Password 는 “raspberry”입니다.
2. Shell에 “startx”를 입력하세요.
3. 정상적으로 부팅이 완료된다면 첫 번째 화면이 나옵니다.
1번이 선택 된 상태에서 Enter를 누르고 Ok를 합니다.
이 설정은 초기 2.7기가만 할당 돼 있는 SD카드의 모든
용량을 활용하기 위함입니다.
4. 2번 메뉴에서는 비밀번호를 변경 할 수 있습니다.
5. 필요한 설정 변경 후 설정 창을 종료하고 재부팅 하면 두 번째
그림과 같은 라즈베리 파이 초기 화면을 확인 할 수 있습니다.
$ sudo raspi-config // Raspbian의 기본적인 환경 설정을 위한 명령어.
1. Expand Filesystem : SD 카드의 전체용량을 사용할 수 있게 합니다.
2. Change User Password : ‘pi’ 계정의 비밀번호를 변경합니다.
3. Enable Boot to Desktop/Scratch : 부팅시 명령어 환경이 아닌 GUI
Windows 환경으로 시작됩니다.
4. Internationalisation Options : 언어, 키보드, Timezone 등을 설정합니
다.
5. Enable Camera : Raspberry Pi 전용 카메라를 사용할수 있도록 합니다.
6. Add to Rastrack : rastrack 서버에 사용중인 Raspberry Pi를 등록합니
다. 전 세계적으로 서버에 등록된 Raspberry Pi의 현황을 파악할 수 있습니
다.
7. Over Clock : 700MHz 이상의 CPU Clock 으로 변경할 수 있습니다.
8. Advanced Options : Hostname 변경, SSH on/off, SPI on/off, Audio
HDMI/3.5mm jack 등을 설정합니다.
Reference : http://www.rasplay.org/?p=7736
- Write to the terminal -
$ sudo apt-get install ttf-unfonts-core
//first install hangul fonts
$ sudo apt-get install ibus-hangul
//next install ibus
Reference : http://kuroikuma.tistory.com/entry/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC%ED%8C%8C%EC%9D%B4-
%ED%95%9C%EA%B8%80%EC%9E%85%EB%A0%A5
1. 상태바에 있는 ibus를 우클릭 하고, 기본설정(Preferences)를
클릭한다.
2. 입력방식에 왼쪽그림과 같이 한국어를 추가한다.
3. 터미널에 다음과 같이 입력한다.
$ sudo nano /etc/default/keyboard
//키보드 설정을 us에서 kr로 수정한다.
$ sudo dpkg-reconfigure locales
//지역을 아시아-한국으로 설정해준다.
$sudo dpkg-reconfigure tzdata
//타임존을 서울로 설정해준다.
$sudo reboot

More Related Content

What's hot

라즈비안 설치하기. Install raspbian
라즈비안 설치하기. Install raspbian라즈비안 설치하기. Install raspbian
라즈비안 설치하기. Install raspbianjongho lim
 
1장 사물인터넷과 라즈베리 파이
1장 사물인터넷과 라즈베리 파이1장 사물인터넷과 라즈베리 파이
1장 사물인터넷과 라즈베리 파이Young Jin Suh
 
[IoT] MAKE with Open H/W + Node.JS - 5th
[IoT] MAKE with Open H/W + Node.JS - 5th[IoT] MAKE with Open H/W + Node.JS - 5th
[IoT] MAKE with Open H/W + Node.JS - 5thPark Jonggun
 
IoT with Raspberry Pi + Node JS - Chapter 1
IoT with Raspberry Pi + Node JS - Chapter 1IoT with Raspberry Pi + Node JS - Chapter 1
IoT with Raspberry Pi + Node JS - Chapter 1Park Jonggun
 
Harder way to arduino
Harder way to arduinoHarder way to arduino
Harder way to arduinoHomin Lee
 

What's hot (6)

라즈비안 설치하기. Install raspbian
라즈비안 설치하기. Install raspbian라즈비안 설치하기. Install raspbian
라즈비안 설치하기. Install raspbian
 
1장 사물인터넷과 라즈베리 파이
1장 사물인터넷과 라즈베리 파이1장 사물인터넷과 라즈베리 파이
1장 사물인터넷과 라즈베리 파이
 
[IoT] MAKE with Open H/W + Node.JS - 5th
[IoT] MAKE with Open H/W + Node.JS - 5th[IoT] MAKE with Open H/W + Node.JS - 5th
[IoT] MAKE with Open H/W + Node.JS - 5th
 
파이썬 소개
파이썬 소개 파이썬 소개
파이썬 소개
 
IoT with Raspberry Pi + Node JS - Chapter 1
IoT with Raspberry Pi + Node JS - Chapter 1IoT with Raspberry Pi + Node JS - Chapter 1
IoT with Raspberry Pi + Node JS - Chapter 1
 
Harder way to arduino
Harder way to arduinoHarder way to arduino
Harder way to arduino
 

Viewers also liked

Nick powerpoint
Nick powerpointNick powerpoint
Nick powerpointrflores541
 
syed Noman CV (2)
syed Noman CV (2)syed Noman CV (2)
syed Noman CV (2)noman ali
 
Com informative
Com informativeCom informative
Com informativerflores541
 
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its Finest
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its FinestSapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its Finest
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its FinestSapphireBayResort
 
111012 guidance infectious_diseases_idu_brief.pdf
111012 guidance infectious_diseases_idu_brief.pdf111012 guidance infectious_diseases_idu_brief.pdf
111012 guidance infectious_diseases_idu_brief.pdfDiogo Afonso
 
Reducing Stress in Families: An Intro to Family Resilience
Reducing Stress in Families: An Intro to Family ResilienceReducing Stress in Families: An Intro to Family Resilience
Reducing Stress in Families: An Intro to Family ResilienceBrandy Vanderheiden, MFT SEP
 

Viewers also liked (12)

QUE ES DROPBOX Y QUE ME PERMITE
QUE ES DROPBOX Y QUE ME PERMITEQUE ES DROPBOX Y QUE ME PERMITE
QUE ES DROPBOX Y QUE ME PERMITE
 
Nick powerpoint
Nick powerpointNick powerpoint
Nick powerpoint
 
Linux Experience for Herman
Linux Experience for HermanLinux Experience for Herman
Linux Experience for Herman
 
syed Noman CV (2)
syed Noman CV (2)syed Noman CV (2)
syed Noman CV (2)
 
Spooky Burger
Spooky BurgerSpooky Burger
Spooky Burger
 
Johnson Fall JP final
Johnson Fall JP finalJohnson Fall JP final
Johnson Fall JP final
 
Com informative
Com informativeCom informative
Com informative
 
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its Finest
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its FinestSapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its Finest
Sapphire Bay Resort Lombok, Indonesia - Ethnic Luxury at its Finest
 
111012 guidance infectious_diseases_idu_brief.pdf
111012 guidance infectious_diseases_idu_brief.pdf111012 guidance infectious_diseases_idu_brief.pdf
111012 guidance infectious_diseases_idu_brief.pdf
 
Lam pstack
Lam pstackLam pstack
Lam pstack
 
Stress Relief for Parents
Stress Relief for ParentsStress Relief for Parents
Stress Relief for Parents
 
Reducing Stress in Families: An Intro to Family Resilience
Reducing Stress in Families: An Intro to Family ResilienceReducing Stress in Families: An Intro to Family Resilience
Reducing Stress in Families: An Intro to Family Resilience
 

Similar to Raspberry pi

소프트박스 라즈베리파이 교육키트 개발환경 설정
소프트박스 라즈베리파이 교육키트 개발환경 설정소프트박스 라즈베리파이 교육키트 개발환경 설정
소프트박스 라즈베리파이 교육키트 개발환경 설정봉조 김
 
[IoT] MAKE with Open H/W + Node.JS - 1st
[IoT] MAKE with Open H/W + Node.JS - 1st[IoT] MAKE with Open H/W + Node.JS - 1st
[IoT] MAKE with Open H/W + Node.JS - 1stPark Jonggun
 
Raspberry-PI GPIO with Python
Raspberry-PI GPIO with PythonRaspberry-PI GPIO with Python
Raspberry-PI GPIO with Pythonsewoo lee
 
Rasberry nodejs install_final
Rasberry nodejs install_finalRasberry nodejs install_final
Rasberry nodejs install_finalKwan Yeong Kim
 
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)JiandSon
 
라즈베리파이 Iptime 150u a
라즈베리파이 Iptime 150u a라즈베리파이 Iptime 150u a
라즈베리파이 Iptime 150u aJuHyeon Yeom
 
라즈베리파이 환경설정
라즈베리파이 환경설정라즈베리파이 환경설정
라즈베리파이 환경설정InHee Kim
 
시스템 최신기술 Part1
시스템 최신기술 Part1시스템 최신기술 Part1
시스템 최신기술 Part1SeongWoo Park
 
Win10 iot core_pi2
Win10 iot core_pi2Win10 iot core_pi2
Win10 iot core_pi2WeAreDev
 
망고100 보드로 놀아보자 17
망고100 보드로 놀아보자 17망고100 보드로 놀아보자 17
망고100 보드로 놀아보자 17종인 전
 
Hideroot - Inc0gnito 2016
Hideroot - Inc0gnito 2016Hideroot - Inc0gnito 2016
Hideroot - Inc0gnito 2016perillamint
 
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11Udamp3 django apache-my_sql_python3_ubuntu14.04-v11
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11Dongil Yeom
 
라즈베라파이란 무엇인가?
라즈베라파이란 무엇인가?라즈베라파이란 무엇인가?
라즈베라파이란 무엇인가?Circulus
 
IPv6 이론과 소켓 프로그래밍
IPv6 이론과 소켓 프로그래밍IPv6 이론과 소켓 프로그래밍
IPv6 이론과 소켓 프로그래밍OnGameServer
 
기가박스 영화관 운영 시스템 구축마지막
기가박스 영화관 운영 시스템 구축마지막기가박스 영화관 운영 시스템 구축마지막
기가박스 영화관 운영 시스템 구축마지막ssuser5280ce
 
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지Kyunghee Univ
 
사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본Dong Hwa Jeong
 

Similar to Raspberry pi (20)

소프트박스 라즈베리파이 교육키트 개발환경 설정
소프트박스 라즈베리파이 교육키트 개발환경 설정소프트박스 라즈베리파이 교육키트 개발환경 설정
소프트박스 라즈베리파이 교육키트 개발환경 설정
 
[IoT] MAKE with Open H/W + Node.JS - 1st
[IoT] MAKE with Open H/W + Node.JS - 1st[IoT] MAKE with Open H/W + Node.JS - 1st
[IoT] MAKE with Open H/W + Node.JS - 1st
 
Raspberry Pi Basic Usage
Raspberry Pi Basic UsageRaspberry Pi Basic Usage
Raspberry Pi Basic Usage
 
Raspberry-PI GPIO with Python
Raspberry-PI GPIO with PythonRaspberry-PI GPIO with Python
Raspberry-PI GPIO with Python
 
Rasberry nodejs install_final
Rasberry nodejs install_finalRasberry nodejs install_final
Rasberry nodejs install_final
 
PI day in COREA
PI day in COREAPI day in COREA
PI day in COREA
 
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)
2015.03.14 Piday in Korea 지앤선 라즈베리 미트업(박종건)
 
라즈베리파이 Iptime 150u a
라즈베리파이 Iptime 150u a라즈베리파이 Iptime 150u a
라즈베리파이 Iptime 150u a
 
라즈베리파이 환경설정
라즈베리파이 환경설정라즈베리파이 환경설정
라즈베리파이 환경설정
 
시스템 최신기술 Part1
시스템 최신기술 Part1시스템 최신기술 Part1
시스템 최신기술 Part1
 
Win10 iot core_pi2
Win10 iot core_pi2Win10 iot core_pi2
Win10 iot core_pi2
 
망고100 보드로 놀아보자 17
망고100 보드로 놀아보자 17망고100 보드로 놀아보자 17
망고100 보드로 놀아보자 17
 
What is spark
What is sparkWhat is spark
What is spark
 
Hideroot - Inc0gnito 2016
Hideroot - Inc0gnito 2016Hideroot - Inc0gnito 2016
Hideroot - Inc0gnito 2016
 
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11Udamp3 django apache-my_sql_python3_ubuntu14.04-v11
Udamp3 django apache-my_sql_python3_ubuntu14.04-v11
 
라즈베라파이란 무엇인가?
라즈베라파이란 무엇인가?라즈베라파이란 무엇인가?
라즈베라파이란 무엇인가?
 
IPv6 이론과 소켓 프로그래밍
IPv6 이론과 소켓 프로그래밍IPv6 이론과 소켓 프로그래밍
IPv6 이론과 소켓 프로그래밍
 
기가박스 영화관 운영 시스템 구축마지막
기가박스 영화관 운영 시스템 구축마지막기가박스 영화관 운영 시스템 구축마지막
기가박스 영화관 운영 시스템 구축마지막
 
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지
GOTHAM 오픈소스 메쉬 네트워킹 소프트웨어 패키지
 
사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본사물인터넷 노트4_라즈베리파이기본
사물인터넷 노트4_라즈베리파이기본
 

Raspberry pi

  • 1. - kookmin university Doona Lee -
  • 2. We use Raspberry Pi 2 35dollar 짜리 초소형 컴퓨터로 유명한 Raspberry Pi 는 영국 Raspberry Pi재단에서 만들었으며, 학교에서 기초 컴퓨터 과학 교육을 증진시키기 위해 만든 싱글 보드컴퓨터이다. Reference : http://ko.wikipedia.org/wiki/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC_%ED%8C%8C%EC%9D%B4#cite_note-6
  • 3. c : We must install OS for Raspberry Pi(Raspbian) in micro SD card. We need that three things. This is micro SD card and Adapter. Tool of transfer the IOS image to the SD card. This is IOS image.
  • 4.  You can install Tool of transfer the IOS image to the SD card for window here : http://sourceforge.net/projects/win32diskimager/  You can install Raspbian IOS image here : https://www.raspberrypi.org/downloads/
  • 5. Select SD card here. Select IOS image here. 1. Execute the win32DiskImager. 2. Select IOS image and SD card. 3. Write image to SD card. After number2 click Write and Yes.
  • 6. 전원, hdmi케이블, 랜선, 마우스/키보드usb, 모니터, 라즈비안이 설치된 micro SD카드가 필요합 니다. 위의 그림과 같이 연결해주세요. 전원은 가장 마지막에 연결해주세요. microSD HDMI 전원 LAN USB
  • 7. 1. 부팅 시 초기 login id는 “pi” Password 는 “raspberry”입니다. 2. Shell에 “startx”를 입력하세요. 3. 정상적으로 부팅이 완료된다면 첫 번째 화면이 나옵니다. 1번이 선택 된 상태에서 Enter를 누르고 Ok를 합니다. 이 설정은 초기 2.7기가만 할당 돼 있는 SD카드의 모든 용량을 활용하기 위함입니다. 4. 2번 메뉴에서는 비밀번호를 변경 할 수 있습니다. 5. 필요한 설정 변경 후 설정 창을 종료하고 재부팅 하면 두 번째 그림과 같은 라즈베리 파이 초기 화면을 확인 할 수 있습니다.
  • 8. $ sudo raspi-config // Raspbian의 기본적인 환경 설정을 위한 명령어. 1. Expand Filesystem : SD 카드의 전체용량을 사용할 수 있게 합니다. 2. Change User Password : ‘pi’ 계정의 비밀번호를 변경합니다. 3. Enable Boot to Desktop/Scratch : 부팅시 명령어 환경이 아닌 GUI Windows 환경으로 시작됩니다. 4. Internationalisation Options : 언어, 키보드, Timezone 등을 설정합니 다. 5. Enable Camera : Raspberry Pi 전용 카메라를 사용할수 있도록 합니다. 6. Add to Rastrack : rastrack 서버에 사용중인 Raspberry Pi를 등록합니 다. 전 세계적으로 서버에 등록된 Raspberry Pi의 현황을 파악할 수 있습니 다. 7. Over Clock : 700MHz 이상의 CPU Clock 으로 변경할 수 있습니다. 8. Advanced Options : Hostname 변경, SSH on/off, SPI on/off, Audio HDMI/3.5mm jack 등을 설정합니다. Reference : http://www.rasplay.org/?p=7736
  • 9. - Write to the terminal - $ sudo apt-get install ttf-unfonts-core //first install hangul fonts $ sudo apt-get install ibus-hangul //next install ibus Reference : http://kuroikuma.tistory.com/entry/%EB%9D%BC%EC%A6%88%EB%B2%A0%EB%A6%AC%ED%8C%8C%EC%9D%B4- %ED%95%9C%EA%B8%80%EC%9E%85%EB%A0%A5
  • 10. 1. 상태바에 있는 ibus를 우클릭 하고, 기본설정(Preferences)를 클릭한다. 2. 입력방식에 왼쪽그림과 같이 한국어를 추가한다. 3. 터미널에 다음과 같이 입력한다. $ sudo nano /etc/default/keyboard //키보드 설정을 us에서 kr로 수정한다. $ sudo dpkg-reconfigure locales //지역을 아시아-한국으로 설정해준다. $sudo dpkg-reconfigure tzdata //타임존을 서울로 설정해준다. $sudo reboot