Upload problems.


i have micro minimosd, came arducam osd loaded. able video out of no telemetry. waiting mavlink heartbeats.

i have used arduino , cleared eeprom. tried load kv_team_osd per mochaboy youtube video. if try verify or upload below error.

when power board through ftdi blue led comes on , stays on, geen led flashes few times stays on.




arduino: 1.6.3 (windows 7), board: "arduino pro or pro mini, atmega328 (5v, 16 mhz)"

c:\program files\arduino\hardware\tools\avr/bin/avr-g++ -c -g -os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -mmd -mmcu=atmega328p -df_cpu=16000000l -darduino=10603 -darduino_avr_pro -darduino_arch_avr -ic:\program files\arduino\hardware\arduino\avr\cores\arduino -ic:\program files\arduino\hardware\arduino\avr\variants\eightanaloginputs c:\users\andrew\appdata\local\temp\build6176978312406979183.tmp\eeprom.cpp -o c:\users\andrew\appdata\local\temp\build6176978312406979183.tmp\eeprom.cpp.o

in file included c:\users\andrew\appdata\local\temp\build6176978312406979183.tmp\eeprom.cpp:5:0:

c:\users\andrew\appdata\local\temp\build6176978312406979183.tmp\kv_team_osd.h:180:40: error: variable 'item_table' must const in order put read-only section means of '__attribute__((progmem))'

 extern progmem const char *item_table[];

                                       ^

error compiling.

thanks in advance help.



Arduino Forum > Using Arduino > Installation & Troubleshooting > Upload problems.


arduino

Comments