~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to README

  • Committer: Selene Scriven
  • Date: 2019-09-18 22:18:49 UTC
  • mfrom: (188.4.19 trunk)
  • Revision ID: bzr@toykeeper.net-20190918221849-7h4hcvl07ea3b6g6
merged updates from trunk, including gcc7/8/9 compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    http://www.fasttech.com/product/1002900-atmega-attiny-51-avr-isp-usbasp-usb-programmer
29
29
    http://www.fasttech.com/product/1011800-40-pin-splittable-ribbon-cable-20cm
30
30
    http://www.digikey.com/product-detail/en/5250/501-1311-ND/745102
 
31
    HQ ProgKey: http://budgetlightforum.com/node/63230
31
32
 
32
33
  Ratus' guide:  https://redd.it/8g5l5w  (prices checked 2018-05-01)
33
34
 
69
70
  Optional:  (make avrdude usable by non-root users, is a security risk)
70
71
  sudo chmod u+s $(which avrdude)
71
72
 
 
73
To set up an attiny dev environment on Fedora (30):
 
74
 
 
75
  sudo dnf install flex byacc bison gcc libusb libusb-devel glibc-devel
 
76
  sudo dnf install avr-gcc avr-libc avr-binutils
 
77
  sudo dnf install avrdude
 
78
 
72
79
Building/installing attiny dev tools on other UNIX systems (in general):
73
80
 
74
81
  http://www.ladyada.net/learn/avr/setup-unix.html