[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-192-g528a490
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-21 23:39:47
|
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 528a49030d4209b73db1c2147c0b7247edf306af (commit)
from 590d54031cc57967128bf55dfa023b7105efc974 (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 528a49030d4209b73db1c2147c0b7247edf306af
Author: Eric Jarrige <eri...@ar...>
Date: Thu Mar 22 00:25:15 2012 +0100
[TOOLS] apf51: update and improve U-Boot recover tool
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf51-u-boot.bin | Bin 255824 -> 237920 bytes
software/uboot_recover/apf51_recover.py | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/software/uboot_recover/apf51-u-boot.bin b/software/uboot_recover/apf51-u-boot.bin
index ef3777b..6f5b307 100644
Binary files a/software/uboot_recover/apf51-u-boot.bin and b/software/uboot_recover/apf51-u-boot.bin differ
diff --git a/software/uboot_recover/apf51_recover.py b/software/uboot_recover/apf51_recover.py
index 85778b4..bdcdc29 100644
--- a/software/uboot_recover/apf51_recover.py
+++ b/software/uboot_recover/apf51_recover.py
@@ -425,7 +425,7 @@ class UBoot:
return response
def resetEnv(self):
- self.serial.flushInput()
+ self.serial.flushInput()
self.serial.write("run flash_reset_env\n")
return self.__getOutput()
@@ -437,7 +437,7 @@ class UBoot:
def flash(self):
""" Ask U-Boot to flash itself """
- self.serial.flushInput()
+ self.serial.flushInput()
self.serial.write("run flash_uboot\n")
try:
ret = self.__getOutput()
@@ -540,7 +540,7 @@ if __name__ == "__main__":
ser = serial.Serial(port, SPEED, timeout=2)
except Exception, msg:
print "unable to open serial port %s !" % port
- print msg
+ print msg
sys.exit()
ser.flush()
hooks/post-receive
--
armadeus
|