Monthly Archives: November 2010


3
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 […]

make 3.82 vs the world



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




This weekend I buckled down and merged the BeagleBoard validation images kernel configuration into my BeagleBox kernel configuration.  When I booted the resulting kernel with the validation images ramdisk image it worked.  Unfortunately, because there were a fair number of changes to merge in it isn’t clear exactly which ones […]

BeagleBox: kernel boots initrd, initramfs still doesn’t work


1
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 […]

BeagleBox: small steps – better xcc, u-boot/kernel boot but ...