4710 FPGA bitstreams: Difference between revisions

From embeddedTS Manuals
No edit summary
No edit summary
Line 5: Line 5:
! XUARTs
! XUARTs
! CAN
! CAN
! CAN2
! Touchscreen
! Touchscreen
! SPI
! SPI
Line 11: Line 10:
| Default (8K LUT)
| Default (8K LUT)
| 0-6
| 0-6
| On
| On
| On
| On
| On

Revision as of 09:51, 9 September 2013

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 /ts/ts<model>_bitstream.vme.gz on the Debian root to make the board load the bitstream on startup. If we do not have a configuration you need, you can build a new bitstream, or contact us for our engineering services.

Bitstream XUARTs CAN Touchscreen SPI
Default (8K LUT) 0-6 On On On


FPGA Revision Log
Revision Changes
3
  • Opencore fixed to meet timing (previous opencores would cause SD corruption on writes)
  • reduced to 6 xuarts to help meet timing
  • 8-bit I/O fixed
  • Added auto mute TX when TXEN enabled on XUARTs
  • Added optional 14.3MHz clock
2
  • Added alternate touch screen pin location
  • Added optional 25MHz clock
1 Enabled XUARTs and CAN
0 Initial release

You can update to the latest FPGA by booting to Debian and running:

cd /ts/
wget ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-4710-linux/binaries/ts-bitstreams/ts4710-fpga-latest.vme.bz2
# The TS-4710 and TS-4712 use the same FPGA.  This will 
# move it to the correct name for either.
mv ts4710-fpga-latest.vme.bz2 ts$(cat /dev/tsmodel)-fpga.vme.bz2

The FPGA is loaded in to the FPGA SRAM on every load, so this file will need to exist for all future boots.