<?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: Upload to maple slower on ubuntu 11</title>
		<link>http://forums.leaflabs.com/topic.php?id=880</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:18:25 +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=880" rel="self" type="application/rss+xml" />

		<item>
			<title>mbolivar on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5552</link>
			<pubDate>Wed, 06 Jul 2011 11:41:19 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5552@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;the word from the dfu-util guys is that dfu-util v0.1 made some non-standard choices which led to fast uploads despite the fact that the maple bootloader is misconfigured (actually, that it's missing a configuration parameter related to timeouts). there's some increased standards compliance in v0.3 which caused the slowdown.  they recommended a workaround to us which will let us continue to use the existing bootloader; i'll try to get this in for 0.0.12:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.google.com/p/leaflabs/issues/detail?id=75&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/leaflabs/issues/detail?id=75&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5478</link>
			<pubDate>Fri, 01 Jul 2011 13:46:54 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5478@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;that is very interesting. We will ping the dfu-util guys for some theories on this - because I definitely have none.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavier on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5473</link>
			<pubDate>Thu, 30 Jun 2011 15:43:55 +0000</pubDate>
			<dc:creator>Xavier</dc:creator>
			<guid isPermaLink="false">5473@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;After my last post i deleted dfu-util v0.3 from my ubuntu 11.04 and install a v0.1 I found here :&#60;br /&#62;
&#60;a href=&#34;http://dfu-util.gnumonks.org/releases/&#34; rel=&#34;nofollow&#34;&#62;http://dfu-util.gnumonks.org/releases/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I had to install the libusb-dev package :&#60;br /&#62;
&#38;gt; sudo apt-get install libusb-dev&#60;/p&#62;
&#60;p&#62;then in dfu-util :&#60;br /&#62;
&#38;gt; ./configure&#60;br /&#62;
&#38;gt; make&#60;br /&#62;
&#38;gt; sudo make install&#60;/p&#62;
&#60;p&#62;And the quick upload is back :-)&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Xavier
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavier on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5471</link>
			<pubDate>Thu, 30 Jun 2011 14:54:20 +0000</pubDate>
			<dc:creator>Xavier</dc:creator>
			<guid isPermaLink="false">5471@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey Marti,&#60;/p&#62;
&#60;p&#62;No update, it works so i didn't spend a lot of time on it.&#60;/p&#62;
&#60;p&#62;On Ubuntu 11.04: takes 53 secondes to upload my binary.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$ dfu-util --version
dfu-util - (C) 2005-2008 by Weston Schmidt, Harald Welte and OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY
dfu-util does currently only support DFU version 1.0
dfu-util version 0.3&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I still have an Ubuntu 10.10 on my laptop: it takes 5 secondes to upload my binary.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$ dfu-util --version
dfu-util - (C) 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY
dfu-util version 0.1+svn&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5458</link>
			<pubDate>Wed, 29 Jun 2011 16:28:53 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5458@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey Xavier,&#60;/p&#62;
&#60;p&#62;Have you got any updates on this?  There's another user reporting problems uploading with Ubuntu 11, but they can't get anything uploaded at all.&#60;/p&#62;
&#60;p&#62;What does &#60;code&#62;$ dfu-util --version&#60;/code&#62; tell you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Xavier on "Upload to maple slower on ubuntu 11"</title>
			<link>http://forums.leaflabs.com/topic.php?id=880#post-5417</link>
			<pubDate>Sun, 26 Jun 2011 13:00:45 +0000</pubDate>
			<dc:creator>Xavier</dc:creator>
			<guid isPermaLink="false">5417@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've just upgraded my Linux version to ubuntu 11.04, and it now takes much more time to upload my 75kb bin to the maple mini.&#60;br /&#62;
It used to take around 2 or 3 seconds, and now it's closer to 30 seconds.&#60;/p&#62;
&#60;p&#62;I don't remember having changed something else...&#60;/p&#62;
&#60;p&#62;Does anyone saw this behaviour ? Or have an idea how to go back to the quick upload mode ?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Xavier
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
