[Bug 1678] New: pc386 - add boot cmd line options for console configuration

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed Aug 18 06:13:04 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1678

           Summary: pc386 - add boot cmd line options for console
                    configuration
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: bsps
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: chrisj at rtems.org


Created an attachment (id=1019)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=1019)
pc386 console boot option

The patch adds --console=.... to the pc386 to allow runtime boot configuration
of the console. This removes the need to configure the pc386 BSP with the
correct setting and so helps rtems-testing if you forget to redirect the
console to the serial port for simulator scripts.

The options are:

 --console=port[,baudrate]

 --console=console
 --console=com1,115200
 --console=com2

You can change the baud rate by adding the value after the ','. Note, no
spaces.

Valid baudrates are:

  115200
  57600
  38400
  19200
  9600
  4800

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list