Re: [PATCH v7 08/11] test: Try to shut down the lab console gracefully

2024-10-31 Thread Simon Glass
Hi Tom, On Wed, 30 Oct 2024 at 00:53, Tom Rini wrote: > > On Wed, Oct 09, 2024 at 07:51:42PM -0600, Simon Glass wrote: > > > Send the Labgrid quit characters to ask it to exit gracefully. This > > typically allows it to power off the board being used. Only do this when > > labgrid is being used (

Re: [PATCH v7 08/11] test: Try to shut down the lab console gracefully

2024-10-29 Thread Tom Rini
On Wed, Oct 09, 2024 at 07:51:42PM -0600, Simon Glass wrote: > Send the Labgrid quit characters to ask it to exit gracefully. This > typically allows it to power off the board being used. Only do this when > labgrid is being used (detected with an env var). > > If that doesn't work, try the less

[PATCH v7 08/11] test: Try to shut down the lab console gracefully

2024-10-09 Thread Simon Glass
Send the Labgrid quit characters to ask it to exit gracefully. This typically allows it to power off the board being used. Only do this when labgrid is being used (detected with an env var). If that doesn't work, try the less graceful approach. Signed-off-by: Simon Glass --- (no changes since v