-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4474943
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Linux kernel for Rockchip SOCs - 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:** | ||
2013-09-27: | ||
- Upgraded to Linux kernel version 3.0.72+ | ||
- Merged with rockchip git | ||
- Tested with Kingnovel K-R42 and Tronsmart MK908 | ||
|
||
- 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 | ||
|