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

Adafruit Trinket 5V/8MHz upload issue #291

Open
guy-bartkus opened this issue Sep 17, 2022 · 0 comments
Open

Adafruit Trinket 5V/8MHz upload issue #291

guy-bartkus opened this issue Sep 17, 2022 · 0 comments

Comments

@guy-bartkus
Copy link

Hello, I have tried using trinket5 board and setting board_build.f_cpu and board_build.f_flash to 8000000L, and I have also tried just using trinket3 since it is already 8MHz in platformio, but uploading still fails. I think this issue is related to this older one here #24.

Here are the platformio.ini settings I have tried:

trinket5:

[env:trinket5]
platform = atmelavr
board = trinket5
framework = arduino

upload_protocol = usbtiny
board_build.f_cpu = 8000000L
board_build.f_flash = 8000000L

trinket3:

[env:trinket3]
platform = atmelavr
board = trinket3
framework = arduino

upload_protocol = usbtiny

trinket5 terminal output: https://pastebin.com/Cj9hBXhy
trinket3 terminal output: https://pastebin.com/z5mQsFqR

Thanks :)

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