Home away from home 
Joined: 2006/12/1 19:07 Last Login
: Yesterday 18:27
From Germany
Group:
Registered Users
|
@kishigo You can use "setenv stdout vga,serial", "saveenv" to get that result as well. To delete an U-Boot variable, which will reset it to it's defaults, use "setenv stdout", "saveenv".
Doesn't matter much for "stdout", but it's important for example for the ethernet MAC address(es), the included SD card has it set (at least on my X5000 that was the case), resulting in all X5000 systems using the same value, which is a problem if you have more than one X5000 in the same LAN. If you delete it ("setenv ethaddr", "saveenv") the default is to read it from the hardware which should have a different MAC address for each system.
|