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

Getting "Program file is X bytes too big for the bootloader!" on ATTiny85 #1

Open
philippeowagner opened this issue May 8, 2018 · 1 comment

Comments

@philippeowagner
Copy link

philippeowagner commented May 8, 2018

Arduino: 1.8.5 (Mac OS X), Board: "Digispark Pro (Default 16 Mhz)"

Error while burning bootloader: missing 'bootloader.tool' configuration parameter

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.


Running Digispark Uploader...
Plug in device now... (will timeout in 60 seconds)
> Please plug in the device ... 
> Press CTRL+C to terminate the program.
> Device is found!
connecting: 16% complete
connecting: 22% complete
connecting: 28% complete
connecting: 33% complete
> Device has firmware version 1.6
> Available space for user applications: 6012 bytes
> Suggested sleep time between sending pages: 8ms
> Whole page count: 94  page size: 64
> Erase function sleep duration: 752ms
parsing: 50% complete
> Program file is 3192 bytes too big for the bootloader!
@sanbeg
Copy link

sanbeg commented Oct 6, 2021

I know this is an old issue, but having looked at a few of these games, they do tend to take up most of the attiny85 resources. So it's unlikely that many of them would fit on an 8k chip with a bootloader, which takes up about 25% of the flash. At least some of the Digispark pros use a 16k chip, so it's possible that could work with some porting effort.

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

2 participants