Fat Init fails
Posted: Thu Jun 11, 2009 10:48 pm
Hi,
I cannot initialize the Fat system on my SD card. My hardware is a GBA with a Supercard SD.
I have the latest devkitPro and libfat. As long as a multiboot image is linked all works fine! But unfortunately I need more than 256kB of space for my program. As soon as the link option is changed to a normal image (no multiboot) I cannot access the fat system anymore.
...simply returns false...
Any ideas what I am doing wrong, or why it does not work?
Greetings
Juergen
I cannot initialize the Fat system on my SD card. My hardware is a GBA with a Supercard SD.
I have the latest devkitPro and libfat. As long as a multiboot image is linked all works fine! But unfortunately I need more than 256kB of space for my program. As soon as the link option is changed to a normal image (no multiboot) I cannot access the fat system anymore.
Code: Select all
fatInitDefault();
Any ideas what I am doing wrong, or why it does not work?
Greetings
Juergen