element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Software Application Development VDMA SOFEarlyErr about Xilinx ZYNQ Base TRD test on Zedboard
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 311 subscribers
  • Views 590 views
  • Users 0 members are here
Related

VDMA SOFEarlyErr about Xilinx ZYNQ Base TRD test on Zedboard

Former Member
Former Member over 12 years ago

Hello everybody!

I just want to build a project which is similar to Xilinx Zynq Base TRD on my Zedboard. I have used one VDMA to write and read the video data to/ form the memory and the video patterns can be showed on the monitoru3002      Then, i add the second VDMA which is specially used by the Sobel Fitler IP to video data in/out u3002

I just want to use the first VDMA (S2MM channel)to write video data to  memory, and then use the seconde VDMA(MM2S) to read data from frame buffersu3002 But the second VDMA (MM2S channel ) gives the error status posted as follows:

INOUT VDMA WRITE Channel Status:    (first VDMA S2MM channel is ok)
         PARKPTR        = 0x00000000
        ------------------
         S2MM_DMACR       = 0x00010043
         S2MM_DMASR       = 0x00010000
         S2MM_STRD_FRMDLY = 0x00002000
         S2MM_START_ADDR0 = 0x30000000
         S2MM_START_ADDR1 = 0x30870000
         S2MM_START_ADDR2 = 0x310E0000
         S2MM_HSIZE       = 0x00001E00
         S2MM_VSIZE       = 0x00000438
         ----------------
         S2MM_HSIZE_STATUS= 0x00000000
         S2MM_VSIZE_STATUS= 0x00000000
         ----------------

FILTER VDMA READ Channel Status:  (Second VDMA in error status)
         PARKPTR          = 0x00000000
        ------------------
         MM2S_DMACR       = 0x00010003
         MM2S_DMASR       = 0x00015090      // SOFEarlyErr

         MM2S_STRD_FRMDLY = 0x00002000
         MM2S_START_ADDR0 = 0x30000000
         MM2S_START_ADDR1 = 0x30870000
         MM2S_START_ADDR2 = 0x310E0000
         MM2S_HSIZE       = 0x00001E00
         MM2S_VSIZE       = 0x00000438
         ----------------


How can i sovle this problem, please!u3000u3000

Any suggestion would be appreciate!

Dec

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 12 years ago

    I suspect it may be caused by the frame sync signalu3002But i have set fsync signals almost the same as Xilinx Zynq Base TRD projectu3002The fsync signals in my project just like this:

    (1)First VDMA (INOUT_VDMA) :
    S2MM channel: 'SOF on TUSER0' as fsync input;(the fync output 's2mm_fsync_out' as the fsync input source for other IPs)
    MM2S channel:  mm2s_fsync = s2mm_fsync_out

    (2)Second VDMA(FILTER_VDMA)
    MM2S channel: mm2s_fsync = INOUT_VDMA::s2mm_fsync_out
    S2MM channel: s2mm_fsync = INOUT_VDMA::s2mm_fsync_out

    (3)An IP(AXI_HDMI_TX_16B) do the same job as logicvc (axis vid out + timing)
    fsync input = INOUT_VDMA::s2mm_fsync_out

    The datapath in my project is that:
    Video Source => INOUT_VDMA(S2MM) => FILTER_VDMA(MM2S) => SOBEL FILTER => FILTER_VDMA(S2MM) => AXI_HDMI_TX_16B => Monitor



            

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    @swordhe: did you ever get this to work?  I am trying to do almost the same thing (using the video scaler core instead of a sobel filter), but I think I'm having issues with the FSYNC signal across all of the VDMAs.  Any advice?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube