Apologies in advance if this is an obvious question or has been answered before.
I tried to flash a USB card but I think it is corrupted. Bought a new card and it appears as ‘locked’ in BalenaEtcher. I’m using some GitHub code for a self assembly camera. The original SD card was pre-loaded with the code. I just need to flash my brand new SD card and can’t. As you can probably guess my knowledge of all this is near zero… Thanks !
Thank you, I am using etcher 1.5.116 version and MacBook Catalina 10.15.7. I also tried my son’s PC which also didn’t work- here’s the screen gab with the padlock by the new SD card (I have tried the lock/unlock switches on the card.
Thank you. Yes, tho it’s a mini SD card (with adaptor) that has been switched in the unlock position/ lock position (and increments in between). It still appears ‘locked’ in etcher. It is a new, good quality, SD Card. The original (Pre loaded) SD card appears locked too, on my Mac and on a P.C.
Best wishes
Hi, if the target is seen as read-only by Etcher it means that the OS sees that as read-only for some reason. The part that gets the drive data for macOS is here for example drivelist/list.mm at fcdc5ab0b9eb74579b7ab49e970f0e052e73b7b3 · balena-io-modules/drivelist · GitHub and we then check this value Apple Developer Documentation .
I don’t know why this could be the case just for writing an image, but it seems like either that operation sets the target to read-only or (more likely in my opinion) the card reader/media that you use to plug the card (the adapter, in this case) could have some issues.
I would try with a different reader and adapter, unfortunately there’s not much we can do if the OS sees the target as read-only.