EmbLogic's Blog

Category Archives: Embedded Linux

Basic board bring up of Olinuxino board & solved libncurses issue.

Built the U-boot successfully through the host and built the kernel and wrote the files in sd card. There was an issue while configuring menu in linux-sunki folder, the issue was libncurses problem in fedora. Then I installed libncurses by … Continue reading

Posted in ARM Embedded Processors, Embedded Linux | Leave a comment

PYTHON-simple program using format()

RCS file: ./hello.py,v Working file: ./hello.py head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: printing “Hello” in python successfully done…..:) —————————- revision 1.5 locked by: root; date: … Continue reading

Posted in Embedded Linux | Leave a comment

Use Of Class in C++

RCS file: ./class.cpp,v Working file: ./class.cpp head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: Using Class in C++ from the main function I have created the object file to … Continue reading

Posted in Embedded Linux | Leave a comment

Simple program in c++

RCS file: ./simple.cpp,v Working file: ./simple.cpp head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: printing “My name is Ruchi”using string mystring —————————- revision 1.1 date: 2014/06/06 12:46:39; author: root; … Continue reading

Posted in Embedded Linux | Leave a comment

Kernel

Kernel Definition – What does Kernel mean? A kernel is the core component of an operating system. Using interprocess communication and system calls, it acts as a bridge between applications and the data processing performed at the hardware level. When … Continue reading

Posted in Embedded Linux | Leave a comment

RCS

The RCS Revision Control System manages modifications to individual files. Files can be locked while checked out for change by a programmer to protect against poor coordination and comunications. Comparison with previous versions of the file and access to previous … Continue reading

Posted in Embedded Linux | Leave a comment

TCL FEDORA PROBLEM

Sir, how to run tcl scripts on fedora? I have an  example: # tclsh hello.tcl can’t find package Tk while executing I tried to install Tk package, but its not working. Please help!!

Posted in Embedded Linux, Shell Scripts | Leave a comment

Embedded Linux on ARM Cortex A8.

Embedded Linux is the use of Linux in embedded computer systems. Linux has been ported to a variety of CPUs which are not only primarily used as the processor of a desktop or server computer, but also ARM, AVR32, ETRAX … Continue reading

Posted in Embedded Linux, Project 9: Embedded Linux on ARM | 1 Comment

Embedded Linux on ARM

Embedded Linux is the use of Linux in embedded computer systems. Linux has been ported to a variety of CPUs which are not only primarily used as the processor of a desktop or server computer, but also ARM, AVR32, ETRAX … Continue reading

Posted in Embedded Linux, Uncategorized | Leave a comment

Embedded Linux

For design of an embedded linux if we use a microcontroller with no MMU ,then what problem we face ,

Posted in Embedded Linux | Leave a comment

Problem in make

As i give ‘make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig’ command after decompressing kernel, the below given error appers. i tried with some other kernel version….but there is also the same problem… the error have one line: /lib64/libncursesw.so.5 not found..bt as i checked … Continue reading

Posted in Embedded Linux | Tagged | Leave a comment

E2&E4-Tool -chain Daily Report (17-8-2012)

Respected Sir Today entire team worked on tool chain. Please all members from E2 & E4 provide their today’s status on blog by comment Thanks and Regards Dharmendra Nath Shandilya & Purnendu

Posted in Embedded Linux | 1 Comment

E-4 Tool Chain Problem

   

Posted in Embedded Linux | 12 Comments

Embedded Linux

Embedded Linux refers to a complete system, or in the context of an embedded Linux vendor, to a distribution targeted at embedded devices. Although the term “embedded” is often also used in kernel discussions, there is no special form of … Continue reading

Posted in Embedded Linux, USB Driver | 1 Comment

Finally got succeed in Building toolchain.

successfully executed ARM specific executable on BeagleBoard..:-)

Posted in ARM Embedded Processors, Embedded Controllers, Embedded Linux | Leave a comment