R-Car/Boards/Yocto-Gen3-CommonFAQ/The error message "Error: ethernet@e6800000 address not set." is shown in U-boot.

From eLinux.org
Jump to: navigation, search

The error message "Error: ethernet@e6800000 address not set." is shown in U-boot.

You can fix in easy step as below.
Execute following commands in U-boot shell.
18px <translate> Note:</translate>

Input your board's mac address instead of "xx:xx:xx:xx:xx:xx ".
The original (board default) MAC address can be found on the label on top of RJ45 connector.
=> setenv bootcmd
=> setenv bootargs
=> setenv ethaddr xx:xx:xx:xx:xx:xx
=> saveenv