GithubHelp home page GithubHelp logo

Comments (1)

MarWit avatar MarWit commented on September 24, 2024

Hi @kwangbaeklee99, thanks for reporting the issue.

We've done some testing based on information you provided as well as included binaries, and it seems that the problem is related to Zephyr configuration rather than simulation itself.
From what we've seen, provided .dts file is making use of a cadence,gem compat string, which is currently not supported in Zephyr (and there is no Cadence GEM driver in the tree). There is however driver for xlnx,gem, but in its current state it doesn't seem to be usable in different context besides ARM platforms (or even ZYNQ-based platforms for that matter).

We've also briefly analyzed binaries that have been included in the issue and they don't seem to include any Cadence-related symbols or driver logic. Are you perhaps using custom fork of Zephyr, that includes extra support for this Ethernet block?

Finally, last problem you encountered is related to clock control, which currently is not modeled for this platform.
Typically, it's not a big issue, though as you can mock necessary parts to make the initialization phase to pass by adding a following snippet to the .repl file.

sysbus:
  init add:
    Tag <0x10000004 +4> "ClockControl" 0xffffffff

With this change, binary provided in the issue is running properly, but it is falling back to shell as no default Ethernet is configured.

from renode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.