Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties
hiddentrue
idComments

Template Revision 12.0 8 - on construction

Design Name always "TE Series Name" + Design name, for example "TEI0001 TE0720 Test Board"


HTML
<!-- tables have all same width (web max 1200px and pdf full page(640px), flexible width or fix width on menu for single column can be used as before) -->
<style>
.wrapped{
  width: 100% !important;
  max-width: 1200px !important;
 }
</style>

...

Scroll Title
anchorTable_DRH
titleDesign Revision History

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

DateQuartusProject BuiltAuthorsDescription
2020-05-1319.4 Pro

TEI0006-test_board_noprebuilt-quartus_19.4.0-20200513124953.zip

TEI0006-test_board-quartus_19.4.0-20200513125247.zip

Thomas Dück
  • TE scripts update
2020-03-0919.4 Pro

TEI0006-test_board-quartus_19.4-20200309134933.zip
TEI0006-test_board_noprebuilt-quartus_19.4-20200309135555.zip

Thomas Dück
  • initial release


...

Scroll Title
anchorTable_SW
titleSoftware

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

SoftwareVersionNote
Quartus Prime Pro19.4needed
NIOS II SBT for Eclipse---neededoptional


Hardware

Page properties
hiddentrue
idComments

Notes :

  • list of software which was used to generate the design

Complete List is available on <design_name>/board_files/*_devices.csv

...

Scroll Title
anchorTable_HWM
titleHardware Modules

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

Module ModelBoard Part Short NamePCB Revision SupportDDRQSPI FlashEMMCOthersNotes
TEI0006-02-220-5I220-_5I-1GB_2GBREV01, REV022 GB2GB128 MB128MBNANANA


Design supports following carriers:

...

Scroll Title
anchorTable_AHW
titleAdditional Hardware

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

Additional HardwareNotes
USB Cable cable for JTAG/UARTCheck Carrier Board and Programmer for correct type
RJ45 ethernet Cablecableconnect carrier board to network


...

Scroll Title
anchorTable_DS
titleDesign sources

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

TypeLocationNotes
Quartus<design_name>/source_files/quartusQuartus Project project will be generated by TE Scripts
Software<design_name>/source_files/softwareAdditional Software software will be generated by TE Scripts


...

Scroll Title
anchorTable_PF
titlePrebuilt files (only on ZIP with prebult content)

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

File

File-Extension

Description

SOPC Information File*.sopcinfoFile with description of the .qsys file to create software for the target hardware
SRAM Object File*.sofRam Configuration Fileconfiguration file
JTAG indirect configuration file*.jicFlash configuration Filefile
Diverse Reports---Report files in different formats
Software-Application-File*.elfSoftware Application application for NIOS II processor system


...

Reference Design is only usable with the specified Quartus version. Do never use different Versions versions of Quartus software for the same project.

...

The Trenz Electronic FPGA Reference Designs are TCL-script based projectprojects. To create a project, open a project or program a device execute "create_project_win.cmd" on Windows OS and "create_project_linux.sh" on Linux OS.

TE Scripts are only needed to generate the quartus project, all other additional steps are optional and can also executed by Intel Quartus/SDK GUI.   For currently Scripts limitations on Win and Linux OS see: Project Delivery - Intel devices → Currently limitations of functionality

  1. Open create_project_win.cmd/create_project_linux.sh and follow instructions in "Messages" section:
    Create Project GUI - exampleImage Removed'Create Project' GUI exampleImage Added -
  2. Select board Board in "Board selection" section
  3. Click on "Create project" button to create project
    1. (optional for manual changes) Select correct Quartus install quartus installation path on "in "<design_name>/settings/design_basic_settings.cmdtcl"

Launch

Page properties
hiddentrue
idComments

Note:

  • Programming and Startup procedure

...

  1. Connect JTAG and power on carrier with module
  2. Open " create_project_win.cmd/create_project_linux.sh"
  3. select Select correct Board board in "Board selection" section
  4. Click on "Program device" button
    1. (if prebuilt files are available) : select "Program prebuilt file" and click on "Start program device"
    2. using own generated programming file: select "Program other file" and click on "Browse ..." to open own generated programming file
    3. (optional) click on "Open programmer GUI" to program device with Quartus programmer GUI
  5. Click on "Start program device" button

JTAG

Not used on this Example.

...

  1. Prepare HW like described on section TEI0006 Reference Design#Programming Programming
  2. Connect UART USB (most cases same as JTAG)
  3. Connect your board to the network
  4. Power On on PCB

UART

  1. Open Serial Console (e.g. puttyPuTTY)
      Speed: 115200
    1. COM Port: Win OS , see device manager, Linux OS see  dmesg | grep tty  (UART is *USB1)
    2. Speed: 11520
    3. Select "Implicit CR in every LF" in category "Terminal"
  2. Press reset button
  3. Simple Socket Server is starting up. Follow instructions on shell.
    1. If dhcp server is not available: open sdk software project in sdk gui (e.g. NIOS II SBT for Eclipse) and change predefined IP address in "simple_socket_server.h", build rebuild software project and download *.elf file to the device.Connect your board to the network
    2. Open command shell and enter "telnet <ip_address> 30" to connect to simple socket server

System Design - Quartus

Page properties
hiddentrue
idComments

Note:

  • Description of Block Design, Constrains... BD Pictures from Export...

...

Scroll Title
anchorFigure_BD
titleBlock Design - Project
Block Design - test_board.bdfImage Modified


Scroll Title
anchorFigure_BD
titleBlock Design - Platform Designer
Block Design - NIOS_test_board.qsysImage Modified

Software Design - SDK

...

Page properties
hiddentrue
idComments


Template location: <design_name>/source_files/software/

simple_socket_server

Software example "Simple Socket Server" from SDK software eclipse (modified source files for TEI0006 board).Template location: <basefolder>/source_files/software/simple_socket_server

Appx. A: Change History and Legal Notices

Document Change History

To get content of older revision  got to "Change History"  of this page and select older document revision number.

...

Scroll Title
anchorTable_dch
titleDocument change history.

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths2*,*,3*,4*
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

DateDocument Revision

Authors

Description

Page info
modified-date
modified-date
dateFormatyyyy-MM-dd

Page info
infoTypeCurrent version
dateFormatyyyy-MM-dd
prefixv.
typeFlat

Page info
infoTypeModified by
typeFlat

  • Design files update
2020-03-18v.4Thomas Dück
  • initial release 19.4
--all

Page info
infoTypeModified users
dateFormatyyyy-MM-dd
typeFlat

--


...