labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

Add copy/write-files command to labgrid client

Open Emantor opened this issue 2 years ago • 1 comments
trafficstars

We currently only allow full disk updates using labgrid client, however for development it's often useful to replace only a folder or binary on the disk. For this we had #548 and #820 which used pmount. However we don't see pmount as the correct solution for mounting devices, rather udisks2 should be used to mount the device and the requirement for exporters needs to be documented. List

  • [ ] implement write-file via udisks mounting
  • [ ] document exporter requirement

Emantor avatar Jan 25 '23 09:01 Emantor

Implementation at https://github.com/labgrid-project/labgrid/pull/1219.

a3f avatar Jun 25 '23 18:06 a3f

With #1219 merged, this can be closed, can't it?

a3f avatar Apr 09 '24 14:04 a3f

Yes, thanks.

Emantor avatar Apr 10 '24 05:04 Emantor