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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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 & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Where is TCL file for microzed ZYNQ-7010?
  • 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
  • Replies 3 replies
  • Subscribers 348 subscribers
  • Views 466 views
  • Users 0 members are here
  • avnet_zed
Related

Where is TCL file for microzed ZYNQ-7010?

dexterous.me82
dexterous.me82 over 5 years ago

I am trying to use xilinix JTAG to load uboot.elf on to the RAM.

However, I need the tcl file to preset the processor settings.

 

source "tcl file" so that it can load my uboot.elf.

 

 

  • Sign in to reply
  • Cancel
  • drozwood90
    drozwood90 over 5 years ago

    All build artifacts would be present under the project build folder on your hard drive.

     

    --Dan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • narrucmot
    narrucmot over 5 years ago

    What you need is the Zynq First Stage Boot Loader (FSBL) elf file.  This, along with the u-boot elf file and PL bitstream (if you have one), can be used to boot via JTAG or can be packaged into a boot.bin file for booting via SD card, etc.  A good place to start with learning the flow of booting u-boot and Linux is one of Avnet's posted PetaLinux BSPs for the MicroZed SOMs.  Xilinx User Guide 1144 is an excellent resource developing with PetaLinux.

     

    --Tom

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dexterous.me82
    dexterous.me82 over 5 years ago in reply to narrucmot

    I did that but I can't see anything on the console.

     

    Serial console is blank when I write fsbl.elf to RAM using JTAG?

     

    I have generated fsbl.elf using Symbols - FSBL_DEBUG_INFO.

    I do see that if I create a boot gen image using this FSBL.elf and place in SD card.

    And then if I change the jumper to SD card mode, I see FSBL prints on the console.

    However, I don't see prints coming on to the serial port if I do load the

    fsbl.elf using JTAG and JTAG mode.

     

     

    xsct% targets 2

    xsct% source ps7_init.tcl

    Info: ARM Cortex-A9 MPCore #0 (target 2) Stopped at 0xffffff28 (Suspended)

    Info: ARM Cortex-A9 MPCore #1 (target 3) Stopped at 0xffffff34 (Suspended)

    Downloading Program -- C:/Users/abc/Downloads/JTAG_microzed_zynq7010/fsbl.elf

            section, .text: 0x00000000 - 0x0000fedb

            section, .handoff: 0x0000fedc - 0x0000ff27

            section, .init: 0x0000ff28 - 0x0000ff3f

            section, .fini: 0x0000ff40 - 0x0000ff57

            section, .rodata: 0x0000ff58 - 0x000112d3

            section, .data: 0x000112d8 - 0x00014047

            section, .eh_frame: 0x00014048 - 0x0001404b

            section, .mmu_tbl: 0x00018000 - 0x0001bfff

            section, .init_array: 0x0001c000 - 0x0001c003

            section, .fini_array: 0x0001c004 - 0x0001c007

            section, .rsa_ac: 0x0001c008 - 0x0001d03f

            section, .bss: 0x0001d040 - 0x0001ee71

            section, .heap: 0x0001ee72 - 0x00020e7f

            section, .stack: 0xffff0000 - 0xffffd3ff

    100%    0MB   0.1MB/s  00:01

    Setting PC to Program Start Address 0x00000000

    Successfully downloaded C:/Users/abc/Downloads/JTAG_microzed_zynq7010/fsbl.elf

     

     

    Infact, I wrote a simple hello world program. However, this hello world isn't

    appearing on the console.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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