0

Is there any way to replicate one Raspberry Pi's OS and files to many? I did a project on one raspberry pi by installing few additional packages, images and a python code, and it is working now. Bu i need 5 copies of same project.

How can i do this without doing all the installations and programming on other 4 RPis.

I tried to copy and paste sd card files, but my Linux Mint and Windows is not displaying sd card contents

2 Answers2

1

A more generic answer is to use dd or the "disk dump" utility. If you are doing this on a large scale there are sdcard dupelicators that can make many exact copies of other sdcards.

st2000
  • 539
  • 2
  • 7
0

The same SD card cloning tools you used to program the image in the first place can be used to take a copy from the SD card that's already set up: How can I copy the same image to many SDs?

pjc50
  • 225
  • 1
  • 6