News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Arduino: upload

Started by AZ, November 17, 2016, 03:26:54 PM

Previous topic - Next topic

AZ

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)

oBFusCATed

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!]

AZ

Quote from: oBFusCATed 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.

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)

oBFusCATed

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!]

AZ

Quote from: oBFusCATed 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.

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)