Author Topic: Arduino: upload  (Read 10036 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Arduino: upload
« on: November 17, 2016, 03:26:54 pm »
Getns,
 how do i configure the CB to upload the firmware?
 I noticed there was a flag in "Arduino" template, but i didn't set it when i was creating the project.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Arduino: upload
« Reply #1 on: November 17, 2016, 09:26:27 pm »
It is post build step. You give it a serial/usb port in the wizard.
Then you just build and if the arduino is connected it will try to upload it.
On linux it uses avrdude.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: Arduino: upload
« Reply #2 on: November 17, 2016, 10:40:33 pm »
It is post build step. You give it a serial/usb port in the wizard.
Then you just build and if the arduino is connected it will try to upload it.
On linux it uses avrdude.

Right, but where do i configure this if i didn't check the flag in the wizard?
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Arduino: upload
« Reply #3 on: November 18, 2016, 12:16:41 am »
Check the compiler variables?
Make another project and use a diff-tool or compare the settings in the UI.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: Arduino: upload
« Reply #4 on: November 18, 2016, 05:50:05 am »
Check the compiler variables?
Make another project and use a diff-tool or compare the settings in the UI.

oh. thank you!
I see it now.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)