본문 바로가기
728x90
반응형

분류 전체보기609

Replace string in VIM In the Vim editor use for replace string in some area. For examples, replace `arndale` to `foobar` follow code. :) 488 i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0));489 i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1));490491 exynos_tmu_set_platdata(&arndale_tmu_pdata);492493 arndale_udc_init();494 exynos5_arndale_ehci_init();495 exynos5_arndale_ohci_init();496497 platf.. 2013. 1. 10.
Kernel & AOSP source code search Such a great!! Linux kernel : http://lxr.linux.no/AOSP : http://androidxref.com/ 2012. 12. 18.
uBuntu 12.04 LTS install JDK6 for AOSP - JDK6 Install http://www.oracle.com/technetwork/java/javase/downloads/jdk6u38-downloads-1877406.html Download after License Agreement jdk-6u38-linux-x64.bin(http://download.oracle.com/otn-pub/java/jdk/6u38-b05/jdk-6u38-linux-x64.bin) - Make `bin` directory for JAVA#] mkdir ~/bin#] mv jdk-6u38-linux-x64.bin ~/bin#] cd ~/bin#] ./jdk-6u38-linux-x64.bin - Setup JAVA path#] vim ~/.bashrcSetup JAVA_H.. 2012. 12. 13.
chromeos for exynos5 (download and build) - downlaod chromeos kernel #] git clone https://git.chromium.org/git/chromiumos/third_party/kernel#] git checkout -b chromeos-3.4 origin/chromeos-3.4 - setup the build environment#] ./chromeos/scripts/prepareconfig chromeos-exynos5 - build kernel for uImage and dtb#] make -j8#] make dtbs#] make uImage 2012. 12. 4.
how do I participate to linux mainline?. 1) modified source#] vim `path/modifiedfile` 2) coding style check for upstream.#] script/checkpatch.pl --file `path/modifiedfile` => check until no errors and no warnings :) 3) git add to modified source file#] git add `path/modifiedfile` 4) commit with commit message#]git commit -s writing commit message 5) make patch file#] git format-patch -1 6) send email to mailing list and maintaner#] git.. 2012. 11. 20.
Android build or envsetup error : malformded copy error - malformed copy errors are like below message.=======================================================build/core/product_config.mk:195: *** device/samsung/arndale/full_arndale.mk: malformed COPY_FILE "B". Stop.======================================================= In BoardConfig.mk file or the other *.mk files. PRODUCT_COPY_FILES +=A:BA : source fileB : destination file Almost case about this e.. 2012. 11. 15.
728x90
반응형