Hi just bought a Olimexino-STM32 but I have problems installing the Place with win7 32bit. can not get the board to enter the bootloader perpetual
IDE witn Win7 32Bit can't find DFU device
(16 posts) (9 voices)-
Posted 4 years ago #
-
Take a moment and think about what you are asking and who you are asking it to.
Posted 4 years ago # -
zoodfxp, he's in the right place then!
http://www.olimex.com/dev/olimexino-stm32.htmllaloArm, I can confirm that the Maple bootloader does work with Win 7 32-bit. To enter perpetual bootloader, please press reset and immediately after you let go, hold down the BUT button until the LED flashes slowly.
Posted 4 years ago # -
I had a similar problem with Windows Vista, and I had to set dfu-util.exe to run in XP Compatibility mode.
Posted 4 years ago # -
Hello-
If I understand zoofdxp's short response I agree with zoofdxp.
laloArm's question is about hardware which is not made by LeafLabs. The Olimex board manufacturer claims it is compatible with the Maple and they claim it runs the LeafLabs software.
Personally, I agree that laloArm should have sent the question to Olimex first. If Olimex was not able to solve the problem it would have been interesting to learn about their response.
crenn and brybry, are you describing your Windows 7 and Vista experiences using the same Olimex board used by laloArm? crenn, from your other helpful posts I know that you have been using Windows 7 and Maple boards.
I assume the Olimex board enters perpetual bootloader mode and that all the tricks such as using XP compatibility mode also work, but these assumptions may not be true since the Olimex board and the Maple are slightly different.
The LeafLabs team has provided support to users working with the STM32 Discovery boards made by st.com. The ability of libmaple to work on a board (from the manufacturer of the Maple microcontrollers) which is not designed to work with libmaple I assume provides some reassurance to the LeafLabs team that they did a great job designing the Maple.
laloArm, if you are able to get the Olimex board to work using the advice from crenn and brybry please let us know.
Thanks!
Stephen from NYC (full disclosure: I am not a member of the LeafLabs staff)
Posted 4 years ago # -
I do not own the Olimex board, however I strongly believe since they've based off the maple design, and referred to leaflabs several time including:
SOFTWARE:
1. MAPLEand
4. We add Li-Ion rechargable battery power supply option with BUILD-IN on
board charger, so when you attach battery it is automatically charged and kept in
this state until the other power source (USB or external adapter) is removed and it
AUTOMATICALLY will power the board - no jumpers, no switches!They'd release their own board configuration for the MapleIDE if it was different enough to warrant it.
Posted 4 years ago # -
If the manufacturer did not provide windows 7 instructions, I would assume that most of the caveats for Maple on windows 7 still apply. See the many threads on that subject. the short answer is that Maple *will* run on windows 7, but there is a reason why we dont have an official windows 7 release and mark that OS as unsupported.
Posted 4 years ago # -
I do not have an Olimex board either. The problem that I had with dfu-util.exe in Windows Vista had nothing to do with a particular board, bootloader, etc... I believe it was an issue with JRE, but I don't know for sure. I simply wanted to mention my fix because it may be relevant to laloArm's situation.
Posted 4 years ago # -
Hi I'm having the "DFU not found" problem with a Maple Mini, except I have Win7 64bit. I've tried to my best ability things like the perpetual bootloader mode and changing the dfu-util compatibility. The serial port is correct, and I know the Mini is OK as it is found and works OK with an identical IDE setup on another machine, but running XP. But my Win7 laptop is my primary work PC and not being able to use it for Maple is something of a nuisance. Any ideas what I could try?
IDE error message:
Reset via USB Serial Failed! Did you select the serial right serial port?
Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...Searching for DFU device [1EAF:0003]...
dfu-util - (C) 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTYCouldn't find the DFU device: [1EAF:0003]
Posted 4 years ago # -
Ok I have read the other posts.
so here is what I have
win 7 starter
Maple board
Maple 00.12 IDE
working on uploading first program (blink).The Blue LED is blinking relatively fast.
Loading via dfu-util
Resetting to bootloader via DTR pulse
Searching for DFU device [0x1EAF:0x0003]...
dfu-util - (C) 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTYCouldn't find the DFU device: [0x1EAF:0x0003]
when the DTR is sent I see the blue LED slow down
as a side note:
I installed
libusb-win32-bin-1.2.6.0
from source forge.
It does not install under the USB devices as a Port.
However the utility
testlibusb-win.exe
does show the correct address 0x1EAF:0x0003
for the USB.
I had to deinstall it since the USB port was not available.
when I reran testlibusb-win with the USB Port showing
it did not find the maple USB Device.So there is a way to get the USB to register as but not in the Maple driver.
so my focus is what needs to be changed in the dfu-util code so I get the ComPort on USB and get the registration of 0x1EAF:0x0003 so dfu can talk to the board.Posted 3 years ago # -
Ok I installed the .06 and now get
dfu-util 0.6Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2012 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTYFound Runtime: [0a5c:2046] devnum=0, cfg=1, intf=3, alt=0, name="UNDEFINED"
but this is my bluetooth not the Maple
Posted 3 years ago # -
Ok
if I do a dfu-util -l at command line
just as I hit reset I get:
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=0, name="UNDEFINED"
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=1, name="UNDEFINED"I have a command script
C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin>dfu-util -
U -a0 -d 1EAF:0003 -D HelloWorld.cpp.bin -R
dfu-util 0.6Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2012 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTYFilter on vendor = 0x1eaf product = 0x0003
Opening DFU capable USB device... Cannot open deviceif I do this through the IDE
Loading via dfu-util
Resetting to bootloader via DTR pulse
Searching for DFU device [1EAF:0003]...
dfu-util 0.6Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2012 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTYCouldn't find the DFU device: [1EAF:0003]
so something is not being passed from the IDE
Posted 3 years ago # -
I have a command script
C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin>dfu-util -U -a0 -d 1EAF:0003 -D HelloWorld.cpp.bin -RThis is wrong, you are trying to upload -U and download -D at the same time. It is probable that -a0 is consumed as the required file name for the -U option.
Posted 3 years ago # -
thanks. Tried with -D and without same response.
C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin>dfu-util
-a1 -c 1 -i 0 -d 1eaf:0003 -D HelloWorld.cpp.bin -R
dfu-util 0.6Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2012 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTYFilter on vendor = 0x1eaf product = 0x0003
Opening DFU capable USB device... Cannot open device
do you have it working on Win 7?Posted 3 years ago # -
it seems this is a maple-ide-0.0.12-windowsxp32\drivers that gets loaded to talk to the board
an unbutu shows
Found DFU: [0x1eaf:0x0003] devnum=12, cfg=0, intf=0, alt=0, name="DFU Program RAM 0x200000C00" and a similar line with alt=1 and "FLASH 0x08005000".
win7 shows
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=0, name="UNDEFINED"
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=1, name="UNDEFINED"Posted 3 years ago #
Reply »
You must log in to post.