I'm using imx6sllevk board with 512 MB LPDDR2 DRAM I ran into this issue while flashing the images I built with yocto bsp.
I'm flashing to emmc
this was the log at the end:
UTP: sending Success to kernel for command $ umount /mnt/mmcblk1p1.
utp_poll: pass returned.
UTP: received command '$ mkfs.ext3 -F -E nodiscard /dev/mmcblk1p2'
UTP: executing "mkfs.ext3 -F -E nodiscard /dev/mmcblk1p2"
mke2fs 1.43.5 (04-Aug-2017)
Creating filesystem with 813056 4k blocks and 203600 inodes
Filesystem UUID: 257828fc-50a1-4d98-8a05-97248e244a82
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912
Allocating group tables: done
Writing inode tables: Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
UTP: sending Non-success to kernel for command $ mkfs.ext3 -F -E nodiscard /dev/mmcblk1p2.
utp_poll: exit with status 11
I've gone through previous threads and they all seem to have modified the dts file, I implemented all the changes mentioned but I still run into this issue.
I've also tried flashing the demo images
found here https://www.nxp.com/webapp/sps/download/preDownload.jsp. (L4.9.88_2.0.0_MX6SLL demo images).
but I still get kernel panic.
I've attached my complete flash log, mfg tool log (while using the images I built) and my dts file.
Does anyone have any idea why I'm getting stuck here?
[Note] I ran the ddr callibration and it succeded.