Thank you for answering.
Unfortunately, I received only the messages below, which do not seem to have Linux kernel messages; these messages are displayed regardless of whether the kernel initialization have finished normally or not.
Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.2-00094
S - IMAGE_VARIANT_STRING=LAATANAZA
S - OEM_IMAGE_VERSION_STRING=jenkins
S - Boot Config, 0x000002e1
B - 1216 - PBL, Start
B - 3720 - bootable_media_detect_entry, Start
B - 4389 - bootable_media_detect_success, Start
B - 4394 - elf_loader_entry, Start
B - 7847 - auth_hash_seg_entry, Start
B - 31497 - auth_hash_seg_exit, Start
B - 82848 - elf_segs_hash_verify_entry, Start
B - 129913 - PBL, End
B - 138348 - SBL1, Start
B - 196145 - pm_device_init, Start
B - 216336 - PM_SET_VAL:Skip
D - 18788 - pm_device_init, Delta
B - 217983 - boot_config_data_table_init, Start
D - 0 - boot_config_data_table_init, Delta - (0 Bytes)
B - 226462 - CDT version:3,Platform ID:8,Major ID:1,Minor ID:0,Subtype:129
B - 233264 - sbl1_ddr_set_params, Start
B - 237107 - Pre_DDR_clock_init, Start
D - 213 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 249795 - pm_driver_init, Start
D - 4483 - pm_driver_init, Delta
B - 256139 - cpr_init, Start
D - 122 - cpr_init, Delta
B - 260744 - cpr_cx_mx_apc_vol_update, Start
D - 91 - cpr_cx_mx_apc_vol_update, Delta
B - 275903 - clock_init, Start
D - 152 - clock_init, Delta
B - 276147 - boot_flash_init, Start
D - 39558 - boot_flash_init, Delta
B - 318725 - boot_flash_swi_ddr_init, Start
D - 29371 - boot_flash_swi_ddr_init, Delta
B - 485468 - hw_family:5, hw_type:16, hw_rev:40
B - 489372 - SSMEM init OK
B - 507550 - USB non-zero endpoint requirements: 9 in, 5 out
B - 509075 - opening partition 0:SWIFOTA
B - 511393 - error for readpage:0
B - 516670 - DWL-get: ecnt=0 code=0
B - 530913 - Failed to read size: /swinv/item_files/CUST_IM_SWITCH_HIDE
B - 537318 - Failed to read size: /swinv/item_files/FOTA_PARTITION
B - 537837 - Failed to read size: /swinv/item_files/CUST_IM_CONFIG
B - 549274 - flags: u=1 e=1 obmsk=c,0
B - 560956 - ssmem_release: region 20 not exists
B - 561017 - ssmem_get: region 20 not exists
B - 567086 - Image Load, Start
D - 94306 - QSEE Image Loaded, Delta - (489292 Bytes)
D - 213 - boot_pm_post_tz_device_init, Delta
B - 665784 - sbl1_efs_handle_cookies, Start
D - 0 - sbl1_efs_handle_cookies, Delta
B - 673775 - DEVCFG ELF verification failure
B - 677313 - Image Load, Start
D - 30 - SEC Image Loaded, Delta - (0 Bytes)
B - 684999 - Image Load, Start
D - 55266 - RPM Image Loaded, Delta - (152712 Bytes)
B - 740967 - Image Load, Start
B - 743285 - Auth disabled for image 9
B - 782904 - ssmem_get: region 20 not exists
D - 41968 - APPSBL Image Loaded, Delta - (379176 Bytes)
B - 786137 - QSEE Execution, Start
D - 884 - QSEE Execution, Delta
B - 792878 - SBL1, End
D - 656909 - SBL1, Delta
S - Throughput, 8000 KB/s (1196044 Bytes, 136878 us)
S - DDR Frequency, 240 MHz
Android Bootloader - UART_DM Initialized!!!
[10] ERROR: No devinfo partition found
[10] Neither 'config' nor 'frp' partition found
[10] ERROR: No misc partition found
[1110] SSMEM init OK[1110] ssmem_get: region 20 not exists[1200] DEBUG: cmdline has root=
[1330] Channel alloc freed
I would like to output the messages like below (which are the output of dmesg
) to CON:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x12345678]
[ 0.000000] Linux version 3.18.131 ...
...
What should I do to output the messages above to CON?