Why I have gpiochip792 in /sys/class/gpio but gpiodetect says me that I have gpiochip0? In /sys/class/gpio I have only gpiochip792 link.
Why I have gpiochip792 in /sys/class/gpio but `gpiodetect` says me that I have gpiochip0
607 Views Asked by Alexander Raih At
1
There are 1 best solutions below
Related Questions in EMBEDDED-LINUX
- How to offload NAPI poll function to workqueue
- Why Device Tree Structure (DTS) file is needed both in bootloader and kernel source code?
- Qtwebengine on Embedded linux, with qtwayland and OpenGL not working, black rectangles seen on browser
- board firmware update through uefi capsule feature from Linux
- How to get list of programs which can open a particular file extension in Linux?
- u-boot select boot partition based on GPIO state
- Bit Bang with SPI (fwirte, write performance)
- How to setup test SMTP server for devices on local network
- Documentation for regulator framework with device tree
- TechWell TW6869 driver does not generate interrupts on embedded device
- How to change tty group on Linux (build with buildroot)
- How to save console log from chrome in local file without any third party tool?
- Raw access on eMMC with alternating speeds
- Qt application randomly failing to properly paint the interface showing black screen instead
- Trouble implementing android_serialport_api into my own application
Related Questions in GPIO
- Using camera shutter to trigger MPU6050 on raspberry pi
- Raspberry Pi: printf() doesn't work with wiringPi
- Cannot set GPIO pins in FT230X in Centos
- u-boot select boot partition based on GPIO state
- QT GUI thread stuck when reading from /dev/input/event*
- Raspberry Pi GPIO with python
- Variable voltage for GPIO windows IOT Core
- Read GPIO Register
- TelosB GPIO interrupts in Contiki
- Problems with controlling a servo with java and Pi4J on a Raspberry PI 2
- Raspberry Pi- Using Threaded Callbacks to pause main loop
- RPi GPIO status update to php button and script
- Raspberry Pi C++ PHP Gpio
- Scratch + GPIO + Adafruit MotorHAT
- How to handle an interrupt from the GPIO Expander(PCA953X)
Related Questions in OPENBMC
- In openbmc what is the difference between the xyz path and the /redfish/v1 path
- Dynamically generate a service file in openbmc
- Why don't I see the new company tree I added to phosphor-dbus-interfaces
- how does the baseboard management controller (BMC) talk to the host machine?
- How to enable USB 2.0 Host on AST2500?
- Using busctl to create a log entry
- using busctl to read sensor values in openbmc
- Why I have gpiochip792 in /sys/class/gpio but `gpiodetect` says me that I have gpiochip0
- How do I fix a webui build that is causing CAfile error when git needs a cerfiticate for a npm install of noVNC
- Adding first opembmc user for the webui
- How to access the Redfish(https://xxx.xxx.xxx:8000/redfish/v1 ) in Openbmc
- Yocto out-of-tree module install problem (version incompatibility)
- How to print debug message in the OpenBMC
- Bmcweb sensors cannot be shown successfully
- Redfish structure implementation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
/sys/class/gpio folder is visible when legacy GPIO interface is enabled. While the /dev/gpiochip0 is for new character device interface that has to be used.
libgpiodproject supplies a few shell tools to get an information about GPIO chips and manipulate lines on them (to some extent). That said, the two in the question are different representation depending on the ABI user wants to use.