'2014/01'에 해당되는 글 2건

  1. 2014.01.24 [Linux] Diff two directory on vi
  2. 2014.01.15 [Hi3719C] Development Compilation

http://www.vim.org/scripts/script.php?script_id=102



DirDiff.vim : A plugin to diff and merge two directories recursively. 


 Usage:   <Enter>/'o'=open,'s'=sync,'\dj'=next,'\dk'=prev, 'q'=quit

 Options: 'u'=update,'x'=set excludes,'i'=set ignore,'a'=set args

 Diff Args: -r --brief -x".svn" -x"CVS" -x"*.class" -x"*.exe" -x".*.swp"


Posted by eoseontaek

Configuring the Environment


$ source build/envsetup.sh

$ lunch Hi3719CV100-eng


[All Images]

Run the following command in the code root directory

$ cd ~/Android-K/src

$ make bigfish -j16 2>&1 | tee bigfish.log


[Kernel Image]

Kernel Directory : 

./device/hisilicon/bigfish/sdk/source/kernel/linux-3.4.y


Run the following command in the code root directory

$ make kernel –j16 2>&1 | tee kernel.log


Modifying Android Kernel Configuration :

$ make kernel_menuconfig


[System Image]

Run the following command in the code root directory:

$ make ext4fs -j16 2>&1 | tee ext4fs.log


[Fastboot Image]

fastboot directory : 

./device/hisilicon/bigfish/sdk/source/boot/fastboot


Run the following command in the code root directory:

$ make hiboot -j16 2>&1 | tee hiboot.log


Deleting Compilation Results


Run the following command in the code root directory:

$ make clean



Modifying the HiSilicon SDK Configuration File


The SDK configuration file is stored in the following directory:

device/hisilicon/bigfish/sdk/configs/


Go to the SDK directory by running the following command:

$ cd device/hisilicon/bigfish/sdk


Run the following command to modify the corresponding configuration file:

$ make menuconfig SDK_CFGFILE=configs/hi3719cdmo1b_hi3719cv100_android_cfg.mak






'[C-13] Hi3719C' 카테고리의 다른 글

[Hi3719C] Setting the CPU Frequency  (0) 2014.02.06
[Hi3719C] DVFS 설정  (0) 2014.02.05
Posted by eoseontaek
이전버튼 1 이전버튼