• Federico Vaga's avatar
    tools: add tool to load calibration data · 1cf4b8e0
    Federico Vaga authored
    This program does nothing more than this:
    
    dd if=eeprom of=calibration_data ibs=1 skip=256 count=108 obs=108
    
    But it takes the shape of a C program so that we can validate input
    and we can play with the offset (skip) based on our needs. And we can
    print them in a more readable format
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    1cf4b8e0
Makefile 1 KB