Category Archives: command line interface

Communicating to a serial interface of an embedded Linux device using kermit

I have used kermit for connecting to serial interfaces for several years and it has always worked as expected. Even for sending a kernel image to U-Boot using the zmodem protocol (yes, it took ages, but there was no Ethernet) has worked quite well. Recently, a friend that is new to embedded Linux ask me… Read More: Communicating to a serial interface of an embedded Linux device… »

Creating a sandbox or jail for cross-compiling

When cross-compiling dynamic libraries like GTK+ we normally have a couple of issues that complicate the compilation and later the execution of apps that depend on those libraries. First, we have to be very careful with the includes -I and libraries -L paths since they must point to the target, otherwise we risk to overwrite… Read More: Creating a sandbox or jail for cross-compiling »