GithubHelp home page GithubHelp logo

Comments (2)

mariotesi avatar mariotesi commented on June 17, 2024

Hi,

It seems there are some missing kernel modules loaded on your target board.
Please consider the lsm6dsox sensor module depends on the IIO framework so also the IIO modules must be installed on the board. I suggest to repeat the module_install after enabling the lsm6dsox module in the menuconfig which automatically selects the build of all the dependent modules as well.

On my RPI with k5.15 this is the modules dependency after command lsmod | grep lsm6dso:
st_lsm6dsox_spi 16384 0
regmap_spi 16384 1 st_lsm6dsox_spi
st_lsm6dsox_i2c 16384 0
st_lsm6dsox 57344 2 st_lsm6dsox_i2c,st_lsm6dsox_spi
kfifo_buf 16384 1 st_lsm6dsox
industrialio 81920 2 st_lsm6dsox,kfifo_buf
regmap_i2c 16384 1 st_lsm6dsox_i2c

from st-mems-android-linux-drivers-iio.

rosterloh avatar rosterloh commented on June 17, 2024

Hi @mariotesi, thanks for your response. The output of my lsmod shows all the required modules are loaded on my system.

Module                  Size  Used by
regmap_spi             16384  0
kfifo_buf              16384  0
industrialio           90112  1 kfifo_buf
regmap_i2c             16384  2 lm75,rtc_pcf85063

I cannot however successfully load the st_lsm6dsox module. Can you think of any other things to try?

from st-mems-android-linux-drivers-iio.

Related Issues (14)

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.