KitKat 소스 다운로드 및 컴파일 방법
자세한 방법은 게시판 문서를 참고하시기 바랍니다.
소스 코드를 받으실때 시간이 많이 소요될 경우에는 아래 kitKat 압축된 소스 다운로드의 링크에서
다운 받으신 후 사용하시면 됩니다.
1. u-boot source code
http://dn.odroid.com/Android_Beta_1.5/BSP/uboot_hardkernel.tar.gz
$ make distclean
$ make smdk4412_config
$ make
2. Kernel source code
$ git clone https://github.com/hardkernel/linux.git -b odroid-3.0.y-android
$ cd linux
$ make odroidx2_android_442_defconfig
$ make -j8
3. Android source code
$ repo init -u https://github.com/hardkernel/android.git -b 4412_4.4.4_master
$ repo sync
$ repo start 4412_4.4.4_master --all
$ ./build_android.sh odroidx2
4. u-boot fusing
$ ./sd_fusing /dev/sdb
5. Kernel Fusing
$ fastboot flash kernel arch/arm/boot/zImage
6. Android Fusing
$ fastboot flash system out/target/product/odroidx2/system.img
$ fastboot flash userdata out/target/product/odroidx2/userdata.img <-- option
7. KitKat 압축된 소스 다운로드
Android 소스를 git서버에서 받으시려면 시간이 많이 소요됩니다.
필요하신 분들은 아래 링크에서 압축한 파일을 다운로드하여 사용하시기 바랍니다.
'Embedded > ODROID-X2' 카테고리의 다른 글
Android Screen Rotation (0) | 2014.12.04 |
---|---|
change default kernel configs (0) | 2014.11.28 |
menuconfig(xconfig)가 실행되지 않을 때 (0) | 2014.07.17 |
SSH 설치 (0) | 2014.06.26 |
초보라면 정식으로 릴리즈된 BSP만 사용하시기 바랍니다. (0) | 2014.06.13 |