[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-58-gdb67b6b
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-11-23 22:19:55
|
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 db67b6beaef7a94b67cd2c0c0aacdcefdca236c3 (commit)
from 97dda632b2207df99509ab9ec5db26d1280ef073 (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 db67b6beaef7a94b67cd2c0c0aacdcefdca236c3
Author: Julien Boibessot <jul...@ar...>
Date: Fri Nov 23 23:18:54 2012 +0100
[TOOLS] (Minor) Fix of uboot_recover instructions on APF27 & APF9328 (U-Boot filename)
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf27_recover.py | 2 +-
software/uboot_recover/apf9328_recover.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/software/uboot_recover/apf27_recover.py b/software/uboot_recover/apf27_recover.py
index 0c8e379..aa039a2 100644
--- a/software/uboot_recover/apf27_recover.py
+++ b/software/uboot_recover/apf27_recover.py
@@ -350,7 +350,7 @@ if __name__ == "__main__":
print "\nAPF27 Bootstrap Tool\n"
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 "(be sure to have a file named apf27-u-boot-nand.bin 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:
diff --git a/software/uboot_recover/apf9328_recover.py b/software/uboot_recover/apf9328_recover.py
index f0992cc..1d5535b 100644
--- a/software/uboot_recover/apf9328_recover.py
+++ b/software/uboot_recover/apf9328_recover.py
@@ -31,7 +31,7 @@ if __name__ == "__main__":
ramSize = 16
print "APF Recover Tool"
print "Do not forget to place the bootstrap jumper !!"
- print "and be sure to have a u-boot.bin file in current dir"
+ print "and be sure to have a file named apf9328-u-boot.bin in current dir"
port = raw_input('Enter serial port number or name to use (/dev/ttySx under Linux and COMx under Windows: ')
input = raw_input('Enter RAM size (default 16): ')
if input.isdigit():
hooks/post-receive
--
armadeus
|