Skip to content

Batch file to generate uf2 firmware for Watchman Dongle

License

Notifications You must be signed in to change notification settings

IMPULSE-255/watchman-uf2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

注意

このbatファイルはValve Indexのファームウェアを使用しています。
使用は自己責任でお願いします。

FWの書き込み

必要な物

  • SteamVRがインストールされたWindowsPC
  • USB2.0ケーブル
  • ドングル

FWの生成

  • FW_gen.batをダウンロードして実行します。
    ※起動モードはDYXを選択します。
    ※Powershellを実行できる環境で使用してください。
    ※SteamVRを標準以外のディレクトリにインストールしている場合はbatファイル内部の"steamvrDir"を変更してください。

書き込み(初回)

  1. ドングルをUSB経由でPCに接続します。
    ※正常に接続されると"FLOW_UF2"ドライブがWindowsで認識されます。
    ※正常に認識されない場合、もしくは二回目以降の書き込みの場合は"書き込み(二回目以降)"をご覧ください。

  2. 生成した"temp_app_stamped_dyx.uf2"を"FLOW_UF2"ドライブにDnDまたはコピーします。
    ※書き込みは一つずつ行ってください。
    ※書き込みが終了するとドライブは表示されなくなります。

  3. ドングルを再接続します。
    ※正常に書き込みが行われると"Watchman Radio"として認識されます。

書き込み(二回目以降)

  • ドングルを接続した状態でドングル本体にあるリセットボタンをダブルクリックします。(以降は同じ)

Feature

  • A bat file that modifies the Index HMD firmware and creates Watchman Dongle firmware for nrf52840.
  • Generate uf2 and bin files.
  • Index HMD's four boot modes can be changed without hardware modification.

About SD_gen.bat

Firmware generated by FW_gen.bat only works with softdevice s140 v6.1.1.
Some nRF52840 boards (e.g. seeed xiao nRF52840) use newer versions such as v7.3.0.
In those cases, please use SW_gen.bat to create and write a uf2 file for v6.1.1 softdevice.

About

Batch file to generate uf2 firmware for Watchman Dongle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%