[Odroid-pc] during the migration from ubuntu12.04 android4.0 to odroid-pc, android4.4
Reference: http://blog.csdn.net/sunnybeike/article/details/8098349
Odroid prebuilt
Img: http://com.odroid.com/sigong/nf_file_board/nfile_board.php? Tag = ODROID-PCDownload odroid source cod
Reference: http://blog.csdn.net/sunnybeike/article/details/8098349Odroid prebuilt versionImg:http://com.odroid.com/sigong/nf_file_board/nfile_board.php?tag=odroid-pcOdroid Source Downloadhttp://com.odroid.com/sigong/nf_file_board/nfile_board_view.php?keyword=tag=ODROID-PCbid=111[Can copy link with thunder DOWNLOAD]After the source code download is complete, we are the way to start the source code compilatio
Successful implementation of friendly/odroid 3.8.13 kernel and 13.10ubuntu porting on Ibox (SD card)Implementation features:Wireless Internet, hdmi1080p (audio sync) output, video playback, sound card, touch screen, LCD and other common drivers are fully portedShare Next steps1, porting the Linux kernel, refer to ibox4412 3.0 and 3.5 kernel, friendly transplant odroid 3.8.13 kernel, content SkipHDMI-related
[Odroid-pc] ubuntu12.o4 compiling and writing android4.0 forodroidpc, ubuntu compiling android4.4
1) android source code compilation
. Build/envsetup. sh
Choosecombo
Release
Odroidpc
Eng
Make [-j4]
2) module Compilation
After completing the first step, go to the path of the. mk file in the last upper layer that has been modified.
Mm
After compilation, return to the root directory of the android source code.
Make snod
3) kernel source code compilation
[Odroid-pc] ubuntu12.04 jdk-6u45-linux-x64.bin, jdk6u45linuxx64
1. Download jdk-6u45-linux-x64.bin.tar .**
2) Put it in a directory and decompress it.
3) execute the following command
Chmod + x jdk-6u45-linux-x64.bin
/Jdk-6u45-linux-x64.bin
Mkdir-p/usr/lib/jvmMv jdk1.6.0 _ 45/usr/lib/jvm
Update-alternatives -- install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.6.0 _ 45/bin/java" 1Update-alternatives -- install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk
}:${android_product_out_bin}:${android_product_out};#以上为songjiachen添加20140303[Email protected]:~# Source ~/.BASHRC[Email protected]:~# cd ~/out/target/product/generic[Email protected]:~/out/target/product/generic# emulator-system system.img-data Userdata.img-ramdisk ramdisk.imgEmulator:WARNING:system partition size adjusted to match image file (166 MB > (MB))The emulator is now running successfullyCould not configure '/dev/hpet ' to has a 1024Hz timer. This is a fatalError, but for better emulat
1) Download jdk-6u45-linux-x64.bin.tar.**2) put it in a directory and unzip it.3) Execute the following commandchmod +x Jdk-6u45-linux-x64.bin./jdk-6u45-linux-x64.binMkdir-p/USR/LIB/JVMMV JDK1.6.0_45/USR/LIB/JVMUpdate-alternatives--install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.6.0_45/bin/java" 1Update-alternatives--install "/usr/bin/javac" "Javac" "/usr/lib/jvm/jdk1.6.0_45/bin/javac" 1Update-alternatives--install "/usr/bin/javadoc" "Javadoc" "/usr/lib/jvm/jdk1.6.0_45/bin/javadoc" 1Update-alt
This program is Teddy for more convenient collection of a variety of parenting knowledge, ready to hold a parenting Forum + wiki website 5jbb. com, and for yetanotherforum. net's latest version 1.9.1 RC1 (net V2.0)-version 2007-5-16 and screwturn wiki's latest version 2.0.11-2007-7-3 are hand-written, integrated, bug fixes, and feature enhancements. Here we will share the complete program source code to everyone. This is truly free (GPL protocol), pow
The advantage of having a wiki on your own computer is that there is no storage space, and the downside is that the whole process is a bit more cumbersome and must have good upload bandwidth. This article teaches you how to quickly build Wiki sites.
In the Web 2.0 Revolution, wikis originated earlier than blogs. Blog to be written and maintained by one of thei
Reference: http://blog.csdn.net/nseven/article/details/8288603Before using the default ubuntu12.04 default GCC compiled source code, the results when debugging with GDB appeared cannot find the bounds of the current ... The errorView the information on the Internet, probably because the GCC version should be used gcc4.4 now the Ubuntu version changes to try again.1. View GCC version and g++ versionGcc-vg++-V2. Installing GCC and g++ version 4.4sudo apt-get install gcc-4.4 g++-4.4 g++-4.4-multili
In Ubuntu, go to odroid U3 Board eMMC card Burning write Xubuntu image file, the main steps are as follows:
1. Download the image file to burn, as required, I downloaded the desktop version of the XUBUNTU-13.04-DESKTOP-ARMHF_ODROIDU2XXXX.IMG.XZ.
2. Unzip the file and enter the command under Terminal:
Xz-d XUBUNTU-13.04-DESKTOP-ARMHF_ODROIDU2_20130503.IMG.XZ
3. View the file system and mount points. After inserting the eMMC card, enter the command:
The neutrality and copyrights of wikis are very important, they are very difficult to build. In China?
A Wiki is a collaborative work platform or called an open editing system. The so-called collaborative work, that is, it allows people browsing the Web page to revise the page, its profile ... What does a Wiki do. Wikis use simplified syntax to replace complex HTML, plus Web interface editing tools to reduc
Most of the interest in wikis stems from the success of Wikipedia, an online free encyclopedia that relies on a number of contributors to add and modify its entries. Since its inception in 2001, the English version of Wikipedia has been expanded to include 480,000 entries and many other language versions.
Wikipedia may be the most famous wiki, but it's not the first. The first wiki in the world is a comput
Title DescriptionItems: Adding unordered lists to Wiki tagsWhen editing a Wikipedia article, you can create an unordered list that takes one row for each item and places an asterisk in front of it. But suppose you have a very large list and want to add the preceding asterisk. You can enter these asterisks at the beginning of each line, one line after the other. Alternatively, you can automate this task with a small Python script.The bulletpointadder.p
Https://www.mediawiki.org/wiki/Manual:Installing_MediaWikiDetects if the system is installed with MySQL:Rpm-qa | grep MySQLUnloadingRPM-E MySQL // Normal Delete mode rpm-e--nodeps mysql // Brute Force Delete mode, if you use the above command to delete, prompted to have other dependent files, then use this command can be Brute Force removalInstall MySQLYum install mysqlyum install MySQL-serveryum install MySQL-develStart MySQL:Service mysqld StartIn
; "title=" Image007.png "width=" "height=" "272" border= "0" hspace= "0" vspace= "0" alt= " Wkiol1igs-qwixeaaaathpvsd-0346.png "/>Save the configuration file and restart the system for the computer name to take effectModify the system timeRm-rf/etc/localtimeYum Install-y ntpdateNtpdate us.pool.ntp.orgLn-s/usr/share/zoneinfo/asia/shanghai/etc/localtimeInstalling the DatabaseYum install MySQL mysql-server mysql-devel-yConfiguration databaseService mysqld Startmysqladmin-u root password ' new passw
What is wiki )?
First, we need to clarify that the inventor of the Wiki concept is Ward cunnhan. What does the word wiki mean? According to the FAQ, the word wikiwiki comes from wee Kee in Hawaii, which originally meant "quick. In fact, wiki is simple and fast. You can see that w
Analysis of the current situation and trend of Wiki Development in China
With the rapid development of the Internet, the Collaborative Design and parallel engineering (concurrent engineering) in the field of computer aided design (CAD), which was widely used within enterprises at the end of the 20th century) the concept is applied to websites, allowing Internet users to participate in content collection, editing, and transmission. In recent years, thi
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.