'etc' 카테고리의 다른 글
| Mercurial - Cancel the commit (w/ not push yet) (0) | 2013.03.02 |
|---|
| Mercurial - Cancel the commit (w/ not push yet) (0) | 2013.03.02 |
|---|
1. 윈도우 PC 세팅
보통 프로그램은 PuTTY 를 설치한다.
2. 우분투 PC 세팅
$ sudo apt-get install ssh| Instructions for flashing a phone or tablet device with Ubuntu (0) | 2013.02.22 |
|---|---|
| Ubuntu for phones - Industry proposition (0) | 2013.01.03 |
| 우분투 GRUB 재설치 (0) | 2012.09.27 |
| 우분투 AOSP 빌드를 위한 JAVA 설치 (0) | 2012.09.27 |
| 우분투 설치 (Ubuntu Desktop 12.04 LTS) (0) | 2012.09.27 |
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/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
# 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
| 리나로 기본 사이트 (0) | 2012.10.04 |
|---|