Changes between Version 5 and Version 6 of consolelog


Ignore:
Timestamp:
01/27/2020 06:38:28 PM (4 years ago)
Author:
Cale Collins
Comment:

added kernel command line

Legend:

Unmodified
Added
Removed
Modified
  • consolelog

    v5 v6  
    1212== Example
    1313
    14 ''' Please do not exclude anything from your log'''
     14''' Please do not exclude anything from your log:'''
    1515 1. Boot firmware version, the first line shows U-Boot SPL
    16  2. BSP/Operating system information, for example the OpenWrt Banner (very bottom). Ubuntu will have a similar feature.  If possible include "uname -a" output.   
    17  3. Please conclude the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure.   
     16 1. Kernel command line.  In this example:
     17{{{
     18[    0.000000] Kernel command line: console=ttymxc1,115200 ubi0:ubi ubi.mtd=2 rootfstype=squashfs,ubifs
     19}}}
     20 1. BSP/Operating system information, for example the OpenWrt Banner (very bottom). Ubuntu will have a similar feature.  If possible include "uname -a" output.   
     21 1. Please conclude the log with a command prompt "root@OpenWrt:/#", or where the board stops producing output if you're experiencing a failure.   
    1822
    1923{{{