This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
lab10 [2018/01/25 19:01] narcisa_ana.vasile [Building] |
lab10 [2018/01/25 19:03] (current) narcisa_ana.vasile [Building] |
||
|---|---|---|---|
| Line 55: | Line 55: | ||
| fdfd:: | fdfd:: | ||
| - | It's helpful that tunslip6 is putting through the debug messages from the Zigduino. So we can see the boot-up process complete successfully. | + | It's helpful that tunslip6 is putting through the debug messages from the Sparrow. So we can see the boot-up process complete successfully. |
| ===== Ping ===== | ===== Ping ===== | ||
| Line 81: | Line 81: | ||
| < | < | ||
| - | $ make TARGET=avr-zigduino | + | $ make TARGET=sparrow |
| - | $ make udp-sender.avr-zigduino.u AVRDUDE_PORT=/ | + | $ make udp-sender.sparrow.u AVRDUDE_PORT=/ |
| Now see that we can ping it ok: | Now see that we can ping it ok: | ||
| Line 99: | Line 99: | ||
| < | < | ||
| - | $ make TARGET=avr-zigduino | + | $ make TARGET=sparrow |
| $ make upload WITH_WEBSERVER=0 WITH_SLIP=1 AVRDUDE_PORT=/ | $ make upload WITH_WEBSERVER=0 WITH_SLIP=1 AVRDUDE_PORT=/ | ||
| $ cd examples/ | $ cd examples/ | ||
| - | $ make TARGET=avr-zigduino | + | $ make TARGET=sparrow |
| $ make WITH_WEBSERVER=webserver-nano -j10 | $ make WITH_WEBSERVER=webserver-nano -j10 | ||
| $ make upload login WITH_WEBSERVER=webserver-nano AVRDUDE_PORT=/ | $ make upload login WITH_WEBSERVER=webserver-nano AVRDUDE_PORT=/ | ||