This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to run linux kernel automatically in Redboot?


On Wed, 2003-04-02 at 23:22, roy chung wrote:
> Dear all,
>           Hello!! 
>           After I use jflash to burn the redboot in my
> flash, I load the kernel and rfs into it. then I need
> to type "fis load ......." and "go ....." everytime to
> load the kernel. But how can I make the redboot to
> load the kernel automically just like those commercial
> PDA?
> 

Use a boot script.  Simply type the same commands as you
are into the script and RedBoot will run them when you reset.
For example, on an embedded Linux system I'm working on:


>        And one more question(it may a bit out of
> topic),do anyone know how can I except the login
> process in linux kernel and run qt or other palmtop
> system directly?

Ask this of the QPE or other Linux folks, sorry.
    RedBoot> fc -l
    Run script at boot: true
    Boot script: 
    .. fi loa Linux
    .. ex -c "root=/dev/mtdblock2 init=/bin/run_modem noinitrd console-ttySA0,38400"
    
    Boot script timeout (1000ms resolution): 5
    
-- 
.--------------------------------------------------------.
|       Mind: Embedded Linux and eCos Development        |
|--------------------------------------------------------|
| Gary Thomas              email:  gary dot thomas at mind dot be   |
| Mind ( http://mind.be )  tel:    +1 (970) 229-1963     |
| gpg: http://www.chez-thomas.org/gary/gpg_key.asc       |
'--------------------------------------------------------'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]