U-Boot's fastboot over udp generates the following output:
Listening for fastboot command on x.y.z.w
Also add a general 'data abort' error string seen with an
too old U-Boot version:
https://github.com/u-boot/u-boot/commit/
95712af
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5258>
PATH=$BM:$PATH $BM_POWERUP
# Once fastboot is ready, boot our image.
-$BM/expect-output.sh artifacts/serial-output.txt -f "fastboot: processing commands"
+$BM/expect-output.sh artifacts/serial-output.txt \
+ -f "fastboot: processing commands" \
+ -f "Listening for fastboot command on" \
+ -e "data abort"
+
fastboot boot -s $BM_FASTBOOT_SERIAL artifacts/fastboot.img
# Wait for the device to complete the deqp run