Difference between revisions of "IoTGateway/Features/Linux/Software"
From ESS-WIKI
Daniel.hung (talk | contribs) |
Daniel.hung (talk | contribs) |
||
Line 10: | Line 10: | ||
==Java== | ==Java== | ||
How to install Java | How to install Java | ||
+ | |||
+ | ==Linux Kernel== | ||
+ | ===Get kernel configs from running OS=== | ||
+ | You can get the .config file in running Linux OS by the following command. | ||
+ | # zcat /proc/config.gz > current.config | ||
+ | Furthermore, this feature is enabled by ''CONFIG_IKCONFIG_PROC''. | ||
==OpenCV== | ==OpenCV== |
Revision as of 06:32, 3 August 2016
Contents
Console
Disable serial debug console
Device Tree
Customize device tree
Gstreamer
How to play video
Java
How to install Java
Linux Kernel
Get kernel configs from running OS
You can get the .config file in running Linux OS by the following command.
# zcat /proc/config.gz > current.config
Furthermore, this feature is enabled by CONFIG_IKCONFIG_PROC.
OpenCV
Open source computer vision
Python
Install Python
SSH
SSH connection
Yocto
Tips to use & modify BB files