openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : misc build_flash.pl,1.1.1.1,1.2


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : misc build_flash.pl,1.1.1.1,1.2
Date: Tue, 21 May 2002 00:07:30 -0400

Update of /cvsroot/openap/misc
In directory subversions:/tmp/cvs-serv31990/misc

Modified Files:
        build_flash.pl 
Log Message:
patch thanks to Keith Smith <address@hidden>

Serial console changed from 9600 to 4800 default speed. This makes the port 
usable on more boards.  Many boards can't handle 9600 without often missing
some bits and yielding bad chars.

alios/alios.S : set uart speed to 4800              
misc/build_flash.pl : tell Linux to run serial console at 4800 


Index: build_flash.pl
===================================================================
RCS file: /cvsroot/openap/misc/build_flash.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- build_flash.pl      11 May 2002 17:03:15 -0000      1.1.1.1
+++ build_flash.pl      21 May 2002 04:07:28 -0000      1.2
@@ -13,7 +13,7 @@
 my $loader_dir        = "./alios";
 my $loader_bin        = "$loader_dir/alios.bin";
 
-my $port_speed        = "9600";
+my $port_speed        = "4800";
 
 
 # check if all the initial required files are there




reply via email to

[Prev in Thread] Current Thread [Next in Thread]