sharebrained / portapack-hackrf

Portability Add-On for the HackRF Software-Defined Radio.
GNU General Public License v2.0
978 stars 407 forks source link

SD card issue #126

Closed ysc2k closed 6 years ago

ysc2k commented 6 years ago

Hello,

I have 16GB SD card formatted using FAT32 with 4096/block. The portapack screen recognizes the MicroSD card with green icon on top right side of the screen.

However, when I try to save a capture, it says "no filesystem"

Is there a specific specification for the MicroSD card?

I am using the latest stable precompiled firmware. Same issue occurs with Havoc firmware. Debugging the SD card, the cards are correctly recognized, and write test fails with code -3.

ysc2k commented 6 years ago

Sorry to bother. I used GUID partition scheme instead of Master Boot Record, and it can read and write now.