Home Tags Serial port

Tag: serial port

Getting Started with the MinnowBoard

0
With the embedded market being flooded with open source hardware boards, it's tough finding one that not only suits your budget, computing power needs,...

Device Drivers, Part 10: Kernel-Space Debuggers in Linux

2
This article, which is part of the series on Linux device drivers, talks about kernel-space debugging in Linux. Shweta, back from hospital, was relaxing in...

Device Drivers, Part 8: Accessing x86-Specific I/O-Mapped Hardware

40
This article, which is part of the series on Linux device drivers, continues the discussion on accessing hardware in Linux. The second day in the...

KGDB with VirtualBox: Debug a Live Kernel

5
Debugging an application live has always been easy for application developers, but debugging a live kernel has never been a simple option for kernel...

Device Drivers, Part 3: Kernel C Extras in a Linux Driver

37
This article in the series on Linux device drivers deals with the kernel's message logging, and kernel-specific GCC extensions. Enthused by how Pugs impressed their...