Skip to main content
deleted 24 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 29
  • 156
  • 240

I'm a newbie to Linux andI would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.

What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Note: what I observe is everytime I boot up , I get to see only 1 and 3 and not 0 and 1. That doesn't change for all the boot up's. If I would like to do a symlink of these i2c1 and i2c3 to i20 and i2c1, is it possible?

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.

What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Note: what I observe is everytime I boot up , I get to see only 1 and 3 and not 0 and 1. That doesn't change for all the boot up's. If I would like to do a symlink of these i2c1 and i2c3 to i20 and i2c1, is it possible?

I would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.

What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Note: what I observe is everytime I boot up , I get to see only 1 and 3 and not 0 and 1. That doesn't change for all the boot up's. If I would like to do a symlink of these i2c1 and i2c3 to i20 and i2c1, is it possible?

How is the i2c bus number in /dev/i2c'x' assigned?

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.
What

What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Note: what I observe is everytime I boot up , I get to see only 1 and 3 and not 0 and 1. That doesn't change for all the boot up's. If I would like to do a symlink of these i2c1 and i2c3 to i20 and i2c1, is it possible?

How is the i2c bus number in /dev/i2c'x' assigned

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.
What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

How is the i2c bus number in /dev/i2c'x' assigned?

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3.

What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Note: what I observe is everytime I boot up , I get to see only 1 and 3 and not 0 and 1. That doesn't change for all the boot up's. If I would like to do a symlink of these i2c1 and i2c3 to i20 and i2c1, is it possible?

improved formatting
Source Link
Thomas
  • 6.7k
  • 8
  • 31
  • 34

I'm a newbie to Linux and would like to know how the i2ci2c bus number is assigned in Linux? In one of our legacy development board we have i2ci2c slave device connected. When I probe the device using i2cdetecti2cdetect, it shows/dev/i2c1 /dev/i2c1 and /dev/i2c3/dev/i2c3. 
What happened to i2c0i2c0 and i2c1i2c1 in /dev/dev? How are these numbers assigned? Can someone throw some insight on this?

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows/dev/i2c1 and /dev/i2c3. What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

I'm a newbie to Linux and would like to know how the i2c bus number is assigned in Linux? In one of our legacy development board we have i2c slave device connected. When I probe the device using i2cdetect, it shows /dev/i2c1 and /dev/i2c3. 
What happened to i2c0 and i2c1 in /dev? How are these numbers assigned? Can someone throw some insight on this?

Source Link
AKR
  • 81
  • 2
  • 2
  • 5
Loading