diff --git a/right/build/kds/.cproject b/right/build/kds/.cproject
index 3eb3f5f..cea2f5f 100644
--- a/right/build/kds/.cproject
+++ b/right/build/kds/.cproject
@@ -577,6 +577,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/right/build/kds/.gitignore b/right/build/kds/.gitignore
index cf5f4ae..e1567fd 100644
--- a/right/build/kds/.gitignore
+++ b/right/build/kds/.gitignore
@@ -4,3 +4,4 @@
/v6-release/
/v6-debug/
/v7-release/
+/v7-release-srec/
diff --git a/right/build/kds/.settings/language.settings.xml b/right/build/kds/.settings/language.settings.xml
index c7cc437..fef2e54 100644
--- a/right/build/kds/.settings/language.settings.xml
+++ b/right/build/kds/.settings/language.settings.xml
@@ -44,4 +44,15 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/right/build/kds/blhost-unix.sh b/right/build/kds/blhost-unix.sh
new file mode 100755
index 0000000..bb59fb0
--- /dev/null
+++ b/right/build/kds/blhost-unix.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -x # echo on
+
+jump-to-bootloader.js
+sleep 2 &&
+blhost --usb 0x15a2,0x0073 flash-erase-all 0 &&
+blhost --usb 0x15a2,0x0073 flash-image v7-release-srec/uhk-right.srec &&
+blhost --usb 0x15a2,0x0073 reset