Can't Program Arduino

Discussion in 'UDOO X86' started by rmisk, May 11, 2017.

  1. rmisk

    rmisk New Member

    Joined:
    May 10, 2017
    Messages:
    7
    Likes Received:
    0
    When trying to upload a sketch using the Arduino IDE I nothing is received for any bytes sent.
    After much playing around I tried downloading the flash using:

    avrdude -v -v -v -v -v -p ATMega328P -P /dev/ttyACM0 -c usbasp -b 57600 -U flash:r:/dev/stdout:i
    For which the partial response was;
    Using Port : /dev/ttyACM0
    Using Programmer : usbasp
    Overriding Baud Rate : 57600
    avrdude: usbasp_open("/dev/ttyACM0")
    avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
    avrdude done. Thank you.

    I was expecting avrdude to have sent be a bunch of bytes representing what was in the flash memory.

    I am not sure if the command is correct, if anyone else has tried some thing similar I would appreciate seeing there working command line.

    I don't know whether the on board arduino is toast or I am missing something in the setup?
     
  2. rmisk

    rmisk New Member

    Joined:
    May 10, 2017
    Messages:
    7
    Likes Received:
    0
    Last edited: May 13, 2017

Share This Page