From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Mon, 22 Nov 2004 12:28:41 +0100 Subject: [U-Boot-Users] Loading FPGA from an mkimage created image? Message-ID: <41A1CD69.6000708@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, 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". Or do I have to umcompress it first using "bootm" or something and then pass the address and size to "fpga load"? Thanks! -- Steven Scholz