Thanks Martin and Colin for your help.
I configured the virtio_mmio_nic configuration for virt_qemu_arm_v8a using [1] archive?
But after that i got stuck in the error
[init] Warning: drivers: no route to service "Uplink" (label="drivers -> virtio_mmio_nic -> ")
[init -> drivers -> virtio_mmio_nic] Error: Uplink-session creation failed (ram_quota=3538944, cap_quota=8, mac_address="52:54:00:12:34:56", tx_buf_size=1638400, rx_buf_size=1638400, label="")
Saying that there is no route for Uplink service because I am not able to set up that, I also tried to find those scripts mentioned by Colin but I could not.
I also went for the following command to find the routes but I could not find the script that needed the modification.
find repos/ -type d -wholename *virtio*
grep -r "src/virtio" repos/
So ,kindly guide me on how to set up the route for the Uplink service and which are those scripts required to be modified for it.
route
Best,
Divya.
[1] repos/os/recipes/pkg/drivers_nic-virt_qemu_arm_v8a