Page 1 of 1

How loooooong after export.sh in esp-matter folder?

Posted: Sat Sep 10, 2022 6:35 am
by Zeni241
I am following instructions on this page:
https://docs.espressif.com/projects/esp ... oping.html

After I enter /export.sh in esp-matter folder I get bellow line in terminal:

My traceroute [v0.95]
FUbuntu (127.0.0.1) -> localhost (127.0.0.1) 2022-09-08T21:15:39+0500
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings

|Host | Loss%| Snt | Last| Avg |Best| Wrst |StDev|
1. localhost| 0.0%| 6911| 0.2| 0.0| 0.0 | 2.2 |0.1|
Value under Snt keep on increasing. Hours have past. How long does it take to complete? Is it a normal behaviour?

Re: How loooooong after export.sh in esp-matter folder?

Posted: Sat Sep 10, 2022 10:00 am
by chegewara
there is dot in front:

Code: Select all

. ./export.sh
or

Code: Select all

source ./export.sh

Re: How loooooong after export.sh in esp-matter folder?

Posted: Sat Sep 17, 2022 10:43 am
by Zeni241
Sorry, it was my fault. I was giving command "export.sh" at wrong path.