troubleshooting:known_issue

known issue

This are known issues about ODROID-XU4

When you remove the DC plug (HDMI still connected), the red LED stays ON if the HDMI monitor/TV generates some amount of reverse current.
It may need 5 to 15 seconds to discharge the current.
Before fully discharging, the DC-jack connection may not start the board automatically.
You will need to remove the HDMI cable or give some extra time to fully discharge.

There is no way to control the USB host power (VBUS) with software due to a missing control register.

Caution : Over-Voltage Protection feature
1. The power source must be connected to the DC-Jack.
2. Maximum over-voltage must be lower than 16Volt.

1. If your MicroSD-card does not satisfy the following conditions, replace the card.

  • The dimensions of the card must be standard.
  • Check for any deviations due to wear.
  • The wear of the pads will cause extremely negative side effects.

2. Excessive external force to the connector may cause damage. Please to not insert or operate as shown in the examples below:

  • Do not slope the sides of the card at insertion/extraction.
  • Do not twist vertically or horizontally in the inserted state.

3. To make a minimal volume of the connector, the card detection parts are partially exposed. Take care not to use excessive force to avoid breakage.

So you always meet this error message in the Kernel boot process because XU4 and XU3-Lite has no INA231 sensor on the board.

[   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.

target
 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.

If you want a traditional name of the Ethernet port eth0, follow this instruction. (Written by TeHashX forum member)
You can also fix the reconnection issue on router/switch rebooting.
Instruction

Update : Latest “sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade” fixed the issue.

2017/07/31 13:28 · luke.go

Those are known issues about ODROID-HC4.

USB2.0 USB Storage

USB2.0 Host port works well except when using a USB storage device.
This issue has been reported in the forum (Faulty USB ports on 4 different HC4 units) that the device's USB storage doesn't attach to the USB2.0 Host port properly.
This issue doesn't correspond to all USB storage devices. Some devices work properly (e.g. USB3.0 eMMC Module Writer).
If you want to use it as a USB storage via the USB2.0 Host port on ODROID-HC4, replace your OS with a third-party image(A higher version of Kernel 4.9), then it will work.

C4/HC4 Third party images

ODROID-C4 and HC4 has been using the same image.

2022/04/22 11:36 · neal
  • troubleshooting/known_issue.txt
  • Last modified: 2022/04/22 11:39
  • by neal