I’m currently using Balena CLI 21.1.0 on my Windows machine and have successfully flashed a Raspberry Pi Zero 2W device.
The device is in development mode, with the following details:
Host OS version: balenaOS 6.5.1+rev2
Supervisor version: 16.12.8
I want to debug my code by connecting to the device locally using the command balena push XXXX.local. However, when I run balena device detect, the device is not being detected.
I can ping my device from my computer.
Could anyone assist me with this issue? Should I check my firewall settings?
Apologizes i didn’t remember to check your first message @Tl_Thomas could you please share here some of the logs or error messages that you see in the CLI?
Given the getaddressinfo ENOTFOUND error, it appears that it’s having trouble resolving the d2fad86.local mDNS name. What happens when you try and push using the local IP address instead (balena push <local IP>)?