Coder Social home page Coder Social logo

Comments (4)

madisongh avatar madisongh commented on September 16, 2024 1

It would help to know which branch you're using, but I'm guessing it's one of the L4T R35.x-based branches with the 5.10 kernel...

The old 32-bit timespec structure, and related functions, were removed in (I think) the 5.6 kernel - part of fixing the Y2038 problem in the kernel. I suspect that NVIDIA just hasn't updated that driver for 5.10, since it's not part of the stock kernel configuration for L4T. Try patching the driver to use timespec64_to_ns instead; since we're a 64-bit architecture, timespecs even pre-5.6 should have been mapped into timespec64s anyway.

ETA: I just noticed that you do mention "kirkstone" in the title, so my guess was right.

from meta-tegra.

ichergui avatar ichergui commented on September 16, 2024

Hi @intera91
Could you please share the steps you followed until having the issue ?

from meta-tegra.

intera91 avatar intera91 commented on September 16, 2024

Just a simple bitbake virtual/kernel after enabling CONFIG_NVS in the kernel as we have an ICM20689 in our production board that is connected to SPI

from meta-tegra.

ichergui avatar ichergui commented on September 16, 2024

I will take a look and will get back to you

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.