Commit 6c89a27d authored by Benoit Rat's avatar Benoit Rat

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

parent 1a6dc75e
...@@ -241,9 +241,9 @@ if lsusb | grep -q "at91sam"; then ...@@ -241,9 +241,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
...@@ -256,7 +256,7 @@ fi ...@@ -256,7 +256,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