Tagged Questions
1
vote
0answers
102 views
SDXC properties error
I needed to test a 64 GB SDXC on an embedded linux (Leopardboard) platform so I created a FAT32 partition and nearly filled it with random files. To verify that the files were properly written I moved ...
1
vote
1answer
4k views
How to write image to SD card
I am following the RidgeRun documentation: How to boot a board from a SD card. I disable Nautilus from auto-mounting file systems to avoid a possible race condition and build the SD card image. I am ...