All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@imc-berlin.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Loading FPGA from an mkimage created image?
Date: Mon, 22 Nov 2004 18:51:41 +0100	[thread overview]
Message-ID: <41A2272D.7050403@imc-berlin.de> (raw)
In-Reply-To: <20041122164902.48E5DC1430@atlas.denx.de>

Wolfgang Denk wrote:

> In message <41A1CD69.6000708@imc-berlin.de> you wrote:
> 
>>I know that
>>
>>	fpga load [device number] [image address] [image size]
>>
>>can be used to init an FPGA.
>>Now I want to compress and wrap the FPGA data with mkimage.
>>
>>Is there a way to pass the address of an Image to "fpga load".
> 
> 
> Umm... that's the third parameter in the usage message above:  "image
> address" - isn't it?

No. IIRC then "image" in "image address" means (raw) data as the FPGA would 
understand it.

>>Or do I have to umcompress it first using "bootm" or something and then pass the 
>>address and size to "fpga load"?
> 
> Either this, or extend the fpga command to understand compressed
> images.
So checking for valid mkimage header? And then uncompress to $loadaddr?
And maybe even introduce a new image type "FPGA data" ?

-- 
Steven Scholz

  reply	other threads:[~2004-11-22 17:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-22 11:28 [U-Boot-Users] Loading FPGA from an mkimage created image? Steven Scholz
2004-11-22 16:48 ` Wolfgang Denk
2004-11-22 17:51   ` Steven Scholz [this message]
2004-11-22 18:55     ` Wolfgang Denk
2005-06-10  9:22   ` Steven Scholz
2005-06-10 10:26     ` Wolfgang Denk
2005-06-10 15:06       ` Steven Scholz
2005-06-10 17:32   ` Steven Scholz

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=41A2272D.7050403@imc-berlin.de \
    --to=steven.scholz@imc-berlin.de \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.