Download ArduinoISP and Flash it to your Arduino.
You can Flash Mega8, ATtiny2313, ATtiny13, ATtiny25,ATtiny45,ATtiny85,…. (try it)
Example IC here is a ATtiny45 chip.
using the following pins and connect the Arduino Digital Pins to the IC
Arduino Pin : IC Pin
VCC : VCC (Pin 8)
GND : GND (Pin 4)
10: slave reset (Pin 1)
11: MOSI (Pin5)
12: MISO (Pin6)
13: SCK (Pin 7)
Status LEDs are optional.
Yellow: Arduino Pin 9 -Heartbeat – shows the programmer is running
Red: Arduino Pin 8 - Error – Lights up if something goes wrong (use red if that makes sense)
Green:Arduino Pin 7 - Programming – In communication with the slave
Now, try to Flash the IC:
avrdude -P /dev/ttyUSB0 -p t45 -c avrisp -b 19200 -U test.hex -v -e
(Dont forget to set Fuses -U lfuse:w:0xe2:m -U hfuse:w:0xdf:m)
Um einen ssh tunnel zum webserver ISODOM zu erstellen um dann software schnell runterladen zu können folgenden befehl benutzen:
ssh -c blowfish -C s59531@ilux150.informatik.htw-dresden.de -L 15151:isodom.htwdd:80
danach im webbrowser:
http://localhost:15151/map/Default.aspx
When you want to flash your dev board with a psgroove hex under OSX follow these steps:
Prerequisites:
Install the following to get started :
Prerequisites
Install the following to get started :
XCode – download from apple or install directly from an OSX DVD
MacPorts – BSD ports functionality on OSX
then go to you console:
sudo port install git-core dfu-programmer
2. Downloading a psgroove hexfile
3. Set your board into programming mode: (i have a olimex. I press reset(hold), button (hold),release reset, release button.
4. Erase your chip:
dfu-programmer at90usb162 erase
5. Flash your chip
dfu-programmer at90usb162 flash --debug 1 psgroove.hex
6. reset you chip:
dfu-programmer at90usb162 reset
note: change at90usb162 to your devboard chip.
Unter lenny kommen einige Fehler von vorhinein.
Um dies zu vermeiden folgende schritte ausführen:
rkhunter –propupd
in der /etc/rkhunter.conf
folgende einträge ändern:
DISABLE_TESTS=”suspscan deleted_files packet_cap_apps”
zu
DISABLE_TESTS=”suspscan deleted_files packet_cap_apps apps promisc”
Seiten
Kategorien
Blogroll


