Commit 9fbba431 authored by Matthieu Cattin's avatar Matthieu Cattin

test29: Change sdbfs rootdir offset.

parent 16b3ed01
......@@ -146,7 +146,7 @@ def main (default_directory='.'):
print "Manufacturing date found in EEPROM: %d (will be preserved)\n" % mfg_date_min
# List sdbfs files
cmd = 'sdb-read -e 0x1000 -l ' + EEPROM_BIN_FILENAME
cmd = 'sdb-read -e 0x200 -l ' + EEPROM_BIN_FILENAME
print("cmd: %s"%(cmd))
os.system(cmd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment