I have install tinyos on a raspberry pi3 successfully, but had many problems: 1-when make any application other than the tinyos apps like Blink i have the following error:
/root/tinyos-main/support/make/Makerules:56: Old TinyOS environment variables detected.
while in Blink it run sucessfully 2- when run a python program with "import tos" like
import tos
a=1
b=2
c=a+b
i had an error like Traceback (most recent call last):
File "ali.py", line 1, in <module>
import tos
ImportError: No module named tos
i think i had a problem with setting of the path