balena-io-hardware / testbot-sdk-sw

Node SDK for controlling and performing operations with testbot
https://www.npmjs.com/package/@balena/testbot
Apache License 2.0
4 stars 0 forks source link

devices.ts: Introduce FlasherDeviceInteractor #22

Closed floion closed 2 years ago

floion commented 2 years ago

We introduce a new class FlasherDeviceInteractor to be used by boards that need to flash balenaOS onto internal media. These boards typically boot a flasher image from SD or USB and then self-shutdown once their internal storage has been provisioned with balenaOS.

Change-type: patch Signed-off-by: Florin Sarbu florin@balena.io

floion commented 2 years ago

@balena-ci rebase