-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
TutorialsIssues pertaining to one of the F´ tutorialsIssues pertaining to one of the F´ tutorials
Description
There is a command to run this
scp -r build-artifacts/aarch64-linux/<name-of-deployment> <username>@<device-address>:deploymentbut there is issue if the deployment already exists from a previous class.
I would suggest using this command
rsync -a --delete build-artifacts/aarch64-linux/<name-of-deployment>/ pi:~/deploymentThis command deletes the destination's deployment directory AND copies over your deployment. Thus, no more confusion from leftover files generated from a previous class.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TutorialsIssues pertaining to one of the F´ tutorialsIssues pertaining to one of the F´ tutorials
Type
Projects
Status
Done