• 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
Name
Last commit
Last update
..
.gitignore Loading commit data...
Kbuild Loading commit data...
Makefile Loading commit data...
fa-calibration.c Loading commit data...
fa-core.c Loading commit data...
fa-debug.c Loading commit data...
fa-irq.c Loading commit data...
fa-regtable.c Loading commit data...
fa-spec-core.c Loading commit data...
fa-spec-dma.c Loading commit data...
fa-spec-irq.c Loading commit data...
fa-spec-regtable.c Loading commit data...
fa-spec.h Loading commit data...
fa-svec-core.c Loading commit data...
fa-svec-dma.c Loading commit data...
fa-svec-regtable.c Loading commit data...
fa-svec.h Loading commit data...
fa-zio-drv.c Loading commit data...
fa-zio-trg.c Loading commit data...
field-desc.h Loading commit data...
fmc-adc-100m14b4cha.h Loading commit data...
fmc-util.c Loading commit data...
onewire.c Loading commit data...
spi.c Loading commit data...