<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: IDE crashes on upload</title>
		<link>http://forums.leaflabs.com/topic.php?id=2370</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:09:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=2370" rel="self" type="application/rss+xml" />

		<item>
			<title>mbolivar on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12420</link>
			<pubDate>Tue, 14 Aug 2012 10:05:45 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">12420@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;RAJENDRA: Please don't hijack this thread with an unrelated question. Either find a thread where your question is on topic, or start a new one. I have deleted another post of yours where you resurrected an unrelated thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RAJENDRA on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12412</link>
			<pubDate>Tue, 14 Aug 2012 08:47:04 +0000</pubDate>
			<dc:creator>RAJENDRA</dc:creator>
			<guid isPermaLink="false">12412@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;hi everyone&#60;br /&#62;
i have to dump the code to stm32f103rb using only USB so how do i go to that,&#60;br /&#62;
what all the requirements about bootloader
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12379</link>
			<pubDate>Mon, 13 Aug 2012 11:33:04 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">12379@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
As I said, the GUI offers /dev/ttyUSB0 or /dev/ttyS0 as options. There are no /dev/ttyACMx options, and no such device files in /dev so I have no idea what's up with that.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Yes, those are serial port device files, but they definitively do not correspond to the Maple. Maple always shows up as /dev/ttyACMx on Linux. If you don't have such a file in /dev, then Maple is failing to enumerate as a serial port device on your system.&#60;/p&#62;
&#60;p&#62;Can you check your &#60;code&#62;dmesg&#60;/code&#62; output before and after plugging it in to see if any USB error messages appear?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AndrewHowitt on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12312</link>
			<pubDate>Sat, 11 Aug 2012 08:11:47 +0000</pubDate>
			<dc:creator>AndrewHowitt</dc:creator>
			<guid isPermaLink="false">12312@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi Marti, and thanks for the information.  Yes, I've already got the latest ia32-libs (just checked it again) so that's not it.&#60;/p&#62;
&#60;p&#62;As I said, the GUI offers /dev/ttyUSB0 or /dev/ttyS0 as options.  There are no /dev/ttyACMx options, and no such device files in /dev so I have no idea what's up with that.&#60;/p&#62;
&#60;p&#62;Perpetual bootloader mode does allow me to upload successfully, if I don't select any serial port, so I can use that as a workaround for now.  Thanks for the tip!  I'll post more if I see any other unusual behavior during upload.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12291</link>
			<pubDate>Fri, 10 Aug 2012 16:37:01 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">12291@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sorry to hear you've been having problems. As you may have read on another thread, we're working on getting 64-bit Linux support into the next Maple IDE. In the meantime, maybe try &#60;code&#62;apt-get install ia32-libs&#60;/code&#62; to see if you're crashing on a missing 32-bit shared library load?&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
 I've tried pointing the serial port at /dev/ttyUSB0 or /dev/ttyS0,&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;These are definitely wrong. Maple will show up as /dev/ttyACMx (where x=0,1,...) on Linux.&#60;/p&#62;
&#60;p&#62;Also, have you tried &#60;a href=&#34;http://leaflabs.com/docs/troubleshooting.html#perpetual-bootloader-mode&#34;&#62;perpetual bootloader mode&#60;/a&#62;? If the board's in perpetual bootloader mode, you won't need to designate a serial port.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
If I designate no serial port, I notice the message &#34;Couldn't find the DFU device: [1EAF:0003]&#34; and if I use lsusb I see 1eaf:0004 as the device. Any chance the misnumbering is causing the problem?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;The different USB PID values 0003 and 0004 are respectively used to distinguish DFU versus SerialUSB modes, so they're unlikely to be the source of the problem.&#60;/p&#62;
&#60;p&#62;As a fallback option, you may consider using the command line toolchain:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://leaflabs.com/docs/unix-toolchain.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/unix-toolchain.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My main development box currently runs 64-bit Ubuntu Precise, so the command line toolchain gets a lot of testing on that configuration, and is known good.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AndrewHowitt on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12287</link>
			<pubDate>Fri, 10 Aug 2012 14:13:31 +0000</pubDate>
			<dc:creator>AndrewHowitt</dc:creator>
			<guid isPermaLink="false">12287@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Update:  I saw the advice for a 64 bit dfu-util so I did that too -- moved the version that came with maple-ide to a different place, installed the freshest dfu-util from Ubuntu, and copied it to the maple-ide library.  Now the Maple's LED goes dark again after the startup sequence, which is encouraging.  But the IDE still crashes on every attempt to upload, same as before. &#60;/p&#62;
&#60;p&#62;If I designate no serial port, I notice the message &#34;Couldn't find the DFU device: [1EAF:0003]&#34; and if I use lsusb I see 1eaf:0004 as the device.  Any chance the misnumbering is causing the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AndrewHowitt on "IDE crashes on upload"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2370#post-12263</link>
			<pubDate>Thu, 09 Aug 2012 15:20:29 +0000</pubDate>
			<dc:creator>AndrewHowitt</dc:creator>
			<guid isPermaLink="false">12263@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm having trouble getting started with my new Maple.  I've installed the IDE and got it working (using Ubuntu Lucid on AMD64, so I had to download the new librxtxSerial.so and RXTXcomm.jar, and I did that and it seemed fine).  Build of the demo program (blink) works fine.&#60;/p&#62;
&#60;p&#62;I plug the Maple into USB and Ubuntu sees it okay (I use lsusb to make sure).  But any attempt to upload the demo crashes the IDE.  It compiles and builds, but appears to crash just when it starts to upload.  The window disappears too fast for me to see if there's an error message of any kind.  I've tried pointing the serial port at /dev/ttyUSB0 or /dev/ttyS0, and loading to Flash or RAM, and the same thing always happens.&#60;/p&#62;
&#60;p&#62;This may not be relevant, but the first time I plugged in the Maple, its LED went through the startup sequence and then stayed dark.  Now, it goes through the startup sequence and keeps blinking (about 4/second, on/off, not &#34;throbbing&#34; I think).&#60;/p&#62;
&#60;p&#62;Not sure what to try next.  Suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
