Advanced Search
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 20, 2012, 01:27:57 AM
Home
Help
Calendar
Login
Register
News
: Welcome to GLomation peer support forum
Glomation
»
Peer Support Forums
»
GESBC-9260
»
Problem changin ethaddr
« previous
next »
Pages: [
1
]
Topic Tools
Topic Tools
Send this topic
Print
June 09, 2009, 09:40:20 AM
#0
A.J.Bellido
A.J.Bellido
Visit A.J.Bellido's website.
Show A.J.Bellido's last posts.
Show general stats for A.J.Bellido.
Full Member
Posts: 1
Problem changin ethaddr
Hi,
We need to assign an unique MAC address to each SBC. We want to do it by changin this variable“s value using the u-boot console, but when we try to change the ethaddr enviroment variable, we get this error:
Can't overwrite "ethaddr"
How do we must do that?
June 09, 2009, 10:15:10 AM
#1
admin
admin
Show admin's last posts.
Show general stats for admin.
Administrator
Super Hero
Posts: 342
Re: Problem changin ethaddr
The U-boot does not allow the MAC address be changed once it is set. You can erase the NAND FLASH sector that stores the U-boot environment variables at 0x60000.
September 10, 2010, 03:36:23 PM
#2
mimmus
mimmus
Show mimmus's last posts.
Show general stats for mimmus.
Super Hero
Posts: 10
Re: Problem changin ethaddr
setenv ethaddr XX:XX:XX:XX:XX:XX
nand erase 0x00060000 0x0004000
nand erase 0x000A0000 0x0004000
saveenv
«
Last Edit: September 10, 2010, 03:43:08 PM by mimmus
»
September 10, 2010, 04:07:28 PM
#3
admin
admin
Show admin's last posts.
Show general stats for admin.
Administrator
Super Hero
Posts: 342
Re: Problem changin ethaddr
Or in U-boot source code,
in include/configs/at91sam9250ek.h file enable the variable:
#define CONFIG_ENV_OVERWRITE 1
Pages: [
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Announcements
=> General Discussion
=> Programming Tips, Recommendded Readings, etc.
-----------------------------
Peer Support Forums
-----------------------------
=> GESBC-9302
=> GESBC-9260
=> GESBC-9G20
=> GESBC-2440
=> GESBC-9315
Loading...