-
Notifications
You must be signed in to change notification settings - Fork 235
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
Booting multiple RPis in Parallel #43
Comments
You'd need to rewrite rpiboot to run a new thread for each device as it enumerates, then each thread runs the same bit of code |
I wonder if https://github.com/balena-io-modules/node-raspberrypi-usbboot might have better threading support? (although I've no idea if it'll be possible to adapt it to support your scenario) |
https://github.com/librerpi/rpi-tools/tree/master/webusbboot another issue ive found a potential solution to by accident webusbboot has been confirmed to be able to:
it works on linux (even android), windows has general webusb issues, darwin untested |
With #66 you could also run rpiboot for each Pi you want to boot or use the existing -1/-2/etc. option if the port numbers aren't repeated (as they are on the 3B+). |
Closed due to inactivity. |
Hi guys!
I'm using a non-SD card setup of 6 x RPi zero that booting with rpiboot and fetching the filesystem from NFS folder.
The issue here is that booting them serially with rpiboot takes a lot of time.
Is there a way using rpiboot on multiple RPis in parallel instead of using the loop flag (-l) that boots serially.
Thanks!
The text was updated successfully, but these errors were encountered: