<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Uploading Firmware Help]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/12765/" />
	<updated>2015-11-08T01:59:51Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/12765/uploading-firmware-help/</id>
		<entry>
			<title type="html"><![CDATA[Re: Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109139/#p109139" />
			<content type="html"><![CDATA[<p>It should be 1 for the bed.</p><p>Glad to hear you worked through it.</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2015-11-08T01:59:51Z</updated>
			<id>https://www.soliforum.com/post/109139/#p109139</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109125/#p109125" />
			<content type="html"><![CDATA[<p>EXCELLENT!! I FINALLY got the firmware to upload with the changes.</p><p>Thanks wardjr for your help, I REALLY appreciate it!!</p><p>I tried moving the sanguino folder from the Arduino 1.0.5 IDE hardware folder to the Arduino 0022 IDE hardware folder as you suggested but I was getting several errors when I went to verify the program. But your thoughts put me on the right track.</p><p>So this is what ended up working for me incase another Mac user comes across this same issue. I believe the whole thing was mostly &#039;user error&#039; &amp; a Mac thing ha... </p><p>I was placing the sanguino folder in a Arduino/libraries directory that is under my main Documents folder (I read on an Arduino forum that on a Mac this more-or-less achieves the same thing as placing it within the hardware folder on a PC) but when I went to use the Arduino 0022 IDE I could never find my board. That is why I moved on to using the prepackaged Arduino 1.0.5 IDE, because I could find my board when using it.</p><p>However, this time I placed the sanguino folder directly into the hardware folder within the Arduino 0022 application, because of your input. The hardware folder is buried on a Mac but you need to right-click on the Arduino application and select &quot;show package contents&quot; and then go through the sub-directories until you get to the hardware folder [/Applications/Arduino.app/Contents/Resources/Java/hardware]</p><p>I also started with a freshly downloaded Marlin firmware and made the needed adjustments to the configuration.h file for the E3D-Lite6 hotend.</p><p>I am not sure why the prepackaged Mac Arduino 1.0.5 IDE didn&#039;t work for me but my firmware flashed using 0022 so I am happy.</p><p>On another note in the Marlin firmware configuration.h file the bed temp sensor was defined like this:</p><p>#define TEMP_SENSOR_BED 6</p><p>But I read somewhere that the temp sensor, even for the bed is suppose to be #1 so I changed my configuration.h file to this:</p><p>#define TEMP_SENSOR_BED 1</p><p>Can you confirm if that is correct or is the temp sensor for the bed suppose to be #6?</p><p>Again, I appreciate your help <img src="https://www.soliforum.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[Nate]]></name>
				<uri>https://www.soliforum.com/user/1703/</uri>
			</author>
			<updated>2015-11-07T22:58:39Z</updated>
			<id>https://www.soliforum.com/post/109125/#p109125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109121/#p109121" />
			<content type="html"><![CDATA[<p>I&#039;m no mac expert so I can&#039;t even confirm if any of this is possible.<br />To that end just bare with me as we try and figure things out.<br />I doubt it&#039;ll matter but you can pull the sang files from the more recent version and place them in the hardware folder of 022.<br />You need to ensure that whatever com port your computer is connecting to the board through is the same as is selected in Arduino.</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2015-11-07T22:05:38Z</updated>
			<id>https://www.soliforum.com/post/109121/#p109121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109120/#p109120" />
			<content type="html"><![CDATA[<p>I am using the Arduino 1.0.5 IDE </p><p>I have tried the Arduino 0022 IDE but it didn&#039;t have the Sanguino W/ ATMega644P board listed</p><p>I have the Sanguino W/ ATMega644P board selected and for my serial port: /dev/tty.ubserial-A6015XYO... I have also tried the /dev/cu.ubserial-A6015XYO port too.</p><p>in my configuration.h file I have:</p><p>#define MOTHERBOARD 62 (Is that what your talking about?)</p><p>I have saved the changes prior to verifying and I have hit the reset button just before uploading, during compiling, holding it down for up to ten seconds and other shorter time intervals (I believe those were suggestions at arduino.cc)</p>]]></content>
			<author>
				<name><![CDATA[Nate]]></name>
				<uri>https://www.soliforum.com/user/1703/</uri>
			</author>
			<updated>2015-11-07T21:53:57Z</updated>
			<id>https://www.soliforum.com/post/109120/#p109120</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109118/#p109118" />
			<content type="html"><![CDATA[<p>What version of Arduino are you using?<br />In tools do you have the proper board selected?<br />In configuration.h have you selected the correct board number?<br />Do you save the changes to configuration.h then click verify?<br />Did you hit the reset button and then click upload?<br />At that date range you have a bootloader on that board.</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2015-11-07T21:33:43Z</updated>
			<id>https://www.soliforum.com/post/109118/#p109118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Uploading Firmware Help]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109116/#p109116" />
			<content type="html"><![CDATA[<p>I posted this on the Software/Firmware forum but I&#039;ll add it here as well since I am looking for some help</p><p>I have a mid-2013 SD2 with a Sanguinololu/atmega 644P board. I am working on updating the Marlin firmware in order to finalize the installation of my E3D-Lite6 hotend. In the process of uploading the firmware I continue to get the following error message:</p><p>avrdude: stk500_recv(): programmer is not responding</p><p>I have worked through the various &#039;reset&#039; button pushes and I am still getting the same error message.</p><p>Anybody work through this issue as well? I have spent the last several nights trying to get this new firmware uploaded and have gone through the whole process listed over on the soliwiki (<a href="http://www.soliwiki.com/E3D_extruder">http://www.soliwiki.com/E3D_extruder</a>) several times. </p><p>I have been spending the day looking through the forums for similar situations &amp; tips but haven&#039;t come across a solution. My assumptions at this point is there may be something wrong with the bootloader on the ATMega644P, I read a post from wardjr that stated older sang boards didn&#039;t come with an installed bootloader? I am pretty sure when I initially set up the printer I had to flash the Marlin firmware to get started, but I could be mistaken (it was a few years ago). </p><p>Anyway I was hoping someone may have a few tricks to try before I start going down the process of either re-burning a bootloader to the MCU or buying a new MCU. I guess this could be when I upgrade to an ATMega1284p unit..</p><p>Some extra info:<br />I am running Mac OS X 10.10.5 (Yosemite) &amp; am using the Mac OS X prepackaged Arduino 1.0.5 IDE (linked over on pg 3 of the Solidoodle2-marlin firmware update thread). I am using the Marlin firmware that is also linked on pg 1 of that thread</p><p>Thoughts?</p><p>Thanks for the help.</p>]]></content>
			<author>
				<name><![CDATA[Nate]]></name>
				<uri>https://www.soliforum.com/user/1703/</uri>
			</author>
			<updated>2015-11-07T21:05:11Z</updated>
			<id>https://www.soliforum.com/post/109116/#p109116</id>
		</entry>
</feed>
