TS-7100 FPGA changelog: Difference between revisions

From embeddedTS Manuals
(Initial creation)
 
(Added method to read FPGA)
 
Line 1: Line 1:
<source lang="bash">
# The FPGA revision can be checked with:
eval $(tshwctl -i)
echo $FPGA_REV
# Or just:
tshwctl -i
# And read the line starting with "FPGA_REV"
</source>
{|class=wikitable
{|class=wikitable
! Revision
! Revision

Latest revision as of 16:24, 28 October 2019

# The FPGA revision can be checked with:
eval $(tshwctl -i)
echo $FPGA_REV

# Or just:
tshwctl -i
# And read the line starting with "FPGA_REV"
Revision Changes
0x6 Initial release to engineering sampling program