Skip to content

ClovaOpenDev/desk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

DESK Opensource

How to build

  1. Setup build environment

  2. Get Android open source from CodeAurora and DESK kernel

    • android version: 7.1.2
    repo init -u https://source.codeaurora.org/quic/la/platform/manifest.git -b release -m LA.UM.5.6.r1-08900-89xx.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
    
  3. Download the kernel

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

    cd kernel
    make ARCH=arm if_s700n_defconfig
    make mrproper
    make bootimage   
    

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • Assembly 2.2%
  • HTML 0.4%
  • Makefile 0.3%
  • Perl 0.1%
  • Shell 0.1%