You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of your setup files don't run because of the . at the end.
For example ./scripts/TeslaJS/setup.sh contains cp poll.js ../../TeslaJS/samples/.
I had to remove the . off the end to get it to work.
Also, scripts/Xavier/setup.sh contains code mkdir /media/nvidia/SCOUT & chmod 755 /media/nvidia/SCOUT ; though you actually need to create the /media/nvidia folder first before you can make folders in it.
Can I suggest you update the how-to to suggest running it as the user (not root) and using the LOGNAME env to determine username , or
All of your setup files don't run because of the . at the end.
For example ./scripts/TeslaJS/setup.sh contains cp poll.js ../../TeslaJS/samples/.
I had to remove the . off the end to get it to work.
Also, scripts/Xavier/setup.sh contains code mkdir /media/nvidia/SCOUT & chmod 755 /media/nvidia/SCOUT ; though you actually need to create the /media/nvidia folder first before you can make folders in it.
Can I suggest you update the how-to to suggest running it as the user (not root) and using the LOGNAME env to determine username , or
The text was updated successfully, but these errors were encountered: