Creating a kernel snap for a aarch64 board

I am sorry, i did not understand your comment.

Regarding console-conf,
Are you suggesting me to use console-conf : disable true instruction in kernel snap?

I understand I need to check network card driver/firmware for fixing the current issue with Network configuration.

no, console-conf is the tool that comes up on screen to set up network and the user, you should not disable it for now if you want it to be able to ssh into the device later and it is also a good step to see everything is working as expected … just focus on getting your driver to work in the kernel and make sure your gadget is correct so snapd can do what it needs to set the right cmdline options.

Hi,

I could see network driver is getting registered during UC boot as below.

[ 2.147415] libphy: fec_enet_mii_bus: probed
[ 2.156183] fec 30be0000.ethernet eth0: registered PHC device 0

Additionally, I tried kernel and dtb from kernel snap with yocto filesystem and tested ping. That’s works. Looks like kernel image and dtb included in kernel snap supports the network driver.

is there any option to understand the issue?