OpenEmbedded


When I was just getting started with embedded development I found many tutorials on how to perform cross compiles required setting up some shell functions and variables before working on builds.  This is a necessity for embedded work because the embedded build for the target platform won’t use the same […]

cdtools, because who has just one project?


I've managed to build and boot Buildroot 2011.02 using the 2.6.32 Arago kernel and Crosstool-NG 1.8.2 with GCC 4.4.3 and uClibc 0.9.30.2.  The build works just as well as the older Buildroot 2010.11 I had been using, but there is a problem with where fonts are being installed.  For some […]

BeagleBox: Buildroot 2011.02 progress (toward video playback), Ubuntu and Linaro


The version of Matchbox’s panel and desktop programs in buildroot are pre-1.0.  The latest available from Matchbox’s site are 2.0.  I tried to patch buildroot so that the 2.0 panel would build.  This required disabling dbus during the configure and patching the applets/Makefile.in to prevent the notify applet from building.  […]

BeagleBox: Matchbox revision issues



The build for the QEMU phase now runs Matchbox as the default UI.  I’ve integrated an xterm patch from Buildroot’s source tree and launch it as the default application, allowing some runtime testing through the UI. Today I also finished integration of the surf browser into the buld.  This was […]

BeagleBox update: Matchbox is now the default UI, surf ...