After upgrading to Fedora 14 at work I did some builds against various kernels, u-boot, buildroot and toolchains we use. I ran into an interesting problem. make[2]: Entering directory `/home/mjhammel/src/cei/sysbuild/bld/buildroot-2010.05.xcc/output/toolchain/linux-2.6.32.14′ /home/mjhammel/src/cei/sysbuild/bld/buildroot-2010.05.xcc/output/toolchain/linux-2.6.32.14/arch/powerpc/Makefile:178: *** mixed implicit and normal rules. Stop. ?A bit of googling shows that make 3.82 changed in a way […]
Monthly Archives: November 2010
Cookie Monster should host Saturday Night Live! He’d be more interesting than Justin Bieber and has spent less time in rehab than Lohan. It’s a win win no matter how you look at it.
Cookies need hosts, too.
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 ...
I finally got a rootfs working with the kernel tonight. It’s a minimal rootfs built with buildroot and busybox but it boots up to a shell prompt and does just enough work to make sure ps displays the process list. Whoopeeeee!!! Now, don’t get crazy here. This is just booting […]
BeagleBox Milestone: the board boots with BeagleBox software!
I upgraded to Fedora 14 at work yesterday. For the most part the typical processes I’ve written about before worked fine. But two places exposed some caveats. First, network based installation using NFS doesn’t work. What happens is that after the bootloader info is taken some attempt to access the […]
Fedora 14 mini review

I use ssmtp for my MTA (mail transfer agent) under Fedora. Up till now I’ve always just moved /usr/sbin/sendmail out of the way and symlinked it to where I have ssmtp installed. Today, after upgrading a work machine to F14, I finally bit the bullet and figured out how to […]
ssmtp: making it the alternative to sendmail under Fedora
I couldn’t figure out why my initrd or rootfs wouldn’t work and had exhausted all obvious solutions. Jumping to Occam’s Razor, I decided the problem may be with the cross compiler toolchain. So I grabbed Free Electron’s (FE) embedded Linux training lab (which focuses on the BeagleBoard) and decided to […]