Re: CF 512M vs. CF 2G
Filip Zyzniewski <[email protected]> Wed, 22 Nov 2006 20:23:16 +0100
| Newsgroups | gmane.comp.handhelds.linux.jornada |
|---|---|
| Message-ID | <20061122202316.27f1ce35@cacko> |
Dnia Tue, 24 Oct 2006 16:29:10 +0000 "Kristoffer Ericson" <[email protected]> napisaĆ(a): > Greetings, > > Hmmm, I never actually got 2.6.12 or 2.6.13 to boot for me. It > somehow never found the root partition. This makes me ponder if I had > the same problem. Currently Im using a 512MB CF card with my jornada > but cant remember if I used my 1GB before, and if so it could be > related to your issues. > > Would be worth taking a look at the changelog between those versions. > > Im afraid that its not high on my todo list currently, as jlime > release is almost finished (for 6xx) and Im pushing changes to > russell to get 7xx up to date. After that is done though, its time to > start fixing up 7xx. > Hi, Remember that with 2.6 kernels you don't need an initrd, but you should use the rootdelay option. params.txt should look like this: ======================================================= \Storage Card\kernel root=/dev/hda2 rootdelay=1 ======================================================= Sometimes the kernel just wants to mount rootfs before recognizing cards. rootdelay=1 option prevents that by forcing it to wait for a second :). Have fun :). bye, Filip