osd-contiki/examples/osd
2014-11-19 12:03:04 +01:00
..
er-rest-example-dht11 change rt tag and disable energest and radio stat 2014-11-19 12:02:39 +01:00
er-rest-example-toggleboard-ds1820 use ds1820.c from /dev directory 2014-11-19 12:00:28 +01:00
pir-sensor initial upload 2014-11-19 12:03:04 +01:00
rpl-border-router setup 15 NBR 50 DS6-Route 2014-11-19 12:01:22 +01:00
wirelessplug initial upload 2014-11-19 11:57:16 +01:00
README initial upload 2014-11-19 11:56:43 +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