Skip to content

omegamoon/rockchip-rk3188-mk908

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux kernel release 3.x for Rockchip rk3x - www.omegamoon.com

Build instructions:

  • Run "make mrproper" to make sure you have no stale .o files and dependencies lying around
  • Run "./build_omegamoon_mk908" to compile the kernel for the MK908 using the prebuild toolchain

Flash instructions for the MK908 device using Linux (use at own risk!):

  • Connect one end of the USB cable to your PC
  • Press the reset button using a paperclip, and while pressed, connect the USB cable to the OTG USB port
  • Release the reset button
  • Run "./flash_omegamoon_kernel" to flash the kernel to the device
  • When ready, the device will be rebooted automatically

Revision history:

  • Based on the 'netxeon' Linux kernel version 3.0.36+
  • Added linaro 4.8.2 toolchain
  • Added build scripts
  • Added linux flash tools + flash script for mk908 (use at own risk!)
  • Minor config changes