Commit fc8ef509 authored by Benoit Rat's avatar Benoit Rat Committed by Alessandro Rubini

flash-wrs: update help msg for v3.3 (jumper > button)

parent a1d70afa
...@@ -242,9 +242,9 @@ if lsusb | grep -q "at91sam"; then ...@@ -242,9 +242,9 @@ if lsusb | grep -q "at91sam"; then
else else
echo "" echo ""
echo "$me: Waiting for at91sam SAMBA bootloader on usb." echo "$me: Waiting for at91sam SAMBA bootloader on usb."
echo " Please check the jumper is plugged" echo " Please check the Managment USB cable is connected "
echo " and the USB cable is connected." echo " and keep pressed the Flash button while"
echo " Then reset the switch or turn it on." echo " resetting/powering the switch."
while true; do while true; do
if lsusb | grep -q "at91sam"; then if lsusb | grep -q "at91sam"; then
break break
...@@ -257,7 +257,7 @@ fi ...@@ -257,7 +257,7 @@ fi
# Remove the jumper now, before proceeding # Remove the jumper now, before proceeding
echo "$me: I'm talking with the switch;" echo "$me: I'm talking with the switch;"
echo -n " please remove the jumper and press Enter to start flashing: " echo -n " please release the flash button and press Enter to start flashing: "
read unused read unused
# Create a temporary barebox binary with modified MAC addresses # Create a temporary barebox binary with modified MAC addresses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment