EBC Exercise 43 Fritzing

From eLinux.org
Revision as of 10:45, 30 October 2020 by Yoder (talk | contribs) (Installing: Update 2020)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.

http://fritzing.org/

Installing

The Fritzing download site (https://fritzing.org/download/) appears to need a donation. They claim "thousands for hours are required each year to keep up development".

Here's another way to download:

host$ sudo apt update
host$ sudo apt install fritzing

Before running it, get the Adafruit library (https://learn.adafruit.com/using-the-adafruit-library-with-fritzing)

host$ wget https://github.com/adafruit/Fritzing-Library/archive/master.zip
host$ unzip master

Now, open Fritzing

host$ fritzing

Follow Adafruit instructions to import the library: https://learn.adafruit.com/using-the-adafruit-library-with-fritzing




thumb‎ Embedded Linux Class by Mark A. Yoder