Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu4_tips [2016/08/02 11:47] odroid [Fix the Ethernet naming issue on Ubuntu 16.04] |
en:xu4_tips [2016/11/23 10:27] (current) odroid [Fix the Ethernet naming issue on Ubuntu 16.04] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== XU4 and XU3-Lite have no energy sensor on board ====== | ====== XU4 and XU3-Lite have no energy sensor on board ====== | ||
- | So you always meet this error message in the Kernel boot process. | + | 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> | <code> | ||
[ 11.229087] [c4] INA231 2-0040: I2C write error: (-6) reg: 0x0 | [ 11.229087] [c4] INA231 2-0040: I2C write error: (-6) reg: 0x0 | ||
Line 27: | Line 27: | ||
You can also fix the reconnection issue on router/switch rebooting.\\ | You can also fix the reconnection issue on router/switch rebooting.\\ | ||
[[http://forum.odroid.com/viewtopic.php?f=95&t=22760#p153422|Instruction]] | [[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. | ||