• Theodor-Adrian Stana's avatar
    sw: Added support for commands in older ELMA f/w versions · aa15ee48
    Theodor-Adrian Stana authored
    The ELMA readreg/writereg commands changed some time ago from;
    
    readreg slot reg-index
    writereg slot reg-index hex-val-to-write
    
    to
    
    readreg slot reg-hex-addr
    writereg slot reg-hex-addr hex-val-to-write
    
    Previously, the ei2c.py script was quickly changed from one version to another
    to validate that the hardware works. Now, I finally found the time to make the
    addition to support the older versions as well.
    
    The ei2c.py was changed to check (in the open()) function which f/w version we
    have on the ELMA SysMon and applies the correct command based on version.
    aa15ee48
Name
Last commit
Last update
..
catbstream Loading commit data...
diag Loading commit data...
ei2c Loading commit data...
multiboot Loading commit data...
pulsetest Loading commit data...
regtest Loading commit data...
regupdate Loading commit data...
startuptest Loading commit data...
README.txt Loading commit data...