git




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?



Today I finally brought X up on the BeagleBoard!  The configuration is not ideal and there is much work to be done to stabilize and optimize it, but at least X is running.  Here is how I get it done with BeagleBox. What to build to get X running with […]

BeagleBox: X is working, stability and optimization still to ...


Trying to come to grips with the myriad of source trees from which BeagleBoard related source can be pulled, I updated the BeagleBoard build system the other day to make it easier to pull from the various archives.  Technically there are four ways to get source related to BeagleBoard: A […]

BeagleBox: finding Mr. DSS2


It’s a wonder what you can get done once the board actually boots up to a shell prompt.  Tonight I completed setup of inittab and boot scripts – along with customization of the rootfs build – to force writes normally bound for the rootfs to end up on a tmpfs […]

BeagleBox: tmpfs for writes, for now, but new u-boot ...