Versions Compared

Key

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

...

DateVivadoProject BuiltAuthorsDescription
2018-02-062017.4TE0820-test_board-vivado_2017.4-build_06_20180206203359.zip
TE0820-test_board_noprebuilt-vivado_2017.4-build_06_20180206203414.zip
John Hartfiel
  • solved JTAG/Linux issue
2018-02-012017.4TE0820-test_board-vivado_2017.4-build_05_20180201084319.zip
TE0820-test_board_noprebuilt-vivado_2017.4-build_05_20180201094724.zip
John Hartfiel
  • board part csv update
2018-01-242017.4TE0820-test_board-vivado_2017.4-build_05_20180124085247.zip
TE0820-test_board_noprebuilt-vivado_2017.4-build_05_20180124085303.zip
John Hartfiel
  • rework board part files
  • solved  USB, QSPI and PHy issue
2017-11-212017.2TE0820-test_board-vivado_2017.2-build_05_20171121160552.zip
TE0820-test_board_noprebuilt-vivado_2017.2-build_05_20171121160606.zip
John Hartfiel
  • solved SD SDX Cards Problem
  • Separate csv name for all assembly variants
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
  • solved SD WP Problem
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

...

IssuesDescriptionWorkaroundTo be fixed version
------.---USB UART Terminal is blocked / SDK Debugging is blockedThis happens only with 2017.4 Linux , when JTAG connection is established on Vivado HW Manager.

Do not use HW Manager connection, or if debugging is nessecary:

  • Boot linux with usb terminal
  • From the terminal: root root mount ifconfig eth0
  • Open two new SSH terminals via ethernet: root root , run user application ...
  • Exit and close the usb terminal
    ---

    Requirements

    Software

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

    ...

    Code Block
    languagejs
    /include/ "system-conf.dtsi"
    / {
    };
    
    
    /* SDIO */
    
    &sdhci1 {
       disable-wp;
       no-1-8-v;
    };
    
    /* ETH PHY */
    &gem3 {
    
        status = "okay";
      ethernet_phy0: ethernet-phy@0 {
            compatible = "marvell,88e1510";
            device_type = "ethernet-phy";
                reg = <1>;
        };
    };
    /* USB 2.0 */
    
    &dwc3_0 {
        status = "okay";
        dr_mode = "host";
        maximum-speed = "high-speed";
        /delete-property/phy-names;
        /delete-property/phys;
        /delete-property/snps,usb3_lpm_capable;
    };
    
    /* 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";
    };
    
    

    Kernel

    ...

    Deactivate:

    • CONFIG_CPU_IDLE        (only needed to fix JTAG Debug issue)

    • CONFIG_CPU_FREQ      (only needed to fix JTAG Debug issue)

    Rootfs

    Activate:

    • i2c-tools

    Applications

    ...

    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 Files Update
    2018-02-06v.27John Hartfiel
    • Design Files Update
    2018-01-29v.26John Hartfiel
    • Update Known Issues
    2018-01-24v.25John Hartfiel
    • Release 2017.4
    2018-01-10v.24John Hartfiel
    • Update Known Issues
    2017-12-20v.23John Hartfiel
    • Typo correction
    • Update HW Module Table Description
    2017-11-21

    v.19

    John Hartfiel
    • Design Update
    2017-11-20v.18John Hartfiel
    • Design Update
    • Add Variants with 128MB Flash
    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

     

    ...