MAC address and OTP memory - Raspberry Pi Forums
i noticed mac address partialy taken serial number.
2 issues:
1. see there lot of free space in otp memory. how can program otp memory? possible?
2. how set mac based on information stored in otp? part of code now?
- root@raspberrypi:~# cat /proc/cpuinfo
processor : 0
model name : armv6-compatible processor rev 7 (v6l)
bogomips : 2.00
features : half thumb fastmult vfp edsp java tls
cpu implementer : 0x41
cpu architecture: 7
cpu variant : 0x0
cpu part : 0xb76
cpu revision : 7
hardware : bcm2708
revision : 0011
serial : 00000000b86266ab
root@raspberrypi:~# ifconfig eth0
eth0 link encap:ethernet hwaddr b8:27:eb:62:66:ab
2 issues:
1. see there lot of free space in otp memory. how can program otp memory? possible?
2. how set mac based on information stored in otp? part of code now?
where see there lot of space ?
easy answer no - long answer not
don't change mac via otp
can change via
ip link set dev interface xx.xx.xx.xx.xx
easy answer no - long answer not
don't change mac via otp
can change via
ip link set dev interface xx.xx.xx.xx.xx
raspberrypi
Comments
Post a Comment