<---- template headericclude ----->
AVR programming requirement
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2012
    Location
    bushehr
    Age
    32
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AVR programming requirement

    hi all

    I'm beginer to avr programming and i want to ask you to guide me about it's requirement

    thanks in advance

  2. #2
    Join Date
    Aug 2009
    Posts
    11,397
    Mentioned
    98 Post(s)
    Tagged
    0 Thread(s)

    Re: AVR programming requirement

    Requirements?

    You might want to specify a little more about what you are looking for.

    If you wish to program it on a Fedora system, then look at installing these packages:

    Code:
    avr-binutils.x86_64 : Cross Compiling GNU binutils targeted at avr
    avr-gcc.x86_64 : Cross Compiling GNU GCC targeted at avr
    avr-gcc-c++.x86_64 : Cross Compiling GNU GCC targeted at avr
    avr-gdb.x86_64 : GDB for (remote) debugging avr binaries
    avr-libc.noarch : C library for use with GCC on Atmel AVR microcontrollers
    avr-libc-doc.noarch : AVR C library docs in html and pdf format
    avra.x86_64 : Atmel AVR assembler
    avrdude.x86_64 : Software for programming Atmel AVR Microcontroller
    binutils-avr32-linux-gnu.x86_64 : Cross-build binary utilities for
                                    : avr32-linux-gnu
    gcc-avr32-linux-gnu.x86_64 : Cross-build binary utilities for avr32-linux-gnu
    simulavr.x86_64 : An AVR Simulator
    simulavr-doc.noarch : Documentation for simulavr (HTML and PDF)
    uisp.x86_64 : Universal In-System Programmer for Atmel AVR and 8051
    Notice there are some documentation packages in those as well. Take a look at those and you might find the information you are looking for.

  3. #3
    Join Date
    Oct 2004
    Posts
    119
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AVR programming requirement

    A pretty vague question.

    I work in Fedora and my development environment basically consists of Gedit (the default text editor in Fedora/GNOME) and the following packages...

    Code:
    yum install avr-gcc avr-libc avrdude avr-gdb simulavr
    I've written an AVR Microcontroller Tutorial and while the tutorial itself is not specific to Fedora, I do all the work and test all the projects in Fedora with avr-gcc.

    For the AVR programmer, I've personally only used the USBtinyISP and the AvrUsb500 in Fedora, and both play nice with Fedora and avrdude.
    Micah Carrick
    www.micahcarrick.com

Similar Threads

  1. Requirement Management and Documents
    By flyingfsck in forum Using Fedora
    Replies: 0
    Last Post: 23rd February 2012, 06:46 AM
  2. [SOLVED]
    what is the minimum hw requirement for F15 with gnome 3?
    By shams linux in forum F15 Development
    Replies: 11
    Last Post: 28th April 2011, 09:06 PM
  3. Ram Requirement for using a live cd
    By COKEDUDE in forum Installation, Upgrades and Live Media
    Replies: 5
    Last Post: 11th March 2011, 05:48 AM
  4. system requirement
    By asharness in forum Using Fedora
    Replies: 7
    Last Post: 15th June 2008, 10:32 AM
  5. Space Requirement?
    By linearfish in forum Installation, Upgrades and Live Media
    Replies: 1
    Last Post: 17th July 2005, 10:12 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]