Building a Custom Debian Kernel for the BeagleBoard

While trying to get my WIFI dongle to work with the BeagleBoard, I noticed that the dongle’s module was not compiled into the kernel. So I had to build a new kernel from scratch. Since building a new kernel under the BeagleBoard will take a LOT of time, I decided to cross-compile a kernel for [...]

Installing Embedded Debian on the BeagleBoard

The following post describes installing EABI Debian (Embedded Application Binary Interface Debian) on the BeagleBoard. Debian is my favorite distribution, I’ve been using it for nearly 13 years, so sticking with it on the embedded platform comes only natural for me. SD Card preperation The BeagleBoard supports the new SD 2.0 (SDHC) format, so I [...]

First Steps with the BeagleBoard

The BeagleBoard, capabale as it is, is not a standard PC, and thus beginning to work with is involves some non trivial steps. The first step, naturally, is to get keyboard, mouse and monitor output. The second step is to get network controll (preferably Ethernet, but a Serial connection is fine for the beginning as [...]