pradnya ghare wrote: > hello, > i want to work on tiny-os. but i have problem in installation .i am trying > to install on fedora core 10.Is it because of that? > Please help me in this regard.
Could you be a bit more specific? What kind of error are you getting? The rpms available will install on most rpm based systems (Fedora, Redhat, SuSE, Mandriva, etc). You need to follow the instructions here: http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs Note that the install with the rpm command either requires you to use sudo or be root. For example: $ sudo rpm -ivh tinyos-2.1.0-1.fc9.noarch.rpm Or you have to become root: # rpm -ivh tinyos-2.1.0-1.fc9.noarch.rpm By convention, when showing someone a command prompt in Linux, if the line starts with a $ it means they are a regular user. If the line starts with # it means they are root. Run the command " $ man sudo" to find out more about sudo. Gus _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
