Changes between Version 15 and Version 16 of consolelog


Ignore:
Timestamp:
11/04/2022 06:52:36 PM (18 months ago)
Author:
Ryan Erbstoesser
Comment:

update log copy paste

Legend:

Unmodified
Added
Removed
Modified
  • consolelog

    v15 v16  
     1[[PageOutline]]
    12= Capturing Console Log =
    23
    3 Console log: All serial console activity from a Gateworks Board.
     4Console log: All serial console activity from a Gateworks Board starting from power on.
    45
    56Use a JTAG Programmer to capture the log as described [wiki:gettingstarted here].  Without a serial connection important details about the boot firmware can not be captured. 
     
    1415== How to create a Console Log
    1516
    16 The easiest way to create a console log in Linux is to use "screen".  Screen has a logging command -L which can be used to create a log of the complete session.  The log will be stored in the folder the screen session was launched in.  By default it will be named "screenlog.x", "x" being the window number (probably 0).
     17There are several ways to create the console log.
     18
     19One simple way is to just copy and paste everything from the boot. Please copy and paste into a .txt file.
     20
     21Another way to create a console log in Linux is to use "screen".  Screen has a logging command -L which can be used to create a log of the complete session.  The log will be stored in the folder the screen session was launched in.  By default it will be named "screenlog.x", "x" being the window number (probably 0).
    1722
    1823Example:
     
    2429To Enable and Disable logging from within a screen session "CTRL + A" then "H". 
    2530
    26 Quit the screen session, then cat the screenlog.0 file. 
     31Quit the screen session, then cat the screenlog.0 file.  If possible, send in a .txt format.
    2732
    2833For more information see the "screen" man page.