initial upload
This commit is contained in:
parent
eb0676212c
commit
17c7e35621
21 changed files with 3729 additions and 0 deletions
7
examples/osd/rpl-border-router/run.sh
Executable file
7
examples/osd/rpl-border-router/run.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue