osd-contiki/examples/osd
2013-02-19 11:07:08 +01:00
..
climate add climate example 2013-02-19 10:39:56 +01:00
er-rest-example-dht11 change plattform to osd-merkur 2013-02-19 10:52:37 +01:00
er-rest-example-toggleboard-ds1820 change plattform to osd-merkur 2013-02-19 10:51:54 +01:00
pir-sensor change plattform to osd-merkur 2013-02-19 10:58:41 +01:00
rpl-border-router change plattform to osd-merkur 2013-02-19 11:03:59 +01:00
wirelessplug change plattform to osd-merkur 2013-02-19 11:07:08 +01:00
README initial upload 2013-02-15 14:37:17 +01:00

OSDOMOTIS

www.osdomotics.com

Plattform: osd-er-lp24

make clean TARGET=osd-er-lp24
make TARGET=osd-er-lp24
avr-size -C --mcu=MCU=atmega128rfa1 border-router.osd-er-lp24
avr-objcopy -j .text -j .data -O ihex border-router.osd-er-lp24 border-router.osd-er-lp24.hex
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex border-router.osd-er-lp24 border-router.osd-er-lp24.eep
 
sudo avrdude -pm128rfa1 -c arduino -P/dev/ttyUSB0 -b57600 -e -U flash:w:border-router.osd-er-lp24.hex:a -U eeprom:w:border-router.osd-er-lp24.eep:a