Git Product home page Git Product logo

Comments (4)

xlyu avatar xlyu commented on May 5, 2024

please change “export CFG_TEE_CORE_LOG_LEVEL=5” to“export CFG_TEE_CORE_LOG_LEVEL=4“ in setup_fvp_optee.sh,
At prior version is(tee_trace_levels.h):
#define TRACE_MIN 1
#define TRACE_ALWAYS TRACE_MIN
#define TRACE_ERROR 2
#define TRACE_INFO 3
#define TRACE_DEBUG 4
#define TRACE_FLOW 5
#define TRACE_MAX TRACE_FLOW

And your 's version maybe is (trace_levels.h):
#define TRACE_MIN 1
#define TRACE_ERROR TRACE_MIN
#define TRACE_INFO 2
#define TRACE_DEBUG 3
#define TRACE_FLOW 4
#define TRACE_MAX TRACE_FLOW

from optee_os.

jbech-linaro avatar jbech-linaro commented on May 5, 2024

@vchong and xlyu , you're both right. This was changed not that long time ago and we missed to update the setup script. I have this change already on a patch preparing for some other functionality, but since that could take some time for that to get integrated it might be better to just change that single line in a separate patch. Please keep this issue open until the problem has been solved.

from optee_os.

leesagacious avatar leesagacious commented on May 5, 2024

Not only these, Will also report an error when starting,
Too many bugs !!

from optee_os.

jbech-linaro avatar jbech-linaro commented on May 5, 2024

I'm not sure if you are joking or just trolling. The issue is more than three years old and the mentioned files are not even in use anymore. If you fast forward 3-4 years in time and try the most current version, then things will work better. At least it is working for ~10 people on the same amount of platforms, this includes FVP which you are referring to here.

from optee_os.

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.