Tool/software:
I am trying to upgrade my rootfs for my board beaglebone. I am trying to use Yocto 5.0. It is compiled properly. When I am loading the image on Target. I am getting following error.
[ 1.813042] Freeing unused kernel memory: 1024K
/sbin/init: error while loading shared libraries: libc.so.6: cannot stat shared object: Error 38
[ 1.858451] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[ 1.858451]
I have checked the rootfs. /lib/libc.so.6 is there. Not sure why this is giving issue here. I am using linux kernel 4.9.293. Is there anything which I am missing here. 4.1.1 Yocto rootfs was working fine with the beaglebone board. Any idea about this.