This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM4378: Booting Issue

Part Number: AM4378


Tool/software:

Hi,

I have a non booting custom board , i have open ccs 20.2.0 and in that i connected my jtag and loaded the uboot spl symbol.
I am getting the below error and it does not proceed further

undefined_instruction()	0x402F4040
vectors.S148:0

the below is where it points to

#ifdef CONFIG_SPL_BUILD

#if !CONFIG_IS_ENABLED(SYS_NO_VECTOR_TABLE)
	.align	5
undefined_instruction:
software_interrupt:
prefetch_abort:
data_abort:
not_used:
irq:
fiq:
1:
	b	1b			/* hang and never return */
#endif


Could you help me solve this , I am attaching the register values also at the time of crash with uboot-spl symbol loaded.

Please help me solve or debug this issue so that i can figure out why this board is not booting.The same files boots other boards.I am using the latest ti am437x sdk uboot

Regards,
Roshan Rajagopal