Change-Id: I04e6161629c41e5a64ac741b61888dc591bdd7dd
if err != nil {
return
}
+ _, _, err = d.rusalka.Exec([]string{"dut_boot.sh"})
+ if err != nil {
+ return err
+ }
// Login to the device only if credentials were specified.
if username, password := d.conf.Action.Boot.Login, d.conf.Action.Boot.Password; username != "" && password != "" {
}
func (f *fotaCmd) GetCmd() (cmd []string) {
- cmd = []string{"/usr/local/bin/fota",
+ cmd = []string{"fota",
"-map", f.mapping,
"-card", f.sdcard}
if f.md5sums != "" {