You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: