반응형
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- U-boot
- 허큘렉스
- HerkuleX
- Galileo Gen2
- STM32F10x
- 우분투
- ares note
- JTAG
- 갈릴레오
- Marsboard
- Cortex-M3
- ft2232
- emIDE
- Z435
- 동부로봇
- openocd
- smartrobot board
- Boyue
- CMSIS
- pyside6
- usb부팅
- Python
- fdisk
- lg smart recovery
- QT
- DRS-0101
- ubuntu
- 마스보드
- galileo
- ICbanq
Archives
- Today
- Total
목록Embedded System/Android (1)
Life Seed
안드로이드 소스 및 커널 소스 받기 및 빌드
안드로이드 소스는 git와 repo를 이용해 다운 받는다. 안드로이드의 GIT 서버는 다음과 같다. http://android.git.kernel.org/ 해당 사이트에 접속하면 코드를 다운 받는 방법이 나온다. 첫번째는 git를 이용하는 방법이고, 두 번째는 repo를 이용하는 방법이다. But... git로는 다운이 받아 지지 않음. repo로 다운 받자. 1. repo와 git 설치 1) git 설치 $sudo apt-get install git-core gnupg 2) repo 설치 $cd ~ $mkdir bin $curl http://android.git.kernel.org/repo > ~/bin/repo $chmod a+x ~/bin/repo 그리고 shell의 어느 위치에서나 repo를 사용..
Embedded System/Android
2010. 10. 1. 20:58