diff options
author | iximeow <me@iximeow.net> | 2019-03-15 19:08:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2019-03-15 19:08:25 -0700 |
commit | 1e720ec89ac03c5ed8534461c2f5340ac4dafa7d (patch) | |
tree | f8fefb3962fa8961b498941078cada2d196cfe4b /load_firmware.py | |
parent | 7ab1ab5f8d923eceda77e0913900a5abec4b4c15 (diff) |
several in-the-field tweaks for qhy367c
Diffstat (limited to 'load_firmware.py')
-rw-r--r-- | load_firmware.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/load_firmware.py b/load_firmware.py index 1c77316..171e613 100644 --- a/load_firmware.py +++ b/load_firmware.py @@ -44,3 +44,9 @@ fw_load = subprocess.check_output([ "./fxload", '-t', 'fx3', '-I', 'firmware/qhy/{}'.format("QHY367.img"), '-D', camera_path]) print(fw_load) + +time.sleep(1) + +path = get_path("1618:c367") + +fix_perms(path) |