Hi Thomas,

it worked! :D

1. I had to install `libftdi-dev` first. ./configure complained `checking for LIBFTDI... no` using your provided options.

2. I used:
`./configure --disable-dependency-tracking --prefix=<my/desired/path> --enable-dummy --enable-buspirate --enable-jtag_vpi --enable-remote-bitbang --enable-usb_blaster_libftdi --enable-presto_libftdi --enable-openjtag_ftdi --enable-legacy-ft2232_libftdi`
as you provided.

This didn't helped alone.

3. I applied `git revert e455664cfc75f9b5dfb3a8f04349dadac6a85c7d` as Oleg stated,
and

4. I removed the `ftdi_device_desc` form `iot-lab_M3_jtag.cfg`
and viola, it flashes.

Now the spooky part (confirms Oleg's observation):
After flashing the device once I reverted the revert, and can flash with the current `iot-lab_M3_jtag.cfg` configuration (still have to remove `ftdi_device_desc`)

Thx Thomas, thx Oleg.

Best regards,
Martin

On 12.11.2014 11:42, Thomas Eichinger wrote:

Hi Martin,

below the configuration options I use to build for OS X

```
./configure —disable-dependency-tracking —prefix=<your/desired/path> —enable-dummy —enable-buspirate —enable-jtag_vpi —enable-remote-bitbang —enable-usb_blaster_libftdi —enable-presto_libftdi —enable-openjtag_ftdi —enable-legacy-ft2232_libftdi
```
Let me know if this helps, I’d update the wiki accordingly.

Best, Thomas


On 12 Nov 2014, at 11:13, Martin <martin.landsm...@haw-hamburg.de <mailto:martin.landsm...@haw-hamburg.de>> wrote:






Hi Oleg,



tried it, but still no luck.

I also tried it together with @PeterKietzmann on a different linux
distribution but all the same results for all steps.



Best regards,

Martin



On 11.11.2014 17:39, Oleg Hahm wrote:



Hi Martin!



sorry for bothering.


No problem.

invoking `make BOARD=iot-lab_M3 flash` results in
```
...
DEPRECATED! use 'adapter_khz' not 'jtag_khz'
adapter speed: 1000 kHz
Error: The specified debug interface was not found (ft2232)
...
```


If you have built OpenOCD yourself, make sure to run the configure script with
  --enable-legacy-ft2232_ftd2xx
to enable the legacy interface (IIRC). Thomas might correct me if I'm wrong.

Cheers,
Oleg






_______________________________________________
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel






_______________________________________________
devel mailing list
devel@riot-os.org <mailto:devel@riot-os.org>
http://lists.riot-os.org/mailman/listinfo/devel




_______________________________________________
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel




_______________________________________________
devel mailing list
devel@riot-os.org
http://lists.riot-os.org/mailman/listinfo/devel

Reply via email to