75xx bitstreams: Difference between revisions

From embeddedTS Manuals
(Created page with "The FPGA has the capability to be reloaded on startup and reprogram itself with different configurations. The default bitstream is hardcoded into the FPGA, but the soft reloa...")
 
No edit summary
Line 1: Line 1:
The FPGA has the capability to be reloaded on startup and reprogram itself with different configurations.  The default bitstream is hardcoded into the FPGA, but the soft reloaded bitstreams can be placed in /ts7500_bitstream.vme.gz on the initrd root to make the board load the bitstream on startup.  If we do not have a configuration you need, you can [[#FPGA Programming|build a new bitstream]], or [http://www.embeddedarm.com/support/contact-us.php contact us] for our engineering services.
The FPGA has the capability to be reloaded on startup and reprogram itself with different configurations.  The default bitstream is hardcoded into the FPGA, but the soft reloaded bitstreams can be placed in /ts7500_bitstream.vme.gz on the initrd root to make the board load the bitstream on startup.  You can also load the bitstream manually using ts7500ctl:
<source lang=bash>
ts7500ctl --loadfpga bitstream.vme
# or
ts7500ctl --loadfpga bitstream.vme.gz
</source>
 
If we do not have a configuration you need, you can [[#FPGA Programming|build a new bitstream]], or [http://www.embeddedarm.com/support/contact-us.php contact us] for our engineering services.

Revision as of 15:24, 18 September 2012

The FPGA has the capability to be reloaded on startup and reprogram itself with different configurations. The default bitstream is hardcoded into the FPGA, but the soft reloaded bitstreams can be placed in /ts7500_bitstream.vme.gz on the initrd root to make the board load the bitstream on startup. You can also load the bitstream manually using ts7500ctl:

ts7500ctl --loadfpga bitstream.vme
# or
ts7500ctl --loadfpga bitstream.vme.gz

If we do not have a configuration you need, you can build a new bitstream, or contact us for our engineering services.