Welcome! Log In Create A New Profile

Advanced

Trouble loading firmware on to Printrboard

Posted by 4t1fy 
Trouble loading firmware on to Printrboard
September 05, 2013 09:31PM
I'm currently attempting to load Marlin v1.0.0 on to my Rev. C Printrboard. The Printrboard has the CDC bootloader. When I try to upload the firmware to the board through the Arduino IDE, I get the following error:
Connecting to programmer: .
Found programmer: Id = "BóÎ"; type = 
    Software Version = . ; Hardware Version =  .
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
I honestly have no idea what this means to me, as this is the first time I've received this error uploading firmware to my Printrboard, or any micro-controller for that matter. Any help in solving this problem would be much appreciated.
Re: Trouble loading firmware on to Printrboard
September 06, 2013 07:34AM
Id = "BóÎ"

Looks like a baud rate mismatch.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Trouble loading firmware on to Printrboard
September 06, 2013 12:10PM
As far as I know the Arduino IDE does not have a setting to change the baud rate. Any suggestions as to how I could fix it?
Re: Trouble loading firmware on to Printrboard
September 07, 2013 04:48AM
4t1fy Wrote:
-------------------------------------------------------
> As far as I know the Arduino IDE does not have a
> setting to change the baud rate. Any suggestions
> as to how I could fix it?

I don't know much about the Printrbot, but generally the baudrate is set by the board you choose in Tools>Board.

Did you use the Arduino IDE for your Printrbot/Board?

Printrbot-Firmware



3D Printing :: bit-by-bit - Thingiverse
Re: Trouble loading firmware on to Printrboard
September 07, 2013 08:04AM
Quote

As far as I know the Arduino IDE does not have a setting to change the baud rate.

Find a file "boards.txt" inside the Arduino package. This file defines what shows up in the Tools -> Board menu and also contains the infos needed to deal with a board of that type. Changing baud rate is pretty straightforward once you found the file.


Generation 7 Electronics Teacup Firmware RepRap DIY
     
Re: Trouble loading firmware on to Printrboard
September 07, 2013 11:57PM
flurin Wrote:
-------------------------------------------------------
> Did you use the Arduino IDE for your
> Printrbot/Board?

Yes, version 0022, which is what is recommended. This problem showed up within the last week. I have no idea what caused it.

Traumflug Wrote:
-------------------------------------------------------
> Find a file "boards.txt" inside the Arduino
> package. This file defines what shows up in the
> Tools -> Board menu and also contains the infos
> needed to deal with a board of that type. Changing
> baud rate is pretty straightforward once you found
> the file.

I managed to find the line in the file and change it, but it was a no go. Any other suggestions?
Re: Trouble loading firmware on to Printrboard
September 24, 2013 10:18AM
Just solved the same problem, turned out that the USB cable extension I was using was causing comms errors.
Sorry, only registered users may post in this forum.

Click here to login