Other Parts Discussed in Thread: SYSCONFIG, SK-AM62A-LP
Tool/software:
Hi TI Team,
We have custom board with 1GB RAM having processor AM62A7, designed based on AM62A SK EVM. We are using the SDK 9.1.0 and now wanted to upgrade to SDK 10.1.0.
While upgrading to SDK 10.1.0, We have made changes in u-boot and u-boot loads properly. When u-boot start loading the kernel, It stuck as starting of kernel as seen in below logs.
U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000) SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)') SPL initial stack usage: 13568 bytes Trying to boot from MMC1 Authentication passed Authentication passed Authentication passed Authentication passed Authentication passed Starting ATF on ARM64 core... NOTICE: BL31: v2.11.0(release):v2.11.0-906-g58b25570c9-dirty NOTICE: BL31: Built : 04:20:32, Nov 1 2024 U-Boot SPL 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000) SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.8--v10.01.08 (Fiery Fox)') Trying to boot from MMC1 Authentication passed Authentication passed U-Boot 2024.04-ti-ga970f6e51043 (Nov 13 2024 - 14:26:23 +0000) SoC: AM62AX SR1.0 HS-FS Model: SEC-300 Camera Device DRAM: 1 GiB Core: 64 devices, 28 uclasses, devicetree: separate MMC: mmc@fa10000: 0 Loading Environment from nowhere... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0(part 0) is current device SD/MMC found on device 0 Can't set block device 16828928 bytes read in 120 ms (133.7 MiB/s) 53026 bytes read in 31 ms (1.6 MiB/s) Working FDT set to 88000000 ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008fef0000, end 000000008fffffff ... OK Working FDT set to 8fef0000 Starting kernel ...
It stuck at "Starting kernel ...". As per my knowledge, we don't have make any DDR changes in the kernel except the DDR size change in kernel dts file. I am not sure why is this happening. Can someone help me here.
Regards,
Jay