This is an old revision of the document!
====== XU4 and XU3-Lite have no energy sensor on board ======
So you always meet this error message in the Kernel boot process.
[ 11.229087] [c4] INA231 2-0040: I2C write error: (-6) reg: 0x0 [ 11.233666] [c4] INA231 2-0040: ============= Probe INA231 Fail! : sensor_arm (0xFFFFFFFA) ============= [ 11.244188] [c4] INA231 2-0041: I2C write error: (-6) reg: 0x0 [ 11.249087] [c4] INA231 2-0041: ============= Probe INA231 Fail! : sensor_mem (0xFFFFFFFA) ============= [ 11.259855] [c5] INA231 2-0044: I2C write error: (-6) reg: 0x0 [ 11.264473] [c5] INA231 2-0044: ============= Probe INA231 Fail! : sensor_g3d (0xFFFFFFFA) ============= [ 11.274430] [c5] INA231 2-0045: I2C write error: (-6) reg: 0x0 [ 11.279926] [c5] INA231 2-0045: ============= Probe INA231 Fail! : sensor_kfc (0xFFFFFFFA) =============
If you don't like that annoying message, add the driver module in the black list.
sudo nano /etc/modprobe.d/blacklist-odroid.conf
Just add this line in the odroid blacklist file.
blacklist ina231_sensor
The annoying message will disappear.
====== Fix the Ethernet naming issue ======
If you want a traditional eth0 name of the Ethernet port, follow this instruction. (Written by TeHashX forum member)
Instruction