Git Product home page Git Product logo

Comments (5)

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

The make run command does not seem to select board config for u-boot. I had to do it manually; not sure what the intended config was, but I used:

You got this on a brand new setup? I'm a bit surprised, because in our CI we're running the commands like described in the readme (CI starts from scratch).

from optee_docs.

mefistotelis avatar mefistotelis commented on May 14, 2024

You got this on a brand new setup?

Yes. The Ubuntu installation I used was fresh, at least in development area.

I'm a bit surprised, because in our CI we're running the commands like described in the readme (CI starts from scratch).

Looking into the code, I see 'scripts/kconfig/merge_config.sh' is supposed to take care of the configuration. It is used in place of executing make NAME_defconfig. This evidently didn't worked for me.

I also see you use hyphen in variable names for make, ie U-BOOT_DEFCONFIG_FILES. This is allowed, but with remarks. From the manual:

A variable name may be any sequence of characters not containing ‘:’, ‘#’, ‘=’, or whitespace. However, variable names containing characters other than letters, numbers, and underscores should be considered carefully, as in some shells they cannot be passed through the environment to a sub-make (see Communicating Variables to a Sub-make).

At the moment, I can't tell why merge_config.sh didn't worked. I didn't stored logs, unfortunately.

from optee_docs.

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

At the moment, I can't tell why merge_config.sh didn't worked. I didn't stored logs, unfortunately.

I need help to understand whether this is an issue or not? If there is anything not working, then it should be fixed. But since we're running this in CI and haven't seen the problem, we cannot replicate it. So if you're facing an issue, I'd kindly ask you to provide a fix for it if possible.

from optee_docs.

mefistotelis avatar mefistotelis commented on May 14, 2024

I need help to understand whether this is an issue or not?

No, there is no issue. I wasn't able to replicate the problem on a second op-tee tree on that machine. So the issue I had must have been caused by not having some of the necessary tools, which I installed later as the compilation progressed further.

from optee_docs.

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

Ok, in that case, then I'll close this ticket. Thanks for raising the issue, sometimes there are issues that needs a fix even though it cannot be replicated on our end (lots of bits and pieces needs to play nicely together).

from optee_docs.

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.