Hello,
I am trying to flash my DSO Nano 2 with BenF firmware. Initially I have tried on my Ubuntu 10.04 (64 bit) with a software called dfu-util which I have installed from synaptic.
No luck there with the commands
cd path_to_firmware_dir
dfu-util -d 0x0483:0xdf11 -i 0 -D DSO_BenF_LIB_v3.02.dfu
dfu-util -d 0x0483:0xdf11 -i 0 -D DSO_BenF_APP_v3.20.dfu
[code]dfu-util -V
dfu-util - © 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY
dfu-util version 0.1+svn[/code]
After reading on the dfu-util page it turns out that may be this software is working only with their bootloader so this may be the reason it is not working wth DSO nano DFU files (although DFU is standard protocol) … anyway.
Next try:
Windows 7 (64 bit)
Initially it was able to autoamtically install the driver! But when I have started the DFU Demo - the dropdown list where the currently connected devices shall be located is empty.
I have then read the manual and I have manually installed a driver for the DSO Nano that is attached on the USB - so the driver is the same the DFU Demo expects.
I have restarted the system and again tried DFU Demo - again it is not able to see the DSO Nano.
So I am now stuck - no way to update the firmware.
Any ideas?