Commit 16b3ed01 authored by Matthieu Cattin's avatar Matthieu Cattin

test23: Creates an empty 'data' folder (sdbfs structure).

parent 5795141e
......@@ -265,6 +265,12 @@ P1 Bank A nb signal=%d, P1 Bank B nb signal=%d, P2 Bank A nb signal=%d, P2 Bank
f_name.write(char)
f_name.close()
#==================================================
# Create an empty 'data' folder
cmd = "mkdir " + SDBFS_DIR + "data"
print("Create empty data folder, cmd: %s\n"%(cmd))
os.system(cmd)
#==================================================
# Generate eeprom image with gensdbfs
cmd = "gensdbfs " + SDBFS_DIR + " " + EEPROM_BIN_FILENAME
......
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