android_system_overview
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android_system_overview [2009/10/06 13:24] – suapapa | android_system_overview [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== make build env ====== | ====== make build env ====== | ||
| ===== download platform source ===== | ===== download platform source ===== | ||
| - | ===== platform source tree ===== | + | 플렛폼 다운로드 |
| + | <code bash> | ||
| + | $ mkdir ~/ | ||
| + | $ cd ~/ | ||
| + | $ repo init -u git:// | ||
| + | $ repo sync | ||
| + | </ | ||
| + | platform source tree | ||
| <code bash> | <code bash> | ||
| $ ls -a | $ ls -a | ||
| Line 10: | Line 17: | ||
| </ | </ | ||
| - | |||
| ===== tool-chain ===== | ===== tool-chain ===== | ||
| <code bash> | <code bash> | ||
| $ cd ... platform/ | $ cd ... platform/ | ||
| + | $ ls | ||
| + | arm-eabi-addr2line | ||
| + | arm-eabi-ar | ||
| + | arm-eabi-as | ||
| + | arm-eabi-c++ | ||
| + | arm-eabi-c++filt | ||
| + | arm-eabi-cpp | ||
| $ ./ | $ ./ | ||
| Using built-in specs. | Using built-in specs. | ||
| Line 35: | Line 48: | ||
| *[[http:// | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| + | |||
| + | 커널 다운로드 | ||
| + | <code bash> | ||
| + | $ cd ~/ | ||
| + | $ git clone git:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ====== build ===== | ||
| + | platfrom build | ||
| + | <code bash> | ||
| + | |||
| + | </ | ||
| + | kernel build | ||
| + | <code bash> | ||
| + | |||
| + | $ make uImage ARCH=arm CROSS_COMPILE=../ | ||
| + | </ | ||
| + | |||
| + | ====== porting ====== | ||
| + | ===== u-boot ===== | ||
| + | */ | ||
| + | ===== kernel ===== | ||
android_system_overview.1254835453.txt.gz · Last modified: 2013/08/03 05:04 (external edit)