Increase boot timeout to 5 minutes

This commit is contained in:
Rodrigo Arias 2024-08-30 13:46:33 +02:00
parent 742ce37cec
commit 1ede19807e

View File

@ -25,6 +25,6 @@ set -x
sleep 1 && ./fpgactl -b opensbi.bin & sleep 1 && ./fpgactl -b opensbi.bin &
# Set dead switch # Set dead switch
sleep 30 && killall picocom & sleep 300 && killall picocom &
picocom -q -x 10000 -b 115200 $FPGACTL_UART picocom -q -x 300000 -b 115200 $FPGACTL_UART