기존 이솝 임베디드 포럼의 지식인 서비스가 게시판 형태로 변경되었습니다.

http://www.arndaleboard.org/wiki/index.php/WiKi

위 내용을 실습 중입니다.


Q) kernel_make와 make fastboot명령을 실행할 디렉토리를 알고 싶습니다.


이하 상기 웹페이지의 내용입니다.

Building the Kernel

Setting up Arndale Board’s configuration. and after build.

$ kernel_make distclean
$ kernel_make arndale_android_defconfig
$ kernel_make -j16

질문) 어떤 디렉토리에서 kernel_make를 해야하나요?


If you want to use the kernel menuconfig, type the following command.

$ kernel_make arndale_android_defconfig
$ kernel_make menuconfig

Building the Android

  • Before building Android, you must build Kernel. Otherwise, you can cause unexpected building problems.
$ make kernel-binaries
$ make -j4

Please run 'make kernel-binaries' without -j option

Building fastboot and adb

If you don't already have those tools, fastboot and adb can be built with the regular build system. Follow the instructions on the page about building, and replace the main make command with

$ make fastboot adb
질문) 어떤 디렉토리에서 make를 해야하나요?


profile

수아파파

2013.01.07 22:46:37
*.200.239.210

우선 위키의 설명대로 소스를 받은 (repo sync) 위치($ANDROID_BUILD_TOP)에서 다음 명령어를 먼저 해 주시면,


    $ source ./arndale_envsetup.sh


kernel_make를 사용할 수 있습니다. kernel_make는 안드로이드 트리 아무곳에서나 실행해도 $ANDROID_BUILD_TOP/kernel 로 이동해 빌드한 뒤 원래 위치로 돌아오게 되어 있습니다.


----


다음과 같이 별다른 설명이 없는 경우 $ANDROID_BUILD_TOP 에서 실행하시면 됩니다.


    make fastboot adb



monad

2013.01.09 02:05:05
*.130.192.117

설명, 감사합니다.

List of Articles
번호 제목 글쓴이 날짜 조회 수sort
5668 안드로이드에서 image up-date 방법에 대해서… [6] 어떤이의꿈 2013-04-28 1707
5667 커널 이미지(zImage) 올린 후 부팅 실패 (Uncompressing Linux....) file [1] heave_n 2011-05-12 1705
5666 codesourcery sys/socket.h?? [3] Supsupi 2014-02-12 1705
5665 kikat 개발 PC 사양에 대해서 질문있어요 [4] 시안 2014-05-26 1705
5664 nand scrub 에 관한 질문입니다. [3] 박영기1 2012-07-04 1704
5663 [문의]ADS1.2 컴파일러 버그 관련. [2] 김기범 2012-09-03 1704
5662 SD 카드 이미지를 백업을 한 후에 고속으로 다시 원복을 시키는 ... [1] blue0sky 2013-01-09 1704
5661 [ODROID] bootloader, kernel, filefs를 다시 올리고 LCD 안켜... file [2] 천상지인 2010-01-23 1703
5660 안드로이드 usb wifi 인식 문제 [1] 누구누구 2011-10-05 1703
5659 ALSA 를 이용해서 마이크로부터 음성(PCM Data)을 Recoding 하려... [2] 파란새 2012-09-17 1703
5658 how to implement "no-op" for CTS test ? [3] Simba444 2013-03-08 1703
5657 c100보드 삼성 K9G8G08U0A nand 문의드립니다. [2] 르뎅 2012-01-10 1702
5656 터치 Release시 ABS_PRESSURE 가 항상 1이됩니다. 오리엔스 2014-02-11 1701
5655 안드로이드 Cellular 모듈 정보 추출방법 [3] noxqeust 2011-11-22 1700
5654 s5pc100 - 리눅스 단에서 v4l2 를 이용해 카메라 버퍼 접근.. [2] 딴따라 2012-08-09 1700
5653 beagleboard에 포팅 문의 [4] hoya80 2013-12-10 1699
5652 소스 분석하실때 주로 어떤 방법들을 이용하는지 알고 싶습니다. [4] Supsupi 2014-07-10 1699
5651 안드로이드에서 커널접근방법...? [7] 시그인트 2014-01-09 1698
5650 virtualbox 에 설치한 fedora 의 samba 설정 관련.... [2] blue0sky 2012-07-13 1697
5649 혹시 이런 문제에 대해서 아시나여? QT를 부팅 때 실행할 때 생기... [1] 혜민아빠 2013-09-04 1697

사용자 로그인