[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-116-ged83351
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2016-09-09 14:42:01
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via ed83351ebfde219f3e035f79baa80685816dd79d (commit)
from 50205425be2938d310ad54d3a02bc122c9f816bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ed83351ebfde219f3e035f79baa80685816dd79d
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Sep 9 16:36:07 2016 +0200
[BUILDROOT] Fixes some comments in opos6ul_recovery.py
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/opos6ul_recovery.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/software/uboot_recover/opos6ul_recovery.py b/software/uboot_recover/opos6ul_recovery.py
index 8a09c67..4d70284 100644
--- a/software/uboot_recover/opos6ul_recovery.py
+++ b/software/uboot_recover/opos6ul_recovery.py
@@ -95,10 +95,10 @@ if __name__ == "__main__":
print " * have \"sb\" tool installed on your PC (on Ubuntu: sudo apt-get install lrzsz),"
print " * have launched this script as root (sudo)."
print "2] Power off your board, close all serial terminal sessions, remove all USB cables"
- print "3] Take jumper off BOOT0 pins and put it on BOOT1 pins."
+ print "3] Take jumper off BOOT1 pins and put it on BOOT0 pins."
print "4] Power on your board"
print "5] Connect a USB cable from your PC to the OPOS6ULDev OTG miniUSB connector"
- print "6] Connect a USB cable from your PC to the OPOS6ULDev console miniUSB connector"
+ print "6] Connect a USB cable from your PC to the OPOS6ULDev console/debug miniUSB connector"
print ""
port = raw_input('--- Then, enter serial port number or device name to use for console (/dev/ttyUSB0 under Linux (default) or COMx under Window$): ' + color.END)
if port == '':
@@ -160,4 +160,4 @@ if __name__ == "__main__":
sys.exit(1)
else:
print color.GREEN + "\n--- U-Boot successfully recovered !" + color.END
- print color.BOLD + "--- Now you can remove the miniUSB OTG cable and put the jumper back on BOOT0 pin. Your board will boot... As the restored U-Boot version may differ from the one your were using, " + color.UNDERLINE + "if you want to maximize the chances to keep your rootfs data safe, we strongly advise you to reflash the same U-Boot version your were using before the recovery. Otherwise (you don't care about your data), please upgrade to the latest available stable Armadeus U-Boot release." + color.END
+ print color.BOLD + "--- Now you can remove the miniUSB OTG cable and the jumper on BOOT0 pins. Your board will boot... As the restored U-Boot version may differ from the one your were using, " + color.UNDERLINE + "if you want to maximize the chances to keep your rootfs data safe, we strongly advise you to reflash the same U-Boot version your were using before the recovery. Otherwise (you don't care about your data), please upgrade to the latest available stable Armadeus U-Boot release." + color.END
hooks/post-receive
--
armadeus
|