Zaxxon, the Angstrom-based Open Pandora distro runs on both SD and NAND. I can provide some info there. First, here's how you can get kernel sources:
mkdir -p /usr/src/ cd /usr/src/ git clone git://openpandora.org/pandora-kernel.git ln -s pandora-kernel linux cd pandora-kernel git checkout --track -b pandora-3.2 origin/pandora-3.2 make omap3_pandora_defconfig #clear up qt stuff rm scripts/kconfig/qconf.moc You'll get options for a NAND-enabled kernel in the .config. Quoting Sam Albuquerque <[email protected]>: > Robby, if you find it again can you up it somewhere? I might be able to > work something from it. > > I'll try to look for instructions from other distros and if I arrive at a > working solution, I'll try to post it. > > Regards, > Sam > > > On Fri, Feb 8, 2013 at 5:28 PM, Robby Workman <[email protected]> wrote: > > > On Fri, 8 Feb 2013 17:15:41 +0000 (GMT) > > Stuart Winter <[email protected]> wrote: > > > > > > > > > > > > > I'm trying to migrate the Sheevaplug to Slackware Arm and realised > > > > that the installation guide only talks about installing to external > > > > devices(SD, USB, etc). Is there a way of installing it to the > > > > builtin Flash storage? > > > > > > > > Since the Sheevaplug has 512B of flash, it is a pity that it > > > > remains unused when it could be used as the root partition. > > > > > > I think I've seen it documented a couple of years ago and shouldn't > > > be too hard to setup. > > > > > > Robby - I think you did this on your Guruplug didn't you? > > > > > > I did, and I had it documented locally, I never put it on the web > > (because it wasn't really *good* documentation for *others* to > > try to follow), and somewhere along the way, it's been lost. > > > > -RW > > _______________________________________________ > > ARMedslack mailing list > > [email protected] > > http://lists.armedslack.org/mailman/listinfo/armedslack > > > _______________________________________________ ARMedslack mailing list [email protected] http://lists.armedslack.org/mailman/listinfo/armedslack
