Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Mighty 1284P Optiboot bootloader on STK500 #3

Open
wandrson opened this issue Jun 11, 2012 · 0 comments
Open

Issue with Mighty 1284P Optiboot bootloader on STK500 #3

wandrson opened this issue Jun 11, 2012 · 0 comments

Comments

@wandrson
Copy link

I have been playing with a 1284p chip and have a little trouble getting it to work with the core from https://github.com/maniacbug/mighty-1284p/zipball/master

I have the chip on a STK500 and used a standard c program to verify that its fuse are correct and that it works. I then burned the Tools > Board > Mighty 1284p 16MHz using Optiboot bootloader and was unable to get the IDE to upload to the chip. I would get the following error:

Code:

Binary sketch size: 3,410 bytes (of a 130,048 byte maximum)
/usr/share/arduino/hardware/tools/avrdude -C/usr/share/arduino/hardware/tools/avrdude.conf -v -v -v -v -patmega1284p -carduino -P/dev/ttyUSB2 -b115200 -D -Uflash:w:/tmp/build8867354308208977374.tmp/test_entropy.cpp.hex:i

avrdude: Version 5.11.1, compiled on Oct 30 2011 at 10:37:28
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

     System wide configuration file is "/usr/share/arduino/hardware/tools/avrdude.conf"
     User configuration file is "/home/wandrson/.avrduderc"
     User configuration file does not exist or is not a regular file, skipping

     Using Port                    : /dev/ttyUSB2
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200

avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding

avrdude done. Thank you.

However if I choose the other bootloader (Tools > Board > Original Mighty 1284p 16MHz) The process works fine. Not sure what is causing the problem with the Optiboot based bootloader, and if I can help debug, please provide guidance!

Oh, and even though the chip is running on a STK500, I am using a AVR ISP MK II to do the actual programming of the bootloader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant