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:33] – suapapa | android_system_overview [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| $ repo sync | $ repo sync | ||
| </ | </ | ||
| - | 커널 다운로드 | + | platform source tree |
| - | <code bash> | + | |
| - | $ cd ~/ | + | |
| - | $ git clone git:// | + | |
| - | </ | + | |
| - | + | ||
| - | ===== platform source tree ===== | + | |
| <code bash> | <code bash> | ||
| $ ls -a | $ ls -a | ||
| Line 23: | 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 48: | 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.1254836004.txt.gz · Last modified: 2013/08/03 05:04 (external edit)