I am trying to restore the PYNQ Z2 .img file to my microSD card so that I can boot my Z2 board.
I am following the instructions at the link below on my Mac: Appendix — Python productivity for Zynq (Pynq)
The instructions indicate that the microSD should be formatted as FAT32, which I do. However, it seems that the .img file provided by the website is formatted as FAT16, so the dd
command then reformats the microSD card as FAT16. Once dd
completes, I insert the microSD card into the Z2 and turn the Z2 on. The red light on the board lights up and then nothing else happens even after several minutes, so I assume the boot failed.
I assume the failure is because the microSD is formatted as FAT16? Does anyone know what I’m doing wrong or if there is a different procedure to restore the .img file to a microSD card on a Mac?