The UUID is stored in the u-boot configuration space. You can print
what's there with "fw_printenv" in Linux, or "printenv" at the u-boot
prompt. The two variables you need are serial# and ethaddr, so the
following should work at the u-boot prompt:


Code:
--------------------
    setenv serial# (uuid, as a sequence of 32 hex digits, no dashes):0007
--------------------


I'm not sure what the part after the colons is, but it was 0007 on my
working Controller, so I just copied it over. ;-)

I don't remember if I also had to add the MAC address to the config
Flash... if it's not already there, you may have to do:


Code:
--------------------
    setenv ethaddr 00:04:20:nn:nn:nn
--------------------


Just copy over the address from what's printed under the battery.

That should do it...


-- 
jacobdp
------------------------------------------------------------------------
jacobdp's Profile: http://forums.slimdevices.com/member.php?userid=12
View this thread: http://forums.slimdevices.com/showthread.php?t=49519

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to