Changes between Version 15 and Version 16 of consolelog
- Timestamp:
- 11/04/2022 06:52:36 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
consolelog
v15 v16 1 [[PageOutline]] 1 2 = Capturing Console Log = 2 3 3 Console log: All serial console activity from a Gateworks Board .4 Console log: All serial console activity from a Gateworks Board starting from power on. 4 5 5 6 Use 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. … … 14 15 == How to create a Console Log 15 16 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). 17 There are several ways to create the console log. 18 19 One simple way is to just copy and paste everything from the boot. Please copy and paste into a .txt file. 20 21 Another 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). 17 22 18 23 Example: … … 24 29 To Enable and Disable logging from within a screen session "CTRL + A" then "H". 25 30 26 Quit the screen session, then cat the screenlog.0 file. 31 Quit the screen session, then cat the screenlog.0 file. If possible, send in a .txt format. 27 32 28 33 For more information see the "screen" man page.