Skip to content
Commit d32f7592 authored by Patrick Bellasi's avatar Patrick Bellasi Committed by Quentin Perret
Browse files

tools/wltests: split flash images in two steps



To properly flash some devices, it can be required to do some operations
in ADB mode before actually rebooting into the bootloader. This allows
for example to push new kernel modules on the target before flashing a
new kernel image from FASTBOOT mode.

This can be achieved by introducing the support for flash_images to be
called from two different contexts:
1) ADB mode: with the currently running kernel, so that we can push
     the modules for a new kernel
2) FASTBOOT mode: when the device has been rebooted into bootloader, and
     thus we can safely update the kernel image since the modules have
     been already pushed

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 1bf8f949
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment