Hi,
I've gone through the 4.1.0 Border Router example 3 times now and getting same result of not being able to ping from CLI example.
I am using RPI3B+ with nRF52840 dongle.
Flashed dongle with the USB Hex nrf5280_xxaa_mbr_pca10059.hex.
I have the nRF52840-DK connected to my PC and flashed the CLI UART Example.
$ nrfjprog --chiperase --family NRF52 --program C:/nordic_sdk/nrf5sdkforthreadv41/examples/thread/cli/ftd/uart/hex/nrf52840_xxaa_pca10056.hex --resetParsing image file.Erasing user available code and UICR flash areas.Applying system reset.Checking that the area to write is not protected.Programming device.Applying system reset.Run.
I can ping 8.8.8.8 from the RPI itself.
But when I try to ping from CLI, I get nothing back.
Image below shows RPI on the left side and CLI on the right side

When running state command on the CLI example I can see that it first returns child and after a period of time returns router.
Would be good to know what I am doing wrong, since I've tried this guide 3 times.
Thanks in advance.