diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-10-04 10:51:01 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-11-06 09:15:12 +0100 |
commit | 32d7cdd366a1516fa498464c261851f3a76a62ef (patch) | |
tree | 8fcd285a8c8fb3ddaf9e72dbae72efbd5e318ba4 /board/hermes | |
parent | b129e8cfb07cdbbf8ce0f2a165edabeb2f7a1da7 (diff) | |
download | u-boot-imx-32d7cdd366a1516fa498464c261851f3a76a62ef.zip u-boot-imx-32d7cdd366a1516fa498464c261851f3a76a62ef.tar.gz u-boot-imx-32d7cdd366a1516fa498464c261851f3a76a62ef.tar.bz2 |
fpga: Add support for gzip images with bitstreams
Here is the set of command which has been performed
to proof this feature.
gzip < fpga.bin > fpga.bin.gz
mkimage -A arm -O u-boot -T firmware -C gzip \
-a 20000000 -n "zc702_fpga_bin" -d fpga.bin.gz fpga.bin.gz.ub
tftp 100000 fpga.bin.gz.ub
fpga loadmk 0 100000
This flow should speedup loading bitstream data
from external memory and save image footprint in non volatile
memory.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'board/hermes')
0 files changed, 0 insertions, 0 deletions