Reference: http://blog.csdn.net/sunnybeike/article/details/8098349
Odroid prebuilt version
Img:http://com.odroid.com/sigong/nf_file_board/nfile_board.php?tag=odroid-pc
Odroid Source Download
http://com.odroid.com/sigong/nf_file_board/nfile_board_view.php?keyword=&tag=ODROID-PC&bid=111
[Can copy link with thunder DOWNLOAD]
After the source code download is complete, we are the way to start the source code compilation ...
Step One:
Compile uboot, I downloaded the uboot-4210
Therefore, the compile command is as follows:
- # CD Uboot
- # make Distclean-to-be only used to clean up files from the source code
- # Make Smdkv310_config--common use for odroid-a, odroid-pc, Odroid-a4
- # make Arch=arm cross_compile=arm-none-eabi- [Specify arm-none-eabi- Absolute Path]
Step Two:
Compiling the Linux kernel kernel
- # make ARCH = Arm odroid_pc_defconfig = = => odroid-pc
- Let ' s start compile!
- # make ARCH=arm cross_compile=arm -none-eabi- [Specify arm-none-eabi- Absolute path]
You can specify parameters in makefile.
Step Three:
Compile Android to follow this: http://source.android.com/source/initializing.html
After:
- = = odroid- PC ==
- # CD ~/mydroid/android
- # mydroid/android$
- # chmod u+x./build_android.sh
- #./build_android.sh ODROIDPC
Baidu is experiencing problems.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
[ODROID-PC] ubuntu12.04 android4.0 porting to the ODROID-PC process