Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ======= Known Issue ======= This are known issues about ODROID-XU4 ====== HDMI Reverse current ====== 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.\\ ====== USB VBUS control issue ====== There is no way to control the USB host power (VBUS) with software due to a missing control register.\\ ====== Caution : Over-Voltage Protection feature ======= <WRAP round important 80%> ** 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.\\ </WRAP> ====== MicroSD Socket Handling Precautions ====== 1. If your [[odroid-xu4:hardware:xu4: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. {{:en:xu4:microsdsocket_handlingprecautions1.png?640}} 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. {{:en:xu4:microsdsocket_handlingprecautions2.png?160}} ====== XU4 and XU3-Lite have no energy sensor on board ====== So you always meet this error message in the Kernel boot process because XU4 and XU3-Lite has no INA231 sensor on the board. <code> [ 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) ============= </code> If you don't like that annoying message, add the driver module in the black list.\\ <code bash target> sudo nano /etc/modprobe.d/blacklist-odroid.conf </code> Just add this line in the odroid blacklist file.\\ <code> blacklist ina231_sensor </code> The annoying message will disappear. ====== Fix the Ethernet naming issue on Ubuntu 16.04 ====== If you want a traditional name of the Ethernet port eth0, follow this instruction. (Written by [[odroid-xu4:software:TeHashX]] forum member) \\ You can also fix the reconnection issue on router/switch rebooting.\\ [[http://forum.odroid.com/viewtopic.php?f=95&t=22760#p153422|Instruction]] Update : Latest "sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade" fixed the issue. odroid-xu4/troubleshooting/known_issue.txt Last modified: 2017/08/07 13:20by luke.go