Hi,
I am working on zephyr example dns_resolve(zephyr\samples\net\dns_resolve), how to test this example , I have gone through readme file many times still it is not cleared for me. kindly help me.
regards,
Shikamaru
Hi,
I am working on zephyr example dns_resolve(zephyr\samples\net\dns_resolve), how to test this example , I have gone through readme file many times still it is not cleared for me. kindly help me.
regards,
Shikamaru
The documentation for what this sample does and how to run this sample is pretty clear.
What are you trying to do? Are you looking at this sample as a potential template for your application?
Please try this guide to see if that helps
it is not working , am getting issue like below,
dnsmasq: cannot open or create lease file /var/lib/misc/dnsmasq.leases: Permission denied

regards,
shikamaru
You need to change permission on your leases file. Check how it is done here.
You need to change permission on your leases file. Check how it is done here.