avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [patch #7594] Support for Atmel serial UART-Bootloader "Fa


From: Stefan
Subject: [avrdude-dev] [patch #7594] Support for Atmel serial UART-Bootloader "FastBoot"
Date: Tue, 09 Aug 2011 20:00:55 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.30 Safari/534.30

URL:
  <http://savannah.nongnu.org/patch/?7594>

                 Summary: Support for Atmel serial UART-Bootloader "FastBoot"
                 Project: AVR Downloader/UploaDEr
            Submitted by: stefan_sn
            Submitted on: Di 09 Aug 2011 20:00:54 GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

At http://www.mikrocontroller.net/topic/73196 and
http://www.mikrocontroller.net/articles/AVR_Bootloader_FastBoot_von_Peter_Dannegger
exists an implementation of a serial bootloader for a wide range of 8-bit
Atmel devices.

The attached patch adds support to program this devices with avrdude over a
serial line. It should work on linux and windows. I plan to implement the
one-wire mode later.

A complete call for programming might look like:
avrdude -c pedabl -p m8 -P /dev/ttyUSB0 -b 57600 -U flash:w:main.hex -x
"reset_cmd=\nR\n" -x "reset_baud=9600"

The last two extended options are optional and are used to automatically reset
the device for programming.

The bootloader does not support uploading the program to the pc therefore the
verify procedure has to be change in avrdude. To verify a program it has to be
sent to the device again but this time the device checks it itself against the
flash and returns a status code.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Di 09 Aug 2011 20:00:54 GMT  Name: pedabl.udiff  Size: 43kB   By:
stefan_sn

<http://savannah.nongnu.org/patch/download.php?file_id=23772>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?7594>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]