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 Ultrazed EV CC problem config 8t49n241 from EEPROM
  • 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 Suggested Answer
  • Replies 7 replies
  • Answers 1 answer
  • Subscribers 349 subscribers
  • Views 1019 views
  • Users 0 members are here
  • Ultrazed Hardware Design
Related

Ultrazed EV CC problem config 8t49n241 from EEPROM

pierlum
pierlum over 5 years ago

Hello I'm working with Ultrazed EV carrier card and Ultrazed EV SOM. I can configurate 8t49n241 for generate 148,5MHZ clock for SDI and it works. I also wrote the EEPROM with I2C and it works. And If I manually copy the content of EEPROM in registers 0x08 - 0x83 of clock generator 8t49n241 it works. But I2C Boot-up mode from EEPROM doesn't work and BOOTFAIL and EEP_ERR status bit are high. Anyone could help me?

Thank you.

Attachments:
imageIDT_8T49N241_DST_20190305.pdf
image21210L.pdf
  • Sign in to reply
  • Cancel

Top Replies

  • narrucmot
    narrucmot over 5 years ago +1
    Hello Pierluigi, I am unable to download or view the attached PDF files. Can you perhaps paste the information here in plain text? Thanks, Tom
  • drozwood90
    drozwood90 over 4 years ago in reply to francaprgonz +1 suggested
    Hi there, Once you go through the IDT (now Renesas) configuration tool and export the necessary files, here is the code we use to program the EEPROM. https://github.com/Avnet/petalinux/tree/master/configs…
Parents
  • francaprgonz
    0 francaprgonz over 4 years ago

    Hi Pier Luigi. Can you share with me how you configurate the CLK to 148.5MHz ? Im also trying to use SDI. Thank you very much !

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • drozwood90
    0 drozwood90 over 4 years ago in reply to francaprgonz

    Hi there,

     

    Once you go through the IDT (now Renesas) configuration tool and export the necessary files, here is the code we use to program the EEPROM.

    https://github.com/Avnet/petalinux/tree/master/configs/meta-user/uz7ev_evcc_factest/recipes-apps/eeprom-test/files

     

    You can leverage that to configure your own EEPROM setup for your clock.

     

    --Dan

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • francaprgonz
    0 francaprgonz over 4 years ago in reply to drozwood90

    Hi Daniel, sorry for the delay to answer.

    When you said "IDT config tool" is this : https://www.renesas.com/us/en/buy-sample/customize/163511 
    Or with "Timing Commander" program.

    Once i have my "txt" with the configuration. that script can be run in the linux board ?
    Im confuse about the steps to do it.
    Best,
    FC


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • francaprgonz
    0 francaprgonz over 4 years ago in reply to drozwood90

    Hi Daniel, sorry for the delay to answer.

    When you said "IDT config tool" is this : https://www.renesas.com/us/en/buy-sample/customize/163511 
    Or with "Timing Commander" program.

    Once i have my "txt" with the configuration. that script can be run in the linux board ?
    Im confuse about the steps to do it.
    Best,
    FC


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • bhfletcher
    0 bhfletcher over 4 years ago in reply to francaprgonz

    Either the online Configurator or the Timing Commander software is capable of producing the clock config files.

     

    I haven't done it myself, but it would appear that you use the eeprom-test.sh script that is in the GitHub folder that Dan previously referenced.

     

    Bryan

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • francaprgonz
    0 francaprgonz over 4 years ago in reply to bhfletcher

    Hi Bryan,

    Thank you for your answer, i have 2 questions that maybe i can know.

    So, the IDT 8T49N241-048NLGI  has:

    Default output frequencies:

    – Output 0 – 100 MHz, HCSL, 3.3V, PCIe_REFCLK to PCIe port connector J14 with 33 ohm series termination resistors.

    – Output 1 – 148.5 MHz, LVDS, 3.3V, AUX/Loopback, JX2 GTH_REFCLK[5]

    – Output 2 – 250 MHz, LVDS, 3.3V, 3G-SDI, JX2 GTH_REFCLK[2]

    – Output 3 – 148.5 MHz, LVDS, 3.3V, HDMI, JX2 GTH_REFCLK[0]

     

    Default U6 configuration:

    – U6 default address is 0xD8, configurable through JT1 and JT2

    – Reads configuration memory at address 0xA4

    – Device’s Vccore and Vanalog at 2.5V.

    – VCCCS at 1.8V to allow I2C master bus compliance

    – Default output level set to 3.3V.

    – Reference clock: 25 MHz internal

    – Phase Shift: 0 degrees

    – Output type: Multiple

    – Slew Rate: set to 1.0x


    Questions:
    1) I want to change the Output 2 , do you know if i can open the default config in Timing Commander software (IDT8T49N241_10Aug17_EEPROM.TXT can be contain this default config)

    2) Once i have my txt with the config, do i need to execute this code inside the linux working in the Ultrazed EV ? because it say "configurable through JT1 and JT2 " so i dont know the steps to do.

    My main idea is to make a little tutorial with the steps for future people that start with Ultrazed EV and post the tutorial here.

    Best,
    FC




    • 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