On 9/26/07, Ward Vandewege ward@gnu.org wrote:
I would like a way to change the MAC address for a rom image with some tool - ideally as an option to flashrom, I guess. Keep in mind that there can be multiple addresses on a board!
There are many ways to do this in Linux-land. xxd->sed->xxd would certainly be one easy way. (maybe dd would would even work)