Versions Compared

Key

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

...

DateVivadoProject BuiltAuthorsDescription
2017-11-202017.2TE0820-test_board-vivado_2017.2-build_05_20171120162931.zip
TE0820-test_board_noprebuilt-vivado_2017.2-build_05_20171120162851.zip
John Hartfiel
  • fixed SD WP
2017-10-192017.2TE0820-test_board-vivado_2017.2-build_05_20171019104824.zip
TE0820-test_board_noprebuilt-vivado_2017.2-build_05_20171019104837.zip
John Hartfiel
  • initial release

Release Notes and Know Issues

...

IssuesDescriptionWorkaroundTo be fixed version
USB2.0works only with USB3.0 enabled in Vivado Designenable USB3.0---
Boot Modefor 4x5 carrier compatibility, currently 2 different CPLD Firmware files are available. Reprogram CPLD (TE0820 CPLD Firmware)SD-CardSD Card WP is enabled on petalinuxworking in process

Requirements

Software

HTML
<!--
Add needed external Software
   -->

...

also 2EG1E3
Module ModelBoard Part Short NamePCB Revision SupportNotes
TE0820-ES1 es101 
TE0820-02-2EG-1E
TE0820-02-2EG-1E3
TE0820-02-2EG-1EA
TE0820-02-2EG-1EL
 2cg 2eg_1e02
  • A,L: 128MB Flash
  • 3,L: Lower Connector profile

TE0820-02-

2CG-

1E
TE0820-02-2CG-1EA



  • A: 128MB Flash
TE0820-02-3EG-1E
 2cg_1e02 TE0820-02-3EG-1E3
TE0820-02-3EG-1EA
TE0820-02-3EG-1E1EL
3eg_1e02
  • A,L: 128MB Flash
  • 3,L:  Lower Connector profile
also TE0820-02-3EG3CG-1E31E
TE0820-02-3CG-1E1EA
3cg_1e02
  • A: 128MB Flash

Design supports following carriers:

...

Code Block
languagejs
/include/ "system-conf.dtsi"
/ {
};


/* SDIO */

&sdhci1 {
  disable-wp;
};

/* ETH PHY */
&gem3 {

    status = "okay";
  		ethernet_phy0: ethernet-phy@0 {
        compatible = "marvell,88e1510";
        device_type = "ethernet-phy";
    	        reg = <1>;
    };
};


/* QSPI PHY */
&qspi {
    #address-cells = <1>;
    #size-cells = <0>;
    status = "okay";
    flash0: flash@0 {
        compatible = "n25q256a";
        reg = <0x0>;
        #address-cells = <1>;
        #size-cells = <1>;
    };
};

/* DMA not used: Reduce error messages on linux.*/

&lpd_dma_chan1 {
    status = "disabled";
};
&lpd_dma_chan2 {
    status = "disabled";
};
&lpd_dma_chan3 {
    status = "disabled";
};
&lpd_dma_chan4 {
    status = "disabled";
};
&lpd_dma_chan5 {
    status = "disabled";
};
&lpd_dma_chan6 {
    status = "disabled";
};
&lpd_dma_chan7 {
    status = "disabled";
};
&lpd_dma_chan8 {
    status = "disabled";
};

...

DateDocument RevisionAuthorsDescription

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

Page info
current-version
current-version
prefixv.


 

Page info
modified-user
modified-user

  • Design Buxfix WP
  • Add Variants with 128MB FlashAdd Known Issue SD WP
2017-11-13v.16John Hartfiel
  • Update Carrier sections
2017-11-06v.15John Hartfiel
  • Typo corrected
2017-10-23v.13John Hartfiel
  • Update Key Features section
  • Style Update Additional Software section
2017-10-19
v.9
John Hartfiel
  • Release 2017.2
2017-09-11v.1

Page info
created-user
created-user

Initial release
 All

Page info
modified-users
modified-users

 

...