crow firmware update
sections
latest
The latest crow firmware is always announced on the ‘releases’ section of crow’s GitHub repository.
To check the version of your crow’s firmware, open druid and execute ^^version
.
update via druid
New firmware can be checked and installed directly through druid. Make sure you have the latest version of druid, which supports this feature.
With crow connected to your computer, open a terminal and execute:
druid firmware
You should see something like this:
Checking for updates...
>> git version 4.0.1
>> local version: 2.0.0
Downloading new version: https://github.com/monome/crow/releases/download/v4.0.1/crow.dfu
Crow bootloader enabled.
File: crow.dfu
b'DfuSe' v1, image size: 304605, targets: 1
b'Target' 0, alt setting: 0, name: "ST...", size: 304320, elements: 1
0, address: 0x08020000, size: 304312
usb: 0483:df11, device: 0x0000, dfu: 0x011a, b'UFD', 16, 0x03737ae6
Writing memory...
0x08020000 304312 [=========================] 100%
Exiting DFU...
Update complete.
Linux / macOS troubleshooting
‘command not found: druid’
If you see command not found: druid
, then please confirm that you’ve completed druid’s preparation and installation.
If you continue to see command not found: druid
, there’s a chance that your installation was added to your PATH under a different shell (likely either bash
or zsh
). You can confirm your shell by executing echo $0
in Terminal, which will return either -zsh
or -bash
, depending on the current shell. To switch between them, use one of the following commands:
- to switch to bash: execute
chsh -s /bin/bash
, enter your password, and restart Terminal - to switch to zsh: execute
chsh -s /bin/zsh
, enter your password, and restart Terminal
Once you’re back in the shell you used to install, you should be good to go!
Error: No such command ‘firmware’
If you see Error: No such command 'firmware'
, you first need to update druid.
Windows troubleshooting
update the firmware
If you’ve previously installed and used dfu-util
:
- Open a new PowerShell as Administrator
- Run
druid firmware
and crow will be erased and updated
If you see Error: No such command 'firmware'
, you first need to update druid.
If you continue to run into trouble, you’ll likely need to install the driver for crow’s bootloader and the libusb1
DLL file so that the PowerShell can talk to crow’s bootloader. This process is outlined in the following sections. Once completed, try druid firmware
again.
install the WinUSB Driver using Zadig
- put crow in bootloader mode: open
druid
, send^^b
(crow will disconnect from druid), enterq
to quit. - download Zadig
- open Zadig and from
Options
check"List All Devices"
- select
crow: dfu bootloader
from the list (if you seecrow: telephone line
then crow is not in bootloader mode) - for the current driver, you should see
None
orSTTub30 (v3.0.4.0)
- to the right of the green arrow, you should have
WinUSB (v6.1.7600.16385)
(if you don’t, please select it) - click the
Replace Driver
button and wait a few minutes for the process to complete
install libusb.dll
- download libusb1.dll
- make a folder in your user directory called
Drivers
, eg:C:\Users\Trent\Drivers
- add the new
Drivers
folder to yourPATH
variable. Instructions here. - extract the DLL file, and place it in the folder you just created
update via norns
You can use the fledge
script on norns to update a connected crow to its latest firmware.
- connect your norns to the internet (via WiFi or ethernet)
- open maiden
- execute
;install https://github.com/monome/fledge
- launch the
fledge
script - keep maiden open for progress details
manual update
If you have trouble with the druid firmware
command on a non-norns computer, or wish to install a specific firmware version, see the manual update.
calibration
crow has hardware to enable self-calibration of the CV inputs & outputs. The calibration procedure is run at the workshop using this script. Feel free to run the same at home if you ever feel the need to recalibrate your hardware.
- keep druid open while running!
- when the script starts, it will run the calibration automatically
- input[1] and all outputs will be calibrated automatically
- then you’ll be prompted to add a patch cable from output 1 to input 2 (in that order!)
- the calibration will complete and results will appear gradually
- you’ll see
---- PASS ----
if your module passes calibration
you’ll see!!!! FAIL !!!!
if your module fails calibration