Skip to content

Commit

Permalink
Update flash-os.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas authored Jul 17, 2024
1 parent a11c411 commit c78d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/plat/hifive_unmatched/flash-os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "setenv ipaddr $BOARD_IP" > "$TTYDEV" ; sleep 1

echo "tftp sdcard.img" > "$TTYDEV"
wait_for "=>"
echo "mmc write 80210000 0 100000"
echo "mmc write 80210000 0 100000" > "$TTYDEV"
wait_for "=>"

stop_record_tty hfu-tty
Expand Down

0 comments on commit c78d0f1

Please sign in to comment.