I am currently developing with the Eragon 410: EIC-Q410-200 -
(Qualcomm Snapdragon410) - (System-on-Module)
When testing the program, my complier stops at: pm_driver_init, Start
I cannot find any documentation/technical data that can give me more details for the Snapdragon 410!
Here is a copy of the Boot sequence:
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, 0x000002e1
S - Core 0 Frequency, 0 MHz
B - 1545 - PBL, Start
B - 3490 - bootable_media_detect_entry, Start
B - 542389 - bootable_media_detect_success, Start
B - 542394 - elf_loader_entry, Start
B - 543610 - auth_hash_seg_entry, Start
B - 543820 - auth_hash_seg_exit, Start
B - 558214 - elf_segs_hash_verify_entry, Start
B - 617091 - PBL, End
B - 494618 - SBL1, Start
B - 544577 - pm_device_init, Start
D - 14274 - pm_device_init, Delta
B - 559309 - boot_flash_init, Start
D - 30 - boot_flash_init, Delta
B - 563304 - boot_config_data_table_init, Start
D - 21380 - boot_config_data_table_init, Delta - (0 Bytes)
B - 589229 - CDT version:3,Platform ID:24,Major ID:1,Minor ID:0,Subtype:0
B - 595451 - sbl1_ddr_set_params, Start
B - 599142 - cpr_init, Start
D - 0 - cpr_init, Delta
B - 604754 - Pre_DDR_clock_init, Start
D - 183 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 617228 - pm_driver_init, Start <----- At this point the boot sequence stops!
Any advice/tips would be great, Thank you!
(Qualcomm Snapdragon410) - (System-on-Module)
When testing the program, my complier stops at: pm_driver_init, Start
I cannot find any documentation/technical data that can give me more details for the Snapdragon 410!
Here is a copy of the Boot sequence:
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, 0x000002e1
S - Core 0 Frequency, 0 MHz
B - 1545 - PBL, Start
B - 3490 - bootable_media_detect_entry, Start
B - 542389 - bootable_media_detect_success, Start
B - 542394 - elf_loader_entry, Start
B - 543610 - auth_hash_seg_entry, Start
B - 543820 - auth_hash_seg_exit, Start
B - 558214 - elf_segs_hash_verify_entry, Start
B - 617091 - PBL, End
B - 494618 - SBL1, Start
B - 544577 - pm_device_init, Start
D - 14274 - pm_device_init, Delta
B - 559309 - boot_flash_init, Start
D - 30 - boot_flash_init, Delta
B - 563304 - boot_config_data_table_init, Start
D - 21380 - boot_config_data_table_init, Delta - (0 Bytes)
B - 589229 - CDT version:3,Platform ID:24,Major ID:1,Minor ID:0,Subtype:0
B - 595451 - sbl1_ddr_set_params, Start
B - 599142 - cpr_init, Start
D - 0 - cpr_init, Delta
B - 604754 - Pre_DDR_clock_init, Start
D - 183 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 617228 - pm_driver_init, Start <----- At this point the boot sequence stops!
Any advice/tips would be great, Thank you!