How To Flash the Midifighter with New Firmware - Page 3
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40
  1. #21
    Tech Guru Fatlimey's Avatar
    Join Date
    Mar 2008
    Location
    Redmond, WA
    Posts
    1,169

    Default

    If you erased the device before flashing, you may have removed the bootloader from the AVR chip. To reinstate it you need a copy of the bootloader (available from Atmel's website) and an ISP - In System Programmer, a piece of hardware that connects to the JTAG pins on the device and allows you to directly inject code onto the chip and set the fuses.

    This device from Adafruit will do the ISP programming for you. Instructions and tutorials are all on Adafruit.com

    http://www.ladyada.net/make/usbtinyisp/
    http://www.adafruit.com/index.php?ma...products_id=46

  2. #22
    Tech Convert
    Join Date
    Nov 2010
    Posts
    10

    Default

    You mean, my bootloader doesn't work correctly, and I have to flash the chip with the bootloader again? Can I use any other drivers except atmel flip?

    I can try to flash the chip with my arduino:

    avrdude -p at90usb162 -P com7 -c acrisp -b 19200 -v -B10 -F -U flash:w:C:\midifighter\midifighter.hex:a

  3. #23
    Tech Guru Fatlimey's Avatar
    Join Date
    Mar 2008
    Location
    Redmond, WA
    Posts
    1,169

    Default

    So you're doing several nonstandard things.

    1. You have your own board.
    2. You want to flash the Midifighter firmware to a fresh CPU over USB.
    3. You seem to be confusing Arduino and Midifighter as essentially the same.
    4. You seem to have avrdude and it looks like you know how to use it, but do you have the JTAG pins set up on your target?

    I'm a little confused how to help you. Either you're comfortable with flashing raw AVR devices in which case you just get the source project and go from there, or you're new to AVR development and are trying to use advanced shortcuts to avoid spending $30 on a real ISP.

    What are you trying to do *precisely*? What is the end result you are looking for?

  4. #24
    Tech Convert
    Join Date
    Nov 2010
    Posts
    10

    Default

    Okay, I found the MF-Schematic in Internet. I bought all Parts and downloaded the Sources. I build my MF on a perfboard. Now i try to connect the MF with the PC, but i get the "Unknown Device" Message. I installed Flip and de Windows 7 x64 Drivers. It still doesen't work.

    Now you i said, i can flash the Bootloader fpr the At90usb162 again. I can use my Arduino as ISP to flash my MF with the new Bootloader. Whether it will work, i don't know.

  5. #25
    Tech Convert
    Join Date
    Nov 2010
    Posts
    10

    Default

    I changed the AT90USB162 and now my own homemade Midifighter works!

  6. #26
    Tech Student
    Join Date
    Aug 2010
    Posts
    1

    Default

    Trying to connect my usb in the flip program and wont connect due to no digital signature for the device?

  7. #27
    Tech Wizard
    Join Date
    Apr 2011
    Location
    Erfurt / Germany
    Posts
    74

    Default

    Is there in alternative to go in boot mode ?! Thats why i cant reflash!
    MacBook Pro 2.5GHZ 667MHZ 4GB RAM - Traktor Kontrol S4 Mk1 / X1 Mk1 /F1 / Maschine / Audio 8

    Soundcloud
    Facebook

  8. #28
    Tech Student
    Join Date
    Apr 2011
    Posts
    3

    Default DFU Programmer

    I can't get my midifighter to flash either. I went through all the code Mac steps as described in step 1 from FatLimey. Get to the final step and I receive this message in the terminal: dfu-programmer: no device present.

    I'll continue working but any sort of assistance is appreciated. Thank You!

  9. #29
    Tech Convert
    Join Date
    May 2011
    Posts
    18

    Default

    Thanks, Needed that

  10. #30
    Tech Wizard
    Join Date
    Jun 2011
    Location
    Middle East
    Posts
    64

    Default

    tried 4 corners and switch method and it still not uploading... do you think it might alredy be updated ..how can i test this?

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •