public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Benny Chen <bennyc@rtunet.com>
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Redboot Image Download Design Question.
Date: Tue, 19 Jul 2005 22:01:00 -0000	[thread overview]
Message-ID: <1121810485.31422.5939.camel@Vigor4> (raw)
In-Reply-To: <1121665613.31422.5930.camel@Vigor4>

After some prototyping I have managed to add a new component command to
Redboot which executes a program that reads a config file (in Battery
Backed SRAM for now) and executes command to load images from the
appropriate server.  It seems that method 1 is quite straight forward. 
However, as I haven't got JFFS2 support I can't really test the rest of
the JFFS2 related stuff.

Will post on the list once I have tested the complete solution out.

Cheers,
Benny

On Mon, 2005-07-18 at 15:46, Benny Chen wrote:
> Hi there,
> I am trying to achieve the ability for our application to define what
> image and on which server Redboot is going to download the image from. 
> 
> 1).
> What I have in mind was a simple config file that specifies the load
> information that will be created by my application and store in the
> JFFS2 partition. 
> 
> Then I will add a custom command in Redboot say 'exec_cust_config' to 
>   -mount the jffs2, 
>   -exit if no config file else
>   -read and parse this file
>   -load the images from the specified location and server.
>   -Delete the old ramdisk and zImage from flash
>   -burn the new images into flash
>   -remove the config file
>   -umount the jffs2 partition.
> 
> This 'exec_cust_config' command will be added to the boot script. E.g.
>     >>exec_cust_config
>     >>fis load ramdisk
>        .
>        .
>     >>exec -r 0x800000
> 
> 
> 2).
> The other option is to have the ramdisk.gz and zImage download by the
> application and stored in another JFFS2 partition and have redboot mount
> that partition and download the image into ram and execute it.
> 
> Does this way require a lot more runtime memory due to mounting the
> additional JFFS2 partition?  
> 
> 
> I am not sure if which of the above possible solutions is the right way
> of doing what I am trying to do or even if they will work.  Could anyone
> help? 
> 
> Regards,
> Benny
> 


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

      reply	other threads:[~2005-07-19 22:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-18  5:47 Benny Chen
2005-07-19 22:01 ` Benny Chen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1121810485.31422.5939.camel@Vigor4 \
    --to=bennyc@rtunet.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).