Getting Started with AVR Part-3: AVR Programming under Linux

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this tutorial we will show you how to use AVR-GCC open source compiler to compile AVR Programs under Ubuntu 12.04(Linux) OS.
    The Makefile used in this tutorial is same as that used in the AVR Getting Started first Tutorial.
    Apart from that this video also shows that Labcenter Electronics Proteus Software can also be used in Ubuntu(Linux) using Wine Program.
    Blog Link:
    embeddedlaboratory.blogspot.in
    WebSite:
    sites.google.c...
    Facebook:
    / embeddedlaboratory
    RUclips Channel:
    / embeddedlaboratory
    Twitter Page:
    / embeddedlaborat
    Google Plus+:
    plus.google.co...
    Email ID:
    matlab.academy@gmail.com
    Skype ID:
    embedded.laboratory

Комментарии • 3

  • @jamesbk9831
    @jamesbk9831 8 лет назад +1

    sudo apt-get install gcc-avr binutils-avr gdb-avr avr-libc avrdude -y
    Now you can copy this from the comments section.
    The "-y" at the end means it will automatically do the install without asking if you want to install.
    Also try:
    sudo apt-get upgrade gcc-avr binutils-avr gdb-avr avr-libc avrdude -y
    The above will upgrade the tools to a new version.

  •  9 лет назад

    Now what should i do if i want to upload the flash memory of my AVR physically?