SOLVED VEYE-MIPI-IMX327S and veye_mipi_i2c.sh on Google coral dev board issue.
-
Hi There
I'm trying to use the I2c tool to control the VEYE-MIPI-IMX327s on the Google coral dev board.
I downloaded veye_mipi_i2c.sh from your Github repository.
But when I test it with ./veye_mipi_i2c.sh -r -f sensorid -b 1
I get
./veye_mipi_i2c.sh: line 134: ./i2c_read: No such file or directory
./veye_mipi_i2c.sh: line 136: ./i2c_read: No such file or directory
./veye_mipi_i2c.sh: line 138: ./i2c_read: No such file or directory
r sensor id is IMX7f7f; TWO boardsimilarly if I test with ./veye_mipi_i2c.sh -r -f dhver -b 1
I get
./veye_mipi_i2c.sh: line 121: ./i2c_read: No such file or directory
hardware version is 0x7fI'm probably missing something or doing something totally wrong so any advice would be much appreciated.
Am I meant to enable I2c as per the raspberry pi? I couldn't see a shell to do that in your repository.kind regards
Nigel. -
@nigel-gardiner
I guess it could be that the command does not have execute permission.
Try thischmod +x i2c_read i2c_write
-
Hi
Oh, my mistake I only downloaded veye_mipi_i2c.sh, I didn't realise it called i2c_read, i2c_write.
Sorry I will download all files tomorrow and try again.thanks
Nigel