Hello again,
Apologies, if I am becoming a nuisance to you guys. But I really want to be
able to get the RIOT OS working so that I can include it within my Honours
project.
I have managed to get a few more toys to play with e.g. a couple of Udoo
NEOs, a BeagleBone and a Waspmote-Pro. Currently I am testing out the
gnrc_networking application on the Waspmote-pro but I am having some issues
when trying to run it. For an example, all I am getting is the "pyterm
shell" and nothing else:
"
baksiso@baksiso-Lenovo-G580:~/RIOT/examples/gnrc_networking$ make term
/home/baksiso/RIOT/dist/tools/pyterm/pyterm -p "/dev/ttyUSB0" -b "9600"
No handlers could be found for logger "root"
2018-07-12 02:13:38,166 - INFO # Connect to serial port /dev/ttyUSB0
Welcome to pyterm!
Type '/exit' to exit.
"
However, I am able to run the "default" application or the "hello-world"
and they worked perfectly.
Additionally, when I tried to flash the application onto the boar, I was
getting the following:
"
text data bss dec hex filename
78024 11250 9732 99006 182be
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.elf
avrdude -p m1281 -c stk500v1 -P /dev/ttyUSB0 -b 115200 -F -U
flash:w:/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.05s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.04s
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATmega1281 is 1E 97 04
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be
performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file
"/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex"
avrdude: input file
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex
auto detected as Intel Hex
avrdude: writing flash (89274 bytes):
Writing | ################################################## | 100% 16.77s
avrdude: 89274 bytes of flash written
avrdude: verifying flash memory against
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex:
avrdude: load data flash data from input file
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex:
avrdude: input file
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex
auto detected as Intel Hex
avrdude: input file
/home/baksiso/RIOT/examples/gnrc_networking/bin/waspmote-pro/gnrc_networking.hex
contains 89274 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 18.82s
avrdude: verifying ...
avrdude: 89274 bytes of flash verified
avrdude: safemode: Fuses OK (E:00, H:00, L:00)
avrdude done. Thank you.
"
But I am assuming (blindly) that it is finding the mote and that it is
flashing the application onto the board successfully.
Would really appreciate any answer!
Kind regards,
Svilen
P.S. Do you think that I will successfully be able to run the
gnrc_networking application on any of the above-mentioned boards?
_______________________________________________
users mailing list
[email protected]
https://lists.riot-os.org/mailman/listinfo/users