Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 12 Jun 2003 10:49 AM by  miket@logicpd.com
console=ttyAM1...
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
elf-coastal@buici.com
New Member
New Member
Posts:


--
08 Jun 2003 12:54 PM
    When the linux kernel boots, it switches consoles:

    Console: switching to colour frame buffer device 30x40

    I'd rather it stay with the ttyS0 device, so I passed a console command line. But something, lolo perhaps, is overriding my option:

    Kernel command line: console=ttyAM1,115200 console=ttyS0,115200

    What is this ttyAM1 and how can I make it stop?
    miket@logicpd.com
    New Member
    New Member
    Posts:


    --
    12 Jun 2003 10:49 AM
    Marc,

    The default console should already be the serial port, you can
    ignore the message saying "switching to colour frame buffer..."
    ttyAM1 is the device for the 9520's serial port. That part of
    the command line is statically added in arch/arm/mach-lh79520/arch.c,
    from which you can remove it if you really do want to take it out.

    Are you not getting a prompt on the serial port? There won't
    be one unless the system starts up successfully and is able to run
    the init and login programs.

    regards,
    mt
    You are not authorized to post a reply.