osd-contiki/examples/osd
2014-11-19 12:05:46 +01:00
..
climate add climate example 2014-11-19 12:04:53 +01:00
er-rest-example-dht11 change plattform to osd-merkur 2014-11-19 12:05:19 +01:00
er-rest-example-toggleboard-ds1820 change plattform to osd-merkur 2014-11-19 12:05:12 +01:00
pir-sensor change plattform to osd-merkur 2014-11-19 12:05:27 +01:00
rpl-border-router change plattform to osd-merkur 2014-11-19 12:05:35 +01:00
wirelessplug change plattform to osd-merkur 2014-11-19 12:05:46 +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