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.

Linux: AM3354:Uncompressing Linux... done, booting the kernel.

Other Parts Discussed in Thread: AM3354

Tool/software: Linux

I have a custom board of which cpu is AM3354.It doesn't have EEPROM and RTC. I disabled the RTC and EEPROM detected related module during u-boot and now u-boot is able to boot. But the kernel is hanging after print "Uncompressing Linux... done, booting the kernel." After a while, the cpu automatically reset.

I used the printascii and located the error happened  in __turn_mmu_on:

mcr p15, 0, r0, c1, c0, 0 @ write control reg
mrc p15, 0, r3, c0, c0, 0 @ read id reg
instr_sync

What should I do to solve the problem?

In addition, if I don't have an RTC chip, should RTC_PWRONRSTn be pulled low?

I would be grateful if I could get a reply as soon as possible.Thank you!