A quick serial logging application
Recently when debugging a device connected to a rs485 bus, I needed a simple application to dump the raw data coming over the rs485 bus. … Read More »A quick serial logging application
Recently when debugging a device connected to a rs485 bus, I needed a simple application to dump the raw data coming over the rs485 bus. … Read More »A quick serial logging application
As I often get involved in server administration (SVN, git, redmine, etc setup), I deal with Apache on a regular basis. For simple configurations, the… Read More »Apache and how to correctly use NameVirtualHost
A common question is how do you do kernel development with OpenEmbedded? Typically, OpenEmbedded builds a kernel by checking the source out of a git… Read More »Best practices for kernel development with OpenEmbedded