From: "Matt Reimer" <mattjreimer-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>
To: "M. Ghiath Khatib" <mghiathk-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx>
CC: h2200-port-CN5wO63fgwogsBAKwltoeQ@xxxxxxxxxxxxxxxx
Subject: Re: [H2200-port] Final status of CFBoot
Date: Tue, 28 Mar 2006 11:32:16 -0800
MIME-Version: 1.0
Received: from pproxy.gmail.com ([64.233.166.178]) by
bay0-mc8-f3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 28
Mar 2006 11:32:16 -0800
Received: by pproxy.gmail.com with SMTP id i49so29093pyi for
<mghiathk-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx>; Tue, 28 Mar 2006 11:32:16 -0800 (PST)
Received: by 10.65.242.5 with SMTP id u5mr3683018qbr; Tue, 28 Mar
2006 11:32:16 -0800 (PST)
Received: by 10.64.210.13 with HTTP; Tue, 28 Mar 2006 11:32:16 -0800 (PST)
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta;
d=gmail.com;
h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
b=t1128vQLJTX9qw9oYqOB8lQQxsbn8G9UeUZovL4Ii2DIwhRXc1HHVTa+rHTaAJkmKEchgfpi/ewY845dipTTMhv7pCarrl6mpHY6jRPnXO3KEgYLPoMg02mbfUuR46WP9uB8yJy5VBVYXORI5hk+UGGDQhZA8IQWwoJDgKZ9/t4=
References: <f383264b0603281106j5a97174axaf514f2ff0eebae-JsoAwUIsXosN+BqQ9rBEUg@xxxxxxxxxxxxxxxx>
<BAY109-F16BD09F8342FF4AF1E80A1D2D30-MsuGFMq8XAE@xxxxxxxxxxxxxxxx>
Return-Path: mattjreimer-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx
X-OriginalArrivalTime: 28 Mar 2006 19:32:17.0079 (UTC)
FILETIME=[529A4470:01C6529E]
On 3/28/06, M. Ghiath Khatib <mghiathk-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx>
wrote:
>
> Hallo,
>
> Thanks for the response.
You're welcome.
> > > I am currently trying to boot my unit from a CF card. I followed
exactly
> the
> > > steps mentioned in its respective website, but, unfortunately, all
my
> > > attempts were unsuccessful (always blank, black screen). The
reasons:
> > >
> > > 1. No final report on a working startup script.
> >
> >What to use for startup.txt depends on how your CF card is formatted.
>
>
> I have two partitions FAT16 (6 MB) and EXT2 (~2 GB). Can you please tell
me
> how the full startup.txt should look like?
If the ext2 partition is the second partition, then try this:
set KERNEL zImage
set MTYPE 341
set CMDLINE "root=/dev/hda2 rootdelay=5"
bootlinux
> > > Can anybody tell me, what rootdelay=5 means? 5 mins, secs ,...?
> >
> >5 seconds.
>
> Ok, how long in total should I wait after the screen goes black before I
see
> some output?
Up to 10 minutes or so.
Matt