To flash the board, you need to put it in DFU mode. The procedure to do so will depend whether you use the HMI board or not.
Hold the "Escape" (upper left) button down while pressing the reset switch (upper left corner of the board) or plugging in the USB cable.
First put the switch on the rear of the device to the "FW Update" position then either plug in the USB cable or press the reset switch (bottom left corner of the front face of the device). When the device is in DFU mode, you can then put the switch on the rear of the device back to the "Run" position.
Hold the "Escape" (upper left) button down while pressing the reset switch (left side of the board, above the kenwood connectors) or plugging in the USB cable.
To flash, you first need to put the device in DFU mode (see above).
You need dfu-util
0.11 to start the process. dfu-util
installation instructions are here. It is recommended to use the most recent version - built from source.
For your convenience, a pre-built binary is available here and here. The name of the file is openrtx_mod17_wrap
.
You can then follow standard OpenRTX
flashing instructions for the "mod17" target if you have dfu-util
installed:
dfu-util -d 0483:df11 -a 0 -D openrtx_mod17_wrap -s 0x08000000
Once flashing is complete, reset the board to boot into the newly flashed application. If there are any errors while flashing, make sure there's a valid udev rule available for the Module17. Download the udev file and then run the following commands:
sudo cp 99-openrtx.rules /etc/udev/rules.d
sudo udevadm control --reload-rules
.
To flash, you first need to put the device in DFU mode (see above).
Be sure that you have WinUSB installed for your DFU device. You can use Zadig. After the Module17 is connected and in DFU mode, select it from the list in Zadig, then install the driver.
- Download the dfu-util-0.11-binaries.tar.xz dfu-util binary for Windows and unzip.
- Download the
openrtx_mod17_wrap
file, it's available here and here. - Navigate to
{extraction_location}\dfu-util-0.11-binaries\win64
(orwin32
) and copy the wrap file there. Example path:C:\Users\SP5WWP\Desktop\dfu-util-0.11-binaries\win64
. - Run the command prompt (
cmd
) as administrator and change the working directory withcd {extraction_location}\dfu-util-0.11-binaries\win64
. - Run the following command:
dfu-util -d 0483:df11 -a 0 -D openrtx_mod17_wrap -s 0x08000000
- After the flashing is complete, close the command prompt and reset the device.
Building instructions are available at the OpenRTX project's website.