본문 바로가기
728x90
반응형

3. 개발 관련191

XBMC porting on Android, with ARMBRIX XBMC on Android with ARMBRIX board. http://www.armbrix.com/ 2013. 2. 19.
ARM big.Little architecture in Cortex-A15 ARM based SoC's are rapidly changing now. they also has pioneered the mobile device in addition to a wider platform. In good case are ARM server(eg. uBuntu on ARM) and Desktop PC platform. They regard about high-performance and low-power platform. These seems like double-edged sword. - In case of performance, CPUs and GPUs are running on high frequency(Over 1GHz) for support high performance. In.. 2013. 1. 10.
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.
728x90
반응형