ok.
I ran the bootloader as suggested. This time without the -F everything went fine. Output is too long to pose.
I then tried to upload blink and here is the error message I received.
Starting upload
Uploading project "Blink" with "AVRDUDE"
Starting reset using DTR toggle process
Continuing to use "/dev/ttyUSB1"
Ending reset
Launching: /home/jwright/opt/sloeber//arduinoPlugin/packages/arduino/tools/avrdude/6.3.0-arduino14/bin/avrdude -C/home/jwright/opt/sloeber//arduinoPlugin/packages/arduino/tools/avrdude/6.3.0-arduino14/etc/avrdude.conf -patmega328p -carduino -P/dev/ttyUSB1 -b115200 -D -Uflash:w:/home/jwright/Documents/sloeber-workspace/Blink/Release/Blink.hex:i
Output:
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: reading input file "/home/jwright/Documents/sloeber-workspace/Blink/Release/Blink.hex"
avrdude: writing flash (930 bytes):
Writing | avrdude: stk500_recv(): programmer is not responding
######avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
The execution of command "avrdude" is aborted.
failed to upload "L/Blink/${workspace_loc:/Blink}/Release/Blink.hex"
Is it possible I need to use a different progrmmer from tools. Everything I read says if I use usb it doesn't matter. I set it to ArduinoISP when I uploaded the bootloader.
One other thing. The ON Led is on all the time. The "L" led flashes then goes on steady and never goes out. I get a few very brief flashes from the Rx and R6 Leds as well