Re: Arduino does not show my Sanguino board
You say your getting a "Access Denied" but the error you show doesn't say that Where are you seeing this?
View ArticleRe: Arduino does not show my Sanguino board
Well as usual, going back to redo the command, I get different results. This time it apparently was able to communicate with the chip but unable to write the bootloader. The error log is attached. I...
View ArticleRe: Arduino does not show my Sanguino board
Your going to have to drop to command line... The GUI isnt giving you enough control From the logs you can see C:\Program Files\arduino-1.6.9\hardware\tools\avr/bin/avrdude -CC:\Program...
View ArticleRe: Arduino does not show my Sanguino board
In the output it also says use the -F flag to over ride the check. Using this I got through that command OK. I have attached the output from the console. Moving to the second command, I get the...
View ArticleRe: Arduino does not show my Sanguino board
I'm surprised that -F works, but it seems to verify and progress is progress The issue with the boot loader is that path you cant use a : in the path without quotes, it confused avrdude Try C:\Program...
View ArticleRe: Arduino does not show my Sanguino board
Apparently it doesn't like anything in the path other than the file name. I copied the file to the bin directory where avrdude resides it ran this time again requiring the -F flag. The results are in...
View ArticleRe: Arduino does not show my Sanguino board
I was studying the output of the 2 commands and noticed the following output after trying to obtain the device signature in the first command: avrdude: Device signature = 0x000000 avrdude: Yikes!...
View ArticleRe: Arduino does not show my Sanguino board
This is as yet untested in a printer, but it appears to have worked. Downloaded latest ArduinoIDE 1.69. In that version, under files/preferences you can set additional URLs to keep board information...
View ArticleRe: Arduino does not show my Sanguino board
OK I tried that and no luck. If I use Nick Gammon's sketches I can read the information frrom the target board. But when I try to burn the bootloader using his sketch it doesn't work because he didn't...
View ArticleNeed AVRDUDE guru/bootloader help
So here is the situation. I am using an Arduino UNO (Actually and OSEPP Uno R3 Plus) as an ISP programmer. The target board is a Melzi V3 Ebay upgrade to an ATmega1284P chip. Running the...
View ArticleRe: Need AVRDUDE guru/bootloader help
It would appear that I need a wizard rather than just a guru. After numerous retries and an interval where I used the setup to program a couple of ATMega328P chips, this attempt went off as if nothing...
View Article`.text' will not fit in region `text' during compile of firmware
I am trying to write the bootloader and firmware to the Sanguino controller board on my reprap printer. I got an SD card with the package that supposedly had all the software for the system. After...
View ArticleRe: `.text' will not fit in region `text' during compile of firmware
Too many languages selected in the Configuration tool by default. Removed excess languages and it compiles fine except on WinXP. Need to use the ArduinoIDE V1.0.6 ld.exe to compile.
View ArticleRe: 1284P Fuse settings confirmation?
Dear Sir, I have Atmega1284P rectangular or Squared Microcontroller and I have marlin firmware software. How do I bootloader marlin code into 1284P. Please tell me the steps. It would take only few...
View ArticleSanguinololu with at1284p
Hello, I'm struggling with this one for a couple of days, and decided to come here and ask for some tips... I'm trying to upload a Marlin firmware to a sanguinololu but without success... I'm working...
View ArticleRe: Sanguinololu with at1284p
Answering my own question as I kept trying until I got it :) With an arduino UNO acting as ISP, I burned again the bootloader to the AT1284p. I configured the arduino IDE to be verbose in the upload...
View ArticleRe: 1284P Fuse settings confirmation?
So, does it mean that the fuses stated in [reprap.org] are wrong ? I'm refering to a AT1284p in a sanguinololu 1.3 board. Thanks, Joao
View ArticleRe: 1284P Fuse settings confirmation?
Fuses are dependent on size of boot loader, which is dependent on what boot loader you use Plug the values into this fuse calculator to see whats changing between the various options you see, to...
View ArticleSanguinololu 1.3a Huxley connection problem
Hi all, I posted this in the Huxley section but figured it should maybe be in the Sanguinololu section. I apologize if I shouldn't do that. I recently was given a Huxley 3d printer - the one from the...
View Article