-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I have got a thought and I aim to speed up the functionality when loading the payloads. So I urge the author to take in to consideration the optimizing technique described below.
The rpi-0 has a power supply, and a data supply. What if we can connect the raspberry pi zero first by the power supply port (to a power bank or a portable power supply ). Then after a while (2 hours for example) we connect the data port of the rpi-0 to the selected target (personal computer).
What will happen in this case is that the rpi-0 will boot before 2 hrs of use, allowing us to get rid of the 50 seconds delay at boot. Then the rpi-0 will detect a usb data connection then the payload will start its work without initial delay(50 seconds).
Conclusion: In this way we take advantage of the first minute.
Note: Other users might not have an rpi-0 or need to use this technique. This might be critical for a small audience though it will help people a lot.
Thanks to the author for publishing this repository.