angstrom


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 ...


Over the holiday I managed to close out a few nagging issues in the builds.  First, logins stopped working until I realized that I’d turned off the getty’s on tty0 and tty02.  This wasn’t the complete fix, however, as Busybox was adding /etc/securetty to the rootfs and that file did […]

BeagleBox: working Xorg and eth support



This past weekend I made the 0.4.0 release of BeagleBox.  This is a major milestone for the project because it establishes the baselines for two of the core software componets, the bootloader and the kernel.  I made a public release on SourceForge and updated the source and build pages on […]

BeagleBox: V0.4.0 released, wiki updated


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 ...



2
I fiddled with the u-boot env variables tonight to try and resolve the S-Video problem.  One trick from the BeagleBoard mailing list said to set omapfb.mode=tv:ntsc and omapdss.def_disp=tv.  I tried this but found that if I tried to run the boot manually  to pick up these changes to the bootargs […]

BeagleBox: which u-boot am I fiddling with?