summaryrefslogtreecommitdiff
path: root/load_firmware.py
diff options
context:
space:
mode:
Diffstat (limited to 'load_firmware.py')
-rw-r--r--load_firmware.py6
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)