From: Russ D. <Rus...@as...> - 2002-05-01 23:50:37
|
On Wed, 2002-05-01 at 16:39, Tim Riker wrote: > are you sure you do not have jffs2, cramfs or zimage turned on? > > "load kernel" should still load a kernel from your flash partition no? > This is exactly what the boot is doing. > > if you define --enable-{jffs2|cramfs|zImage} then "load kernel" will try > to find a kernel in your ramdisk. > random semirelated ramblings...instead of all this hardcoded stuff, why not have a pointer for blob, kernel, paramater block, and root (pointer to partitions). if two pointers point to the same partition, its assumed that there is an fs involved, otherwise, its (likely) raw flash. Somehow, CF, ide, netboot, and paramater block needs to get thrown in here too. |