I have built the kernel for my sama5d3 xplained, but when I try to boot it, it hangs like you can see below:
Code: Select all
Freeing unused kernel memory: 152K (c06cb000 - c06f1000)
/sbin/init: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
CPU: 0 PID: 1 Comm: init Not tainted 3.10.0 #1
[<c0011ef0>] (unwind_backtrace+0x0/0xf4) from [<c001081c>] (show_stack+0x10/0x14)
[<c001081c>] (show_stack+0x10/0x14) from [<c0470c1c>] (panic+0x90/0x1d0)
[<c0470c1c>] (panic+0x90/0x1d0) from [<c001e764>] (do_exit+0x740/0x7f0)
[<c001e764>] (do_exit+0x740/0x7f0) from [<c001f3f0>] (do_group_exit+0x40/0x9c)
[<c001f3f0>] (do_group_exit+0x40/0x9c) from [<c001f45c>] (__wake_up_parent+0x0/0x18)
Do you know how to solve it?
Thank you very much
Regards