by eduardoarnoldh » Fri Aug 16, 2013 7:16 pm
Hi. FIrst, I'd like to thank you for the information you provided, after long hours of search I couldn't find any full description of how should mac_addr be added into uEnv.txt.
Secondly, I'd like to describe my first problem: I've tried all possibilities with uEnv.txt but nothing changed. It turned out that uBoot wasn't reading my uEnv.txt. To correct that you can restore the default environment of uBoot. To perform this enter the uBoot console (you must connect via serial) and do:
$this->bbcode_second_pass_code('', '
env default -f -a
saveenv
reset
')
After this, my uEnv file was being read, but still, my MAC address was randomic. I've tried some options: 77:00:77:00:77:00, 69:75:24:DE:76:F6 and other ones, but nothing seemed to work. Then I decided to try the one that krovetz used, and it worked. I'd like to know why only that one worked, it's really awkward. I wondered if there was such a thing as a MAC address validator, but there isn't, as long that you have 12 hexadecimal values it's ok. Could someone explain the reason why this is happening? I'd like an easier to remember MAC Address.
Last edited by
eduardoarnoldh on Fri Aug 16, 2013 10:31 pm, edited 1 time in total.