Coder Social home page Coder Social logo

Comments (6)

madisongh avatar madisongh commented on August 12, 2024

Does this happen consistently, or only sometimes? There may be a missing dependency that is leading to a race between populating u-boot's license info and its consumption by the do_image_complete task.

If you add this to your local.conf, does the problem go away?

do_image_tegraflash[depends] += "u-boot:do_populate_lic"

from meta-tegra.

mwcoop avatar mwcoop commented on August 12, 2024

The problem is very consistent on my systems. Of course, race conditions are a unique beast. Your suggestion does solve the issue. Oddly enough this caused an additional ~800 tasks to run compared to what was running before.

I am new to the scale of Yocto so find it daunting to deal with race conditions like this. :)

from meta-tegra.

madisongh avatar madisongh commented on August 12, 2024

Yeah, races like this can be very dependent on specific hardware configurations on the build host. I'm just surprised I haven't run into it myself before.

Glad that workaround helped... I'll do a bit more investigating and put a fix in place for this, when I get a chance.

from meta-tegra.

mwcoop avatar mwcoop commented on August 12, 2024

And it works for both minimal and sato which is good.

Not to hijack this completely but where are the files for flashing for TX2? Not seeing things that seem to match your Wiki page.

from meta-tegra.

madisongh avatar madisongh commented on August 12, 2024

The zip package at tmp/deploy/images/jetson-tx2/core-image-{minimal,sato}-jetson-tx2.tegraflash.zip contains everything you should need. Just unzip that somewhere and execute the doflash.sh script there (under sudo if required for access to the USB device).

from meta-tegra.

mwcoop avatar mwcoop commented on August 12, 2024

from meta-tegra.

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.