element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Zynq Base TRD 14.1 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 5 replies
  • Subscribers 329 subscribers
  • Views 335 views
  • Users 0 members are here
Related

Zynq Base TRD 14.1 On Zedboard?

Former Member
Former Member over 13 years ago


Has anyone had any luck getting the Xilinx Zynq Base TRD 14.1 running on the Zedboard?  I know it is intended for the ZC702 Evaluation Board, but I hoped the hardware would be similar enough to get close.

I tried just installing the binaries on the SD card and booting it, but it hung on:

INFO : Initialize HDMI OUT

The TRD is along the lines of a potential application, so I would like to see it run if it isn't impossible.

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

    Hi.
    I made my ZYNQ board. It has DDR3 512MB. I used reference example "zynq_base_trd_14.2".
    I did boot linux kernel(v3.3) already but I had a problem with video driver(xylonfb).

    The video frame buffer's address is 0x30000000 ~ 0x37FFFFFF at ZC702 because it has DDR3 1GB.
    So I changed it "0x10000000 ~ 0x17FFFFFF" at DTS file, because my board has 512MB.

    DTS modification
    *********************************************
                    logicvc0: logicvc@40030000 {
                            compatible = "xylon,logicvc-2.05.b", "xylon,logicvc-2.05.c";
                            reg = <0x40030000 0x6000>;
                            interrupt-parent = <&gic>;
                            interrupts = < 0 59 0 >;
                            buffer-0-offset = <1080>;
                            buffer-1-offset = <1080>;
                            buffer-2-offset = <1080>;
                            buffer-3-offset = <1080>;
                            buffer-4-offset = <1080>;
                            ...............
                            use-xtreme-dsp = <2>;
                            vmem-baseaddr = <0x10000000>;
                            vmem-highaddr = <0x17ffffff>;
                            vmem-data-bus-width = <64>;
                            vmem-interface = <2>;
                    };
    *****************************************************

    But I've got ioremap error.
    *****************************************************
    ### reg_base_phys = 0x40030000,reg_base_virt = 0xef898000
    ### layer_data->fb_phys = 0x10000000, layer_data->fb_size = 0x1950000
    ### layer_data->xylonfb_cd->xylonfb_flags = 0x10, FB_DMA_BUFFER = 0x1
    ------------[ cut here ]------------
    WARNING: at arch/arm/mm/ioremap.c:241 __arm_ioremap_pfn_caller+0x108/0x1a4()
    Modules linked in:
    [<c0012928>] (unwind_backtrace+0x0/0xe0) from [<c001e84c>] (warn_slowpath_common+0x4c/0x64)
    [<c001e84c>] (warn_slowpath_common+0x4c/0x64) from [<c001e87c>] (warn_slowpath_null+0x18/0x1c)
    [<c001e87c>] (warn_slowpath_null+0x18/0x1c) from [<c001733c>] (__arm_ioremap_pfn_caller+0x108/0x1a4)
    [<c001733c>] (__arm_ioremap_pfn_caller+0x108/0x1a4) from [<c0017438>] (__arm_ioremap_caller+0x50/0x54)
    [<c0017438>] (__arm_ioremap_caller+0x50/0x54) from [<c01742bc>] (xylonfb_init_driver+0x3f4/0xaf0)
    [<c01742bc>] (xylonfb_init_driver+0x3f4/0xaf0) from [<c0175fdc>] (xylonfb_of_probe+0x71c/0x800)
    [<c0175fdc>] (xylonfb_of_probe+0x71c/0x800) from [<c019a6c8>] (platform_drv_probe+0x14/0x18)
    [<c019a6c8>] (platform_drv_probe+0x14/0x18) from [<c01997d0>] (driver_probe_device+0xc8/0x184)
    [<c01997d0>] (driver_probe_device+0xc8/0x184) from [<c01998ec>] (__driver_attach+0x60/0x84)
    [<c01998ec>] (__driver_attach+0x60/0x84) from [<c01983a0>] (bus_for_each_dev+0x48/0x74)
    [<c01983a0>] (bus_for_each_dev+0x48/0x74) from [<c01990ec>] (bus_add_driver+0x98/0x214)
    [<c01990ec>] (bus_add_driver+0x98/0x214) from [<c0199dc4>] (driver_register+0xa0/0x134)
    [<c0199dc4>] (driver_register+0xa0/0x134) from [<c041fab4>] (xylonfb_of_init+0x30/0x54)
    [<c041fab4>] (xylonfb_of_init+0x30/0x54) from [<c000858c>] (do_one_initcall+0x90/0x160)
    [<c000858c>] (do_one_initcall+0x90/0x160) from [<c040f854>] (kernel_init+0x84/0x128)
    [<c040f854>] (kernel_init+0x84/0x128) from [<c000dfcc>] (kernel_thread_exit+0x0/0x8)
    ---[ end trace 39f178f86d67a36c ]---
    Error xylonfb ioremap REGS 0xEF898000 FB 0x0
    logicvc: probe of 40030000.logicvc failed with error -12
    ********************************************

    This error point is here.
    *********************************************
    linux_xlnx/drivers/video/xylon/xylonfb/core/xylonfb.c
    at 750 line

    753         } else {
    754                 pr_notice("###2 Video bufer ioremapping
    ");     // by cokang
    755                 layer_data->fb_virt =
    756                         ioremap_wc(layer_data->fb_phys, layer_data->fb_size);
    757         }
    *********************************************

    I don't know how to solve it.

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

    I met the same problem...did you solve it?
    Do me a favour~~:)

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

    I met the same problem...did you solve it?
    Do me a favour~~:)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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