Hi so following is what I got :
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.0-00261
S - IMAGE_VARIANT_STRING=HAAAANAAA
S - OEM_IMAGE_VERSION_STRING=C-BPATTH
S - Boot Config, 0x000002e3
S - Core 0 Frequency, 0 MHz
B - 1547 - PBL, Start
B - 3493 - bootable_media_detect_entry, Start
B - 117050 - bootable_media_detect_success, Start
B - 117055 - elf_loader_entry, Start
B - 119586 - auth_hash_seg_entry, Start
B - 119796 - auth_hash_seg_exit, Start
B - 134401 - elf_segs_hash_verify_entry, Start
B - 193277 - PBL, End
B - 200080 - SBL1, Start
B - 263093 - pm_device_init, Start
D - 14792 - pm_device_init, Delta
B - 278495 - boot_flash_init, Start
D - 0 - boot_flash_init, Delta
B - 282521 - boot_config_data_table_init, Start
D - 19062 - boot_config_data_table_init, Delta - (0 Bytes)
B - 306159 - CDT version:3,Platform ID:24,Major ID:1,Minor ID:0,Subtype:0
B - 312350 - sbl1_ddr_set_params, Start
B - 316071 - cpr_init, Start
D - 0 - cpr_init, Delta
B - 321683 - Pre_DDR_clock_init, Start
D - 213 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 334188 - pm_driver_init, Start
D - 6832 - pm_driver_init, Delta
B - 349682 - clock_init, Start
D - 30 - clock_init, Delta
B - 359839 - Image Load, Start
D - 24888 - QSEE Image Loaded, Delta - (460664 Bytes)
B - 384757 - Image Load, Start
D - 396 - SEC Image Loaded, Delta - (2048 Bytes)
B - 391955 - sbl1_efs_handle_cookies, Start
D - 61 - sbl1_efs_handle_cookies, Delta
B - 399733 - Image Load, Start
D - 13511 - QHEE Image Loaded, Delta - (51952 Bytes)
B - 413275 - Image Load, Start
D - 13450 - RPM Image Loaded, Delta - (149492 Bytes)
B - 426725 - Image Load, Start
D - 12414 - APPSBL Image Loaded, Delta - (487604 Bytes)
B - 439169 - QSEE Execution, Start
D - 61 - QSEE Execution, Delta
B - 444842 - SBL1, End
D - 247141 - SBL1, Delta
S - Flash Throughput, 112000 KB/s (1151760 Bytes, 10217 us)
S - DDR Frequency, 400 MHz
Android Bootloader - UART_DM Initialized!!!
[0] welcome to lk
[10] platform_init()
[10] target_init()
[40] SDHC Running in HS200 mode
[60] Done initialization of the card
[70] pm8x41_get_is_cold_boot: cold boot
[70] No ‘frp’ partition found
[70] Not able to search the panel:
[80] Display not enabled for 24 HW type
[80] Target panel init not found!
[80] pm8x41_get_is_cold_boot: cold boot
[90] partition misc doesn’t exist
[90] error in emmc_recovery_init
[90] Unable to locate /bootselect partition
[100] No ‘misc’ partition found
[100] Error reading MISC partition
[100] failed to get ffbm cookie[110] use_signed_kernel=0, is_unlocked=0, is_tampered=0.
[110] Loading boot image (18528256): start
[230] Loading boot image (18528256): done
[370] DTB Total entry: 1, DTB version: 3
[370] Using DTB entry 0x000000f7/00000000/0x00000018/0 for device 0x000000f7/00010000/0x00010018/0
[380] Using pmic info 0xb/0x0/0x0/0x0 for device 0x2000b/0x0/0x0/0x0
[390] target_display_panel_node:510: hw_id=24 panel_name=""
[390] cmdline: root=/dev/mmcblk0p10 rw rootwait console=ttyMSM0,115200n8 androidboot.emmc=true androidboot.serialno=11d82320 androidboot.baseband=apq mdss_mdp.panel=0:dsi:0:
[410] Updating device tree: start
[500] Updating device tree: done
[510] booting linux @ 0x80080000, ramdisk @ 0x82000000 (22), tags/device tree @ 0x81e00000
[510] Jumping to kernel via monitor
And then nothing is happening. No Led blinking either (well it is quite normal if the kernel is not loaded).
I’m a bit confused here when comparing a working boot.img and my boot.img.
There is something that should talk to you hopefully…
Thanks, Jérôme