Changes between Version 18 and Version 19 of consolelog


Ignore:
Timestamp:
04/03/2025 11:21:54 PM (20 hours ago)
Author:
Ryan Erbstoesser
Comment:

update specifications

Legend:

Unmodified
Added
Removed
Modified
  • consolelog

    v18 v19  
    1010 2. The final command prompt once the board has completely finished booting.
    1111 3. Any errors, etc. encountered thereafter.
     12 4. Use the command dmesg and include this output.
    1213
    1314'''Note''' Please do not send jpg or png screenshots of the console.
    1415
    15 '''Please copy and paste and send log as a .txt file.'''
     16 * ''' Please copy and paste and send log as a .txt file, not a .log file or .screenlog'''
    1617
    1718== How to create a Console Log
     
    2122One simple way is to just copy and paste everything from the boot.
    2223
    23 '''Please copy and paste into a .txt file.'''
     24'''Please copy and paste into a .txt file. Not a .log file or .screenlog'''
    2425
    2526Another 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).
     
    3536Quit the screen session, then cat the screenlog.0 file. 
    3637
    37 '''Please send log as a .txt file.'''
     38'''Please send log as a .txt file, not a .log file or .screenlog'''
    3839
    3940For more information see the "screen" man page. 
     
    5152}}}
    5253 1. BSP/Operating system information, for example the OpenWrt Banner (very bottom). Ubuntu will have a similar feature.  If possible include "uname -a" output.   
    53  1. Please conclude the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure.   
     54 1. Please include in the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure.   
     55 1. Please also include the output from the dmesg command in the log.
    5456
    5557'''Example of full log:'''
     
    633635 -----------------------------------------------------
    634636root@OpenWrt:/#
    635 
     637root@OpenWrt:/# dmesg
     638.....
    636639}}}