How to use labgrid-client to flash image on remote pc? #951
Replies: 1 comment 3 replies
-
labgrid copies the file to the machine where the board is connected to (the exporter) and than does an SSH onto the remote machine and executes fastboot with the copied file.
The udev path above was taken from one of my exporters. If you have a fastboot device connected to the exporter, you can simply run Additionally you'll want to look into the introductory videos from my colleague over on the pengutronix youtube channel.
It runs on the remote machine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When we use
labgrid-client -p xxx fastbootor something similar, how could it works if we executelabgrid-clienton a machine which not directly link the board?If possible you could give me an example configure of
exporterfor such resource? And suggest me the fulllabgrid-client commandexample? Thanks!Additional, does
fastbootruns on the machine which executelabgrid-clientor runs on the remote resource?Beta Was this translation helpful? Give feedback.
All reactions