EOA-Blockchain-Labs / ethereumonarm

Tools and scripts to build images that turn ARM devices into ful Ethereum nodes
GNU General Public License v3.0
143 stars 35 forks source link

FAT Volume Not Supported #32

Closed tbrent closed 2 years ago

tbrent commented 2 years ago

This is on the latest image ethonarm_22.04.00.img. I've tried re-flashing multiple cards and I get the same error. I see 0x0b for the format type on the error screen, is that expected?

IMG_20220502_165639

diglos commented 2 years ago

Hi,

this seems a problem either with the Card or the card reader (or even with the Pi but this would be very odd). I would try flash it with a different utility:

https://www.balena.io/etcher/

Take a look at this as well:

https://forums.raspberrypi.com/viewtopic.php?t=294176

tbrent commented 2 years ago

It's working now -- looks like flashing it with Etcher produced a different result than the command line. Maybe this had to do with using conv=sync instead of conv=fdatasync? I was flashing on a mac and didn't have fdatasync available.

Thanks for your help! Closing this one out