Skip to content

Update Running on ARM Linux Tutorial #3473

@kevin-f-ortega

Description

@kevin-f-ortega

There is a command to run this

scp -r build-artifacts/aarch64-linux/<name-of-deployment> <username>@<device-address>:deployment

but 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:~/deployment

This command deletes the destination's deployment directory AND copies over your deployment. Thus, no more confusion from leftover files generated from a previous class.

Metadata

Metadata

Labels

TutorialsIssues pertaining to one of the F´ tutorials

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions