Troubleshoot Managing BeagleBone Black Files
You changed the beaglebone
user password, and now the
getFile
, putFile
, and
deleteFile
functions do not work.
To eliminate the possibility that the file functions fail because the board file space
is exhausted or the file name is misspelled, run system(bbb, 'ls -l')
to see the current directory on hardware. If this command fails as well, the problem may
be the change of password. To eliminate this problem:
Regain control of the Command Window by pressing Ctrl+C.
Clear the
bbb
object and any other object based on the old password.Create a new connection using
beaglebone
with arguments that specify the new password.Try
system(bbb, 'ls -l')
again. If this command succeeds, try thegetFile
,putFile
, ordeleteFile
functions again.
For more information, see: Linux.