Changes between Version 2 and Version 3 of consolelog
- Timestamp:
- 01/27/2020 06:34:02 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
consolelog
v2 v3 3 3 Console log: Copy and Paste of the serial console activity from a Gateworks Board. 4 4 5 This is best accomplished through using a JTAG Programmer as described [wiki:gettingstarted here]. 6 7 This is very helpful to allow Gateworks to help customers debug issues. 5 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. 8 6 9 7 Console log should include: 10 8 1. Complete console activity from power on (start with board powered off, setup serial console , then power the board) - This will show the serial console with the U-Boot information 11 9 2. The final command prompt once the board has completely finished booting 12 3. Any errors, etc encountered thereafter.13 14 '''For Example,''' 10 3. Any errors, etc. encountered thereafter. 11 12 == Example 15 13 16 14 ''' This example is very long but please note the following mandatory parameters:''' 17 1. The first line shows U-Boot SPL18 2. The OpenWrt Banner (very bottom)19 3. The last line shows root@OpenWrt15 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. 20 18 21 19 {{{