|
From: <abe...@us...> - 2017-05-21 00:38:51
|
Revision: 8317
http://sourceforge.net/p/astlinux/code/8317
Author: abelbeck
Date: 2017-05-21 00:38:48 +0000 (Sun, 21 May 2017)
Log Message:
-----------
Change default serial baud rate to 115200
Modified Paths:
--------------
branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/inittab
branches/1.0/project/astlinux/board/geni586-serial/runnix.conf
branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/inittab
branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/inittab
branches/1.0/project/astlinux/board/genx86_64-serial/runnix.conf
branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/inittab
branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/inittab
branches/1.0/project/runnix/files/configs/default-serial.cfg
branches/1.0/project/runnix/files/configs/default.cfg
branches/1.0/project/runnix/files/rootfs_vfat/syslinux.cfg
branches/1.0/project/runnix-iso/files/configs/isolinux-serial.cfg
Added Paths:
-----------
branches/1.0/project/runnix/files/configs/net5501.cfg
Modified: branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/inittab 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/geni586/target_skeleton/etc/inittab 2017-05-21 00:38:48 UTC (rev 8317)
@@ -5,10 +5,10 @@
#
console::sysinit:/etc/rc sysinit
-console::respawn:/sbin/getty -L 19200 /dev/tty1 linux
+console::respawn:/sbin/getty -L 115200 /dev/tty1 linux
-# ttyS0::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
-# ttyS1::respawn:/sbin/getty -L 19200 /dev/ttyS1 vt100
+# ttyS0::respawn:/sbin/getty -L 115200 /dev/ttyS0 vt100
+# ttyS1::respawn:/sbin/getty -L 115200 /dev/ttyS1 vt100
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
Modified: branches/1.0/project/astlinux/board/geni586-serial/runnix.conf
===================================================================
--- branches/1.0/project/astlinux/board/geni586-serial/runnix.conf 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/geni586-serial/runnix.conf 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,5 +1,5 @@
# Kernel command line
-KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=geni586 astimg=ASTVER.run astkd=auto asturw=auto astlive libata.dma=3 console=ttyS0,19200n8"
+KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=geni586 astimg=ASTVER.run astkd=auto asturw=auto astlive libata.dma=3 console=ttyS0,115200n8"
# Offset for root filesystem
# OFFSET="32256"
# location of kernel binary inside root (include mountpoint)
Modified: branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/inittab 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/geni586-serial/target_skeleton/etc/inittab 2017-05-21 00:38:48 UTC (rev 8317)
@@ -5,7 +5,7 @@
#
console::sysinit:/etc/rc sysinit
-console::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
+console::respawn:/sbin/getty -L 115200 /dev/ttyS0 vt100
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
Modified: branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/inittab 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/genx86_64/target_skeleton/etc/inittab 2017-05-21 00:38:48 UTC (rev 8317)
@@ -5,10 +5,10 @@
#
console::sysinit:/etc/rc sysinit
-console::respawn:/sbin/getty -L 19200 /dev/tty1 linux
+console::respawn:/sbin/getty -L 115200 /dev/tty1 linux
-# ttyS0::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
-# ttyS1::respawn:/sbin/getty -L 19200 /dev/ttyS1 vt100
+# ttyS0::respawn:/sbin/getty -L 115200 /dev/ttyS0 vt100
+# ttyS1::respawn:/sbin/getty -L 115200 /dev/ttyS1 vt100
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
Modified: branches/1.0/project/astlinux/board/genx86_64-serial/runnix.conf
===================================================================
--- branches/1.0/project/astlinux/board/genx86_64-serial/runnix.conf 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/genx86_64-serial/runnix.conf 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,5 +1,5 @@
# Kernel command line
-KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=genx86_64 astimg=ASTVER.run astkd=auto asturw=auto astlive libata.dma=3 console=ttyS0,19200n8"
+KCMD="root=/dev/ram0 rw init=/linuxrc astlinux=genx86_64 astimg=ASTVER.run astkd=auto asturw=auto astlive libata.dma=3 console=ttyS0,115200n8"
# Offset for root filesystem
# OFFSET="32256"
# location of kernel binary inside root (include mountpoint)
Modified: branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/inittab 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/genx86_64-serial/target_skeleton/etc/inittab 2017-05-21 00:38:48 UTC (rev 8317)
@@ -5,7 +5,7 @@
#
console::sysinit:/etc/rc sysinit
-console::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
+console::respawn:/sbin/getty -L 115200 /dev/ttyS0 vt100
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
Modified: branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/inittab
===================================================================
--- branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/inittab 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/astlinux/board/genx86_64-vm/target_skeleton/etc/inittab 2017-05-21 00:38:48 UTC (rev 8317)
@@ -5,10 +5,10 @@
#
console::sysinit:/etc/rc sysinit
-console::respawn:/sbin/getty -L 19200 /dev/tty1 linux
+console::respawn:/sbin/getty -L 115200 /dev/tty1 linux
-# ttyS0::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
-# ttyS1::respawn:/sbin/getty -L 19200 /dev/ttyS1 vt100
+# ttyS0::respawn:/sbin/getty -L 115200 /dev/ttyS0 vt100
+# ttyS1::respawn:/sbin/getty -L 115200 /dev/ttyS1 vt100
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
Modified: branches/1.0/project/runnix/files/configs/default-serial.cfg
===================================================================
--- branches/1.0/project/runnix/files/configs/default-serial.cfg 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/runnix/files/configs/default-serial.cfg 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,4 +1,4 @@
-serial 0 19200
+serial 0 115200
console 0
default runnix
timeout 50
@@ -7,21 +7,21 @@
label runnix
kernel runnix
- append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8
+ append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,115200n8
label shell
kernel runnix
- append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8 doshell
+ append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,115200n8 doshell
label ssh
kernel runnix
- append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8 doshell_ssh
+ append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,115200n8 doshell_ssh
label xrunnix
kernel Xrunnix
- append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8
+ append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,115200n8
label memtest
kernel memtest
- append console=ttyS0,19200n8
+ append console=ttyS0,115200n8
Modified: branches/1.0/project/runnix/files/configs/default.cfg
===================================================================
--- branches/1.0/project/runnix/files/configs/default.cfg 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/runnix/files/configs/default.cfg 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,4 +1,4 @@
-# serial 0 19200
+# serial 0 115200
# console 1
default runnix
timeout 50
Added: branches/1.0/project/runnix/files/configs/net5501.cfg
===================================================================
--- branches/1.0/project/runnix/files/configs/net5501.cfg (rev 0)
+++ branches/1.0/project/runnix/files/configs/net5501.cfg 2017-05-21 00:38:48 UTC (rev 8317)
@@ -0,0 +1,27 @@
+serial 0 19200
+console 0
+default runnix
+timeout 50
+prompt 1
+display boot.msg
+
+label runnix
+ kernel runnix
+ append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8
+
+label shell
+ kernel runnix
+ append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8 doshell
+
+label ssh
+ kernel runnix
+ append initrd=runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8 doshell_ssh
+
+label xrunnix
+ kernel Xrunnix
+ append initrd=Xrunnix.img root=/dev/ram0 rw init=/runnix runimg=auto libata.dma=3 rootdelay=10 console=ttyS0,19200n8
+
+label memtest
+ kernel memtest
+ append console=ttyS0,19200n8
+
Modified: branches/1.0/project/runnix/files/rootfs_vfat/syslinux.cfg
===================================================================
--- branches/1.0/project/runnix/files/rootfs_vfat/syslinux.cfg 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/runnix/files/rootfs_vfat/syslinux.cfg 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,4 +1,4 @@
-# serial 0 19200
+# serial 0 115200
# console 1
default runnix
timeout 50
Modified: branches/1.0/project/runnix-iso/files/configs/isolinux-serial.cfg
===================================================================
--- branches/1.0/project/runnix-iso/files/configs/isolinux-serial.cfg 2017-05-20 22:28:15 UTC (rev 8316)
+++ branches/1.0/project/runnix-iso/files/configs/isolinux-serial.cfg 2017-05-21 00:38:48 UTC (rev 8317)
@@ -1,4 +1,4 @@
-serial 0 19200
+serial 0 115200
console 0
default install
timeout 10
@@ -7,5 +7,5 @@
label install
kernel /runnix/runnix
- append initrd=/runnix/runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=8 console=ttyS0,19200n8
+ append initrd=/runnix/runnix.img root=/dev/ram0 ro init=/runnix runimg=auto libata.dma=3 rootdelay=8 console=ttyS0,115200n8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|