[Armadeus-commitlog] SF.net SVN: armadeus: [634] trunk/software/uboot_recover/uboot_recover.py
Brought to you by:
sszy
|
From: <th...@us...> - 2007-09-02 21:35:00
|
Revision: 634
http://armadeus.svn.sourceforge.net/armadeus/?rev=634&view=rev
Author: thom25
Date: 2007-09-02 14:34:57 -0700 (Sun, 02 Sep 2007)
Log Message:
-----------
add correct path to ttysx
Modified Paths:
--------------
trunk/software/uboot_recover/uboot_recover.py
Modified: trunk/software/uboot_recover/uboot_recover.py
===================================================================
--- trunk/software/uboot_recover/uboot_recover.py 2007-09-02 21:17:50 UTC (rev 633)
+++ trunk/software/uboot_recover/uboot_recover.py 2007-09-02 21:34:57 UTC (rev 634)
@@ -32,7 +32,7 @@
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"
- port = raw_input('Enter serial port number or name to use (ttySx under Linux and COMx under Windows: ')
+ 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():
ramSize = int( input )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|