Giter VIP home page Giter VIP logo

Comments (5)

madisongh avatar madisongh commented on August 12, 2024 1

Sounds like you need to include the needed firmware in your image, too, doesn't it? There is a linux-firmware-iwlwifi-8265 package available which might provide what you need.

from tegra-demo-distro.

ierturk avatar ierturk commented on August 12, 2024 1

Hi @madisongh, I added the command nmcli as follow. Everything seems to be OK. I have just a problem the module. Initialization take some time then usual because of the system try all ucodes from 26 to 22. For now we can close the issue.

IMAGE_INSTALL:append = " networkmanager-nmcli"

Thanks again.
Ibrahim

from tegra-demo-distro.

madisongh avatar madisongh commented on August 12, 2024

Just add the needed kernel modules to your image. If you know that just those two are needed, then putting

CORE_IMAGE_EXTRA_INSTALL = "kernel-module-iwlwifi kernel-module-uvcvideo"

in your local.conf should be enough. If there are other kernel modules that you might need, you could just use

CORE_IMAGE_EXTRA_INSTALL = "kernel-modules"

to have all kernel modules included in the image.

from tegra-demo-distro.

ierturk avatar ierturk commented on August 12, 2024

Thanks for prompt reply. Now uvc camera is up. But iwlwifi has some error. I get the info from dmesg as follow

root@jetson-nano-devkit:~# dmesg | grep iwl
[   11.267537] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[   11.269642] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[   11.269645] iwlwifi 0000:01:00.0: Falling back to user helper
[   72.819169] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[   72.819201] iwlwifi 0000:01:00.0: Falling back to user helper

from tegra-demo-distro.

ierturk avatar ierturk commented on August 12, 2024

hi @madisongh,

Thanks for your great support. I also added some extra code and it seems to be OK now.

IMAGE_INSTALL:append = " linux-firmware-iwlwifi-8265"
IMAGE_INSTALL:append = " kernel-module-iwlwifi"
IMAGE_INSTALL:append = " kernel-module-iwlmvm"
IMAGE_INSTALL:append = " kernel-module-iwldvm"
IMAGE_INSTALL:append = " kernel-module-uvcvideo"

I have just one more question how to get the command nmcli. I added extra packahe as follow bot no command found nmcli.

IMAGE_INSTALL:append = " networkmanager" 
IMAGE_INSTALL:append = " modemmanager"
PACKAGECONFIG:append_pn-networkmanager = " nmcli"

Regards,
Ibrahim

from tegra-demo-distro.

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.