Thread: Flashing issue
View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#7
Originally Posted by Quentin N View Post
but at this stage, everything I try alway end up by a
"sudo: flasher-3.5: command not found"
Make sure you use the full path, i.e. not:
Code:
sudo flasher-3.5 ...
but
Code:
sudo ./flasher-3.5 ...
The current directory is not (by default) part of the PATH, unlike in Windows. Don't know about OSX.