Linux kernel startup hangs on LS1043A RDB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linux kernel startup hangs on LS1043A RDB

526 Views
brianbrittain
Contributor I

I am using the latest SDK (QorIQ-SDK-2.0-1703) and have followed all of the instructions to get the board to boot into Linux, but it keeps hanging during the kernel startup - I am using NFS deployment but it doesn't seem to get far enough to even look at the rootfs.  The boot log is attached and seems to indicate the following failure:

 

[ 3.222196] caam_jr 1700000.crypto:jr@30000: of_iomap() failed
[ 3.228022] caam_jr: probe of 1700000.crypto:jr@30000 failed with error -12

 

Shortly after this the board hangs.

 

[ 240.099568] INFO: task swapper/0:1 blocked for more than 120 seconds.
[ 240.105998] Not tainted 4.1.8-rt8+gbd51baf #1
[ 240.110870] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 240.118688] swapper/0 D ffff800000086c90 0 1 0 0x00000000
[ 240.125734] Call trace:
[ 240.128174] [<ffff800000086c90>] __switch_to+0x78/0x90
[ 240.133308] [<ffff8000007e9770>] __schedule+0x21c/0x580
[ 240.138523] [<ffff8000007e9b0c>] schedule+0x38/0xb4
[ 240.143395] [<ffff8000007ec2cc>] schedule_timeout+0x138/0x190
[ 240.149130] [<ffff8000007ea5e0>] wait_for_common+0xd4/0x130
[ 240.154696] [<ffff8000007ea64c>] wait_for_completion+0x10/0x1c
[ 240.160523] [<ffff8000007e76e8>] caam_init_buf+0x244/0x264
[ 240.165998] [<ffff800000b38750>] caam_rng_init+0x1b8/0x214
[ 240.171478] [<ffff800000082808>] do_one_initcall+0x88/0x1a0
[ 240.177041] [<ffff800000b11aa8>] kernel_init_freeable+0x148/0x21c
[ 240.183128] [<ffff8000007df670>] kernel_init+0xc/0xd8

 

 What do I need to do?

Original Attachment has been moved to: u-boot.log.zip

0 Kudos
1 Reply

351 Views
Pavel
NXP Employee
NXP Employee

Test your boar using FIT Image Deployment from TFTP. See the Section 4.4.7.9.1 of NXP SDK 2.0-1703:

https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos