From 41faa98fcd1a36bc6bf74f256b0e12c19513043d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 16 Jun 2018 18:22:01 +0200 Subject: [PATCH] Update the firmware update instructions and URL. --- packages/uhk-common/src/util/constants.ts | 2 +- .../firmware/device-firmware.component.html | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/packages/uhk-common/src/util/constants.ts b/packages/uhk-common/src/util/constants.ts index 9157901d..f5d1912c 100644 --- a/packages/uhk-common/src/util/constants.ts +++ b/packages/uhk-common/src/util/constants.ts @@ -1,4 +1,4 @@ export namespace Constants { export const AGENT_GITHUB_URL = 'https://github.com/UltimateHackingKeyboard/agent'; - export const FIRMWARE_GITHUB_ISSUE_URL = 'https://github.com/UltimateHackingKeyboard/agent/issues/567'; + export const FIRMWARE_GITHUB_ISSUE_URL = 'https://github.com/UltimateHackingKeyboard/agent/issues/new'; } diff --git a/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html b/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html index 70fddea7..0f7bad82 100644 --- a/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html +++ b/packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html @@ -12,17 +12,11 @@ Firmware {{ hardwareModules.rightModuleInfo.firmwareVersion }} is running on the right keyboard half.

- If the update process fails, consider the following points: -
    -
  1. Windows 7, Windows Vista, and Windows XP are not supported. Use Linux, OSX, Windows 10, or Windows 8.
  2. -
  3. Connect your UHK directly to the host computer. Don't use USB hubs or KVM switches.
  4. -
  5. Run Agent directly on the host operating system. Don't use VirtualBox or VMware Workstation.
  6. -
  7. Give a try to every USB port of your computer.
  8. -
  9. Remove every other USB device from your computer.
  10. -
  11. If the left half becomes unresponsive after a failed update then retry and follow the instructions displayed during the update to fix it.
  12. -
  13. If the above fails, retry a couple of times.
  14. -
  15. If everything else fails, please add a new comment to the GitHub issue, and attach the update log.
  16. -
+

Please note that firmware update doesn't work on Windows 7, Windows Vista, and Windows XP. Use Windows 10, Windows 8, Linux, or OSX instead.

+ +

If the update process fails, disconnect every USB device from your computer including USB hubs, KVM switches, and every USB device. Then connect only your UHK and retry.

+ +

If you tried the above and the update still keeps failing, please create a GitHub issue, and attach the update log.