Skip to content

AvengerMoJo/apc-8750

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

APC Uboot and Kernel

u-boot

 export PATH=$PATH:$TOOLS/arm-toolchain/bin
 cd $CURRENT_PATH/u-boot
 make wmt_config
 make all

Kernel

 cd $CURRENT_PATH/kernel
 export PATH=$PATH:$TOOLS/arm-toolchain/bin
 make 8710_defconfig
 make ubin

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Assembly 4.4%
  • Objective-C 0.4%
  • Perl 0.3%
  • C++ 0.2%
  • Shell 0.1%