0

I have followed all the steps of Installing TinyOS on recent version of Ubuntu but when i type tos-bsl, it shows

root@rsmjv-Studio-1555:/home/rsmjv/tinyos-main# tos-bsl
The program 'tos-bsl' is currently not installed. You can install it by typing:
apt install tinyos-tools
root@rsmjv-Studio-1555:/home/rsmjv/tinyos-main# 

Can you please help me?

1 Answers1

0

I tried installing from https://github.com/tinyos/tinyos-main and it worked. All the commands in Installing TinyOS on recent version of Ubuntu are working

Try this git clone https://github.com/tinyos/tinyos-main.git

Then type the following commands

cd tinyos-main
cd tools
./Bootstrap
./configure
make
sudo make install`

Try the commands

tos-bsl
tos-write-image
tos-mote-key`