I just got my hands on the Arduino Portenta and I selected that board under Tools>>Board and selected the right port. I also have the latest Arduino IDE software. When I plug in the portenta, the green and blue LED start blinking. But when I try to upload a simple Blink sketch, the portenta appears to go into bootloader mode (the green led starts flashing) and I get the following error:
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2020 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
Invalid DFU suffix signature
A valid DFU suffix will be required in a future dfu-util release!!!
Cannot open DFU device 2341:035b
Cannot open DFU device 2341:035b
No DFU capable USB device available
An error occurred while uploading the sketch
How can I resolve this? :o