I am developing the images using Yocto for my custom board running on IMX6Q. It has been working until I need to install nmap on the platform and the kernel will become kernel panic when it boots up.
The size of the uboot, dtb and zImage.bin stay around the same but the rootfs has been increased from 55MB to 88MB and I have adjusted the partitions accordingly in kernel dtb and uboot. I have also changed the rootfs image size to 90000.
When I removed the nmap package and recompiled the whole images again, the platform can boot up as normal.
My question is if there is other settings which I have missed?