Skip to content

Latest commit

 

History

History
executable file
·
35 lines (29 loc) · 886 Bytes

README.md

File metadata and controls

executable file
·
35 lines (29 loc) · 886 Bytes

Clova Lamp Opensource

How to build

  1. Setup build environment

  2. Get Android open source from CodeAurora and Clova Lamp kernel

    • android version: 7.1.2
    repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.9-03910-8x09.0.xml --repo-url=git://codeaurora.org/tools/repo.git
    
  3. Download the kernel

    git clone https://github.com/clovadevice/clovalamp.git
    
  4. Build

    cd kernel
    make ARCH=arm if_s1200n_defconfig
    make mrproper
    make bootimage   
    

License

Please see licenses/NOTICE.html for the full open source license.