1

With verbose upload selected the IDE provides the executed avrdude command at the top of the log.

I am interested in copy pasting that avrdude command. However at the end of the upload the command is not available anymore. The IDE only shows some last lines of the log and discard the top part.

Is that log saved anywhere? (I am on ubuntu). Any ideas how I can get that command?

asked Nov 11, 2016 at 14:00
3
  • If you run the IDE from a terminal you should get the output to STDOUT in your terminal to do with what you want. Commented Nov 11, 2016 at 14:23
  • That's the solution. Thanks a lot. I am using arduino | tee cmd.txt to capture it. Commented Nov 11, 2016 at 14:28
  • Disconnect the arduino from your PC before pressing upload. That way you get less output and it won't overwrite the top lines. Commented Nov 11, 2016 at 14:33

1 Answer 1

2

If you run the IDE from a terminal you should get the output to STDOUT in your terminal to do with what you want.

answered Nov 11, 2016 at 14:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.