This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Monday, October 26, 2015

How to Compile Linux Kernel with Current Configuration

This article is abount recompiling Ubuntu 14.04 kernel using current configuration. Customizing of the kernel is possible after you made copy of current config from /boot/config-`uname -r` to .config as well. For linux distribution version other than Ubuntu 14.04 TrustyTahr might also applied with several adjustment. Prepare workspace $ mkdir -pv /opt/Ubuntu_x64/TrustyTahr/KERNEL $ cd /opt/Ubuntu_x64/TrustyTahr/KERNEL Git Current Kernel https://wiki.ubuntu.com/Kernel/Dev/KernelGitGuide$...

Thursday, October 15, 2015

Raspberry Pi GPIO Programming with C++

How to access your Rapberry Pi GPIO using C++? This brief information will lead you through the easy way to program GPIO port of Raspbery Pi B+ model . There are several c++ class library and/or methods available for you to do a program in C++, ie: - WiringPi - Direct Register Access by Hertaville - Tutorial by VisualGDB -...

Friday, October 09, 2015

slimbian - Slim and Minimalist Raspbian

Minimal installation of raspbian.Jessie is out, targetted for full running lite server or embedded application. 100% Official Raspbian compatible. Less than 500MB installed. Small memory footprint ~56MB. ~09 seconds boot up on Raspberry Pi 2. Linux 4.1.7-v7+ armv7l. SSH server enable.  Please check slimbian here...

Monday, October 05, 2015

Cross Compile WxWidgets/C++ Application for Raspberry Pi

How to Build wxWidgets / C++ for Raspberry Pi Model 2 (ARMv7 Architecture).  UPDATED: For ease to install and configure Eclipse-IDE/Toolchain, use following link of ready used installer: http://yasriady.blogspot.co.id/2016/01/raspberry-pi-toolchain.html wxWidgets is an awesome C++/GUI library to work with. It...