-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging start-up time of mtda-cli #250
Comments
is that with HEAD? |
Not yet, still on b92d55b (with Debian). I don't see "suspicious" commits since - do you expect differences? |
me neither - was just curious to understand which "version" you were running. I will build and flash the Pi4 image |
finally going to take a look |
Reproduced on Pi4 using the following command:
and a minimalistic config:
|
reaching
|
used |
the overall import time is 2649476 (~2.5s) |
I debugged this as part of f61f2fa, citing:
The |
On my RPi4 - which is not really a slow device - I'm facing several seconds of delay between calling
mtda-cli
and getting the prompt. With debug=4, it takes almost 4 s to get the first output ("# debug3: main.load_remote_config()"). I also tried removing all drivers from the local config, but that had no impact.Any suggestions how to debug this further?
The text was updated successfully, but these errors were encountered: