Flashing Multiple Compute Modules - Raspberry Pi Forums
hello all,
there way flash multiple compute modules @ once? ten. have build apparatus worked usb hub bunch of development kits attached?
if wanted prepare 100 raspberry pis possibly write multiple sd/microsd cards @ once.
there better way? how happen in industry?
there way flash multiple compute modules @ once? ten. have build apparatus worked usb hub bunch of development kits attached?
if wanted prepare 100 raspberry pis possibly write multiple sd/microsd cards @ once.
there better way? how happen in industry?
in industry, i'll give example of slice...
use buildroot build compiled fat image , downloaded using rpiboot -b fatimage.img
fatimage needs contain usual files you'd need make buildroot kernel work
instructions in documentation (http://www.raspberrypi.org/documentation/)
use raspberry pi download image cm takes around ten seconds, runs buildroot can program finish off rest of programming (i.e. bring network, format emmc , copy files network server emmc)
that's how works...
gordon
use buildroot build compiled fat image , downloaded using rpiboot -b fatimage.img
fatimage needs contain usual files you'd need make buildroot kernel work
instructions in documentation (http://www.raspberrypi.org/documentation/)
use raspberry pi download image cm takes around ten seconds, runs buildroot can program finish off rest of programming (i.e. bring network, format emmc , copy files network server emmc)
that's how works...
gordon
raspberrypi
Comments
Post a Comment