0

I jusr got a 3.5" lcd touch screen. I have an .img file from the manufacturer. How can I add this onto an existing SD? Can I just install it through a command line?

Pete Hooper
  • 102
  • 1
  • 7
sasabs
  • 1

1 Answers1

4

No. An .img is usually an entire filesystem or device image; in the case of the pi the latter, usually containing two partitions.

It is meant to be written directly onto the card and will destroy whatever is currently on it.

goldilocks
  • 60,325
  • 17
  • 117
  • 234