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...")
 
m (Links auto-updated for 2022 re-branding ( http://www.embeddedarm.com/support/contact-us.php →‎ http://www.embeddedTS.com/support/contact-us.php https://files.embeddedarm.com/ts-arm-sbc/ts-7500-linux/binaries/ts-bitstreams/ →‎ https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/binaries/ts-bitstreams/))
 
(3 intermediate revisions by 3 users not shown)
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>
 
A list of our pre-built bitstreams can be found on our [https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/binaries/ts-bitstreams/ FTP site]
 
If we do not have a configuration you need, you can [[#FPGA Programming|build a new bitstream]], or [http://www.embeddedTS.com/support/contact-us.php contact us] for our engineering services.

Latest revision as of 16:28, 17 January 2022

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

A list of our pre-built bitstreams can be found on our FTP site

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