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 →
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 →
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 →
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 →
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 →
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 →
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!!
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 →
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 →
For design of an embedded linux if we use a microcontroller with no MMU ,then what problem we face ,
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 →
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
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 →
successfully executed ARM specific executable on BeagleBoard..:-)