I don't know for sure if the 10-pin header is required if you're just
using the 6-pin header. But I did solder all the parts including the
10-pin header, and had no problems.
Here is my step list for burning the bootloader:
Burn Bootloader
1. Ensure jumper/shunt is on USBtinyISP so that MoBo is powered via it
2. Plug the USBtinyISP into your computers USB port
3. Plug the USBtinyISP into the RepRap Motherboard using the 6-pin
header.
4. Open the Arduino software [I used arduino-0017], ensure the
'Sanguino' option is selected in 'Boards', and then choose the menu
option of "Tools -> Burn Bootloader -> w/ USBTinyISP".
Upload Firmware
1. Ensure PSU is OFF and unplugged
2. Ensure MoBo switch is OFF
3. Plug PSU cable into MoBo
4. Plug USB-to-TTL into computer and MoBo
5. Switch PSU ON
6. Switch MoBo ON [PSU fan should start spinning]
7. Red DEBUG LED should be on [DEBUG LED is next to POWER LED]
8. Launch the Arduino software, ensure the 'Sanguino' option is
selected in 'Boards', and either of the /dev/cu.usbserial or /dev/
tty.usbserial is selected in "Serial Port"
9. Open SanguinoMaster.pde in the RepRap firmware
10. Click 'Upload'
Go!
=ml=
On Oct 1, 4:12 pm, "Jason e." <
samidge...@gmail.com> wrote:
> I did not solder on the 10 pin female headers that are in the middle. could
> this affect the programming?
> On Thu, Oct 1, 2009 at 12:20 PM, Joost van de Wiel <
jvandew...@gmail.com>wrote:
>
>
>
> > Jason,
>
> > I will be on IRC for the next couple of hours, so if you need some
> > instant/structured help, find me there (
irc.freenode.net on the #makerbot
> > channel)
>
> > Joost
>
> > On Thu, Oct 1, 2009 at 4:39 PM, Jason Evanko <
samidge...@gmail.com> wrote:
>
> >> Which ever one is the most recient version.
>
> >> -Jason
>
> >> On Oct 1, 2009, at 10:23 AM, Andrew Plumb <
and...@plumb.org> wrote:
>
> >> > Quick sanity check 'cause I didn't see it mentioned: Which version of
> >> > Arduino are you running?
>
> >> > Also, out of habit the sequence I use is:
>
> >> > 1. plug the USBtinyISP into the board's 6 pin connector
> >> > - Stops weird power-up glitching and behaviour. USB is hot-swappable
> >> > by design; ICSP is not.
>
> >> > 2. plug the USBtinyISP USB cable into your computer
> >> > - Gives the OS a chance to map USB serial to internal 'COM' ports.
>
> >> > 3. Fire up Arduino
>
> >> > Andrew.
>
> >> > On 1-Oct-09, at 10:09 AM, Jason Evanko wrote:
>
> >> >> Ok. Well first I plug in my tinyisp, and then turn on the arduino
> >> >> softwear. Then I plug my board with the 6 pin connector. Then I make
> >> >> sure that the correct board is slected And then go to burn
> >> >> bootloader > with USB tinyisp
>
> >> >> -Jason
>
> >> >> On Oct 1, 2009, at 12:55 AM, Joost van de Wiel
> >> >> <
jvandew...@gmail.com> wrote:
>
> >> >>> Jason,
>
> >> >>> The following is tedious, but helpful: can you do a step-by-step
> >> >>> description of what you are doing exactly? Alternatively, I can try
> >> >>> to talk you through this on IRC @19:00 CET
>
> >> >>> Joost
> >> >>> On Thu, Oct 1, 2009 at 2:26 AM, Jason e. <
samidge...@gmail.com>
> >> >>> wrote:
> >> >>> So i've done all this, and fixed the problem where my usb port
> >> >>> shuts off because the chips are drawing too much power. But i'm
> >> >>> still getting that error message when i try to burn the bootloader
> >> >>> on both the mother and extruder boards. Is it possible that i fried
> >> >>> both boards?
>
> >> >>> On Wed, Sep 30, 2009 at 5:40 PM, Joost van de Wiel <
> >>
jvandew...@gmail.com
> >> >>>> wrote:
> >> >>> Jason,
>
> >> >>> To burn the bootloader on the chip, you use a program; I think this
> >> >>> is (also on the mac) avrdude. When you run the Arduino software,
> >> >>> this program is also called when you burn the boatloader but then
> >> >>> from within the Arduino software. You can execute this program from
> >> >>> a terminal window; see also this link:
> >>
http://www.ladyada.net/make/minipov3/software.html#macosx
>
> >> >>> The advantage of running it from a terminal, is that you get some
> >> >>> more messages when you execute the program, which can help
> >> >>> troubleshoot the issue, although it also is [quite a bit] more
> >> >>> difficult.
>
> >> >>> Cheers,
> >> >>> Joost
>
> >> >>> On Wed, Sep 30, 2009 at 11:05 PM, Jason e. <
samidge...@gmail.com>
> >> >>> wrote:
> >> >>> I checked all the components and they are put in correctly. what do
> >> >>> you mean run avrdude in terminal?
>
> >> >>> On Wed, Sep 30, 2009 at 5:58 AM, Joost van de Wiel <
> >>
jvandew...@gmail.com
> >> >>>> wrote:
> >> >>> Jason,
>
> >> >>> As I mentioned in my first email, you must use the 6 pin header.
> >> >>> Check the assembly instructions on USBTiny (specifically the part
> >> >>> that states "It's important that the key (the bump in the
> >> >>> connector)..." here
> >>
http://www.ladyada.net/make/usbtinyisp/solder.html
> >> >>> and the next couple of instructions on the cables) and the
> >> >>> assembly of your board (the part under ICSP Header here
> >>
http://reprap.org/bin/view/Main/Motherboard_1_2
> >> >>> )
> >> >>> as well as thepicture-text under Burn the Bootloader on the same
> >> >>> page.
>
> >> >>> I also suggest you use the avrdude program from a terminal, as this
> >> >>> will provide some more info (i.e. error or success messages) to
> >> >>> help troubleshoot this issue. Might need to run it as root.
>
> >> >>> Cheers,
> >> >>> Joost
>
> >> >>> On Wed, Sep 30, 2009 at 12:46 AM, Jason Evanko
> >> >>> <
samidge...@gmail.com> wrote:
>
> >> >>> Yeah that's what I thought. Could that be the problem. And which way
> >> >>> does the 6 pin header go in? I have the little notch facing towards
> >> >>> the chip in the middle
>
> >> >>> -Jason
>
> >> >>> On Sep 29, 2009, at 6:31 PM, Peter Davoust <
worldg...@gmail.com>