[go: nahoru, domu]

Skip to content

xenoxaos/apc-8750

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

#As it's configured, the master branch builds uImage, modules, and u-boot.

There are no video/audio drivers compiled in, but networking and usb should function properly.

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.4%
  • Assembly 4.4%
  • Objective-C 0.4%
  • Perl 0.3%
  • JavaScript 0.2%
  • C++ 0.2%
  • Other 0.1%