'etc' 카테고리의 다른 글

Mercurial - Cancel the commit (w/ not push yet)  (0) 2013.03.02
Posted by irvinechobo
,

1. 윈도우 PC 세팅

보통 프로그램은 PuTTY 를 설치한다.



2. 우분투 PC 세팅

$ sudo apt-get install ssh
$ sudo gedit /etc/ssh/sshd_config //필요한 경우...
방화벽등의 이슈로 포트 변경시
$ sudo ufw allow 22





Posted by irvinechobo
,


Install instructions:

### Need at least 4G SD Card.

http://releases.linaro.org/12.09/ubuntu/leb-panda/

 There are two methods to install linaro builds:

 * using pre-built image

 * creating your own image with linaro image tools


### please check the first method and try to the second method.

1. Using pre-built image

 

  # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'

  $ dmesg

 

  $ SDCARD=/dev/sdX # sdcard found from dmesg above

  $ URL=http://releases.linaro.org/12.09/ubuntu/leb-panda/lt-panda-x11-base-precise_ubuntu-desktop_20120924-329.img.gz

  $ curl $URL | gunzip | sudo dd bs=64k of=$SDCARD

 

Note: Windows users may use the Image Writer for Windows. Get it from https://launchpad.net/win32-image-writer/+download

 

2. Creating your own image

 

  # Get artifacts

  $ wget http://releases.linaro.org/12.09/ubuntu/leb-panda/hwpack_linaro-lt-panda-x11-base_20120924-329_armhf_supported.tar.gz

  $ wget http://releases.linaro.org/12.09/ubuntu/leb-panda/linaro-precise-ubuntu-desktop-20120923-436.tar.gz

 

  # Get linaro image tools

  # method 1: using binary package for Ubuntu (PPA)

  $ sudo add-apt-repository ppa:linaro-maintainers/tools

  $ sudo apt-get update

  $ sudo apt-get install linaro-image-tools

  # method 2: using source code

  $ wget http://releases.linaro.org/12.09/components/platform/linaro-image-tools/linaro-image-tools-2012.09.1.tar.gz

  # Insert SD card and note the assigned '/dev/sdX' or '/dev/mmcblk0'

  $ dmesg

 

  # Create media
  ### after the first method, you can find two partitions on SD card like sde: sde1 sde2.

  $ sudo linaro-media-create
–rootfs ext3 --mmc /dev/sdX --rootfs ext3 --dev panda --hwpack hwpack_linaro-lt-panda-x11-base_20120924-329_armhf_supported.tar.gz --binary linaro-precise-ubuntu-desktop-20120923-436.tar.gz

 

3. Links

 

For more information on how to use this builds please see the Linaro wiki at:

    http://wiki.linaro.org/Platform/DevPlatform/Ubuntu/ImageInstallation

 

 

 

 

 

'리나로 (Linaro)' 카테고리의 다른 글

리나로 기본 사이트  (0) 2012.10.04
Posted by irvinechobo
,