Documentation:NGW/Newbie/uboot
From AVRFreaks Wiki
[edit] Uboot
You have to be connected to the RS232 console port
Power the NGW on and you should see in your Console
the uboot process running.
When asked to enter uboot press space (You only have 2 seconds)
This will print the current config in uboot
printenv
This will set the console baudrate
setenv baudrate 115200
This will unset the ethernet (eth0) MAC address
setenv ethaddr=
Having problems changing the MAC Address? Getting this error
askenv ethaddr Please enter 'ethaddr':XX:XX:XX:XX:XX:XX Can't overwrite "ethaddr"
Try this
setenv ethaddr= askenv ethaddr Please enter 'ethaddr':XX:XX:XX:XX:XX:XX saveenv
Save environment variables
saveenv
For a complete list of commands and environment variables see Uboot
