From 0b9b24ca08581b71eb9812a72333102a539449b8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 27 Jan 2022 17:06:21 +0100 Subject: [PATCH] try new symlink for eive-i2c --- bsp_q7s/boardconfig/busConf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp_q7s/boardconfig/busConf.h b/bsp_q7s/boardconfig/busConf.h index e6e399cb..c01b385d 100644 --- a/bsp_q7s/boardconfig/busConf.h +++ b/bsp_q7s/boardconfig/busConf.h @@ -6,7 +6,7 @@ namespace q7s { static constexpr char SPI_DEFAULT_DEV[] = "/dev/spidev2.0"; static constexpr char SPI_RW_DEV[] = "/dev/spidev3.0"; -static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-0"; +static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-eive"; static constexpr char UART_GNSS_DEV[] = "/dev/ttyUL0"; static constexpr char UART_PLOC_MPSOC_DEV[] = "/dev/ttyUL2";