Other Parts Discussed in Thread: UNIFLASH, SEGGER
What tool can automatically fill in the unique portion of the MAC address and a serial number?
The dev-kits store that MAC address in user register 0 and 1. I can read and write new address to this memory with UniFlash. Unfortunately, humans are slow and error prone, so this method is not good for manufacturing.
Uniflash is inspiring due to the command line. The flash process should be part of some script that performs testing and logs results. A simple interface is deal for a python script.
Does Uniflash have some feature that grabs the next valid number form file and flash it to a memory region (or inject it to the .out binary)? I can't find anything similar in the documentation...
TI has invested effort into the manufacturing of the TM4C dev kits. Documenting and sharing this process would be an amazing resource.