[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-80-gcf54e4f
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-11-04 10:36:12
|
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, master has been updated
via cf54e4f5f31c10228de6abaeb61d57a5d41d4431 (commit)
from 038a3161e18a65036366f93227250cd457ff3bec (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 cf54e4f5f31c10228de6abaeb61d57a5d41d4431
Author: Fabien Marteau <fab...@ar...>
Date: Thu Nov 4 11:35:29 2010 +0100
[SOFTWARE] Add warning comment in u-boot recover
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf27_recover.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/software/uboot_recover/apf27_recover.py b/software/uboot_recover/apf27_recover.py
index e23d084..d96b252 100644
--- a/software/uboot_recover/apf27_recover.py
+++ b/software/uboot_recover/apf27_recover.py
@@ -356,8 +356,9 @@ if __name__ == "__main__":
SPEED = 115200
print "\nAPF27 Bootstrap Tool\n"
- print "!!! Do not forget to put the bootstrap jumper and to reset your board !!!"
+ print "/!\\ Do not forget to put the bootstrap jumper and to reset your board /!\\"
print "(be sure to have a u-boot.bin file in current dir too)\n"
+ print("/!\\ U-Boot recover eat lot of CPU, be sure that no process trust your CPU\n")
port = raw_input('Enter serial port number or name to use (/dev/ttySx under Linux and COMx under Windows): ')
try:
ser = serial.Serial(port, SPEED, timeout=3)
hooks/post-receive
--
armadeus
|