From 489603d6d95ee41309bae07ba68d92386c6ac8a3 Mon Sep 17 00:00:00 2001
From: Francis Rowe
+ Two new files will be created: +
+You can find out your MAC address from ip addr or ifconfig in GNU/Linux. Alternatively, if you are running libreboot already (with the correct MAC address in your ROM), dump it (flashrom -r) and read the first 6 bytes from position 0x1000 (or 0x2000) in a hex editor @@ -81,18 +89,11 @@
- A bash script is also included in libreboot which will change the mac address (using ich9gen)
+ A bash script is also included in libreboot_util which will change the mac address (using ich9gen)
on all GM45 ROM images. For instance:
- $ ./ich9macchange XX:XX:XX:XX:XX:XX
+ $ ./ich9macchange path/to/libreboot.rom XX:XX:XX:XX:XX:XX romsize
+ romsize should be 4 or 8, depending on whether the ROM image is for a 4MiB or 8MiB flash chip.
- Two new files will be created: -
-ich9gen executables can be found under ./ich9deblob/ statically compiled in -- cgit v0.9.1