Actions
Feature #37
closedSD card insertion support
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
06/03/2017
Due date:
% Done:
0%
Estimated time:
Description
If an SD card is removed/inserted we should detect it and initialize fat. Should be no need to reboot. The detect line is wired on the PCB on v1 and v2.
Updated by foft almost 7 years ago
- Priority changed from Normal to Urgent
Another place we need to check hardware before new boards...
Updated by foft almost 7 years ago
Confirmed that SD detect works.
Added primitive insert/eject support. Its kind of crap, but it works...
Boot with no SD card means -> 320KB compy 1x, HDMI if connected, VGA if connected, otherwise RGB 15KHz. NTSC (more monitors compatible)
If SD card removed then it detects it and marks disks as gone.
If SD card added then it detects it and inits the fat code, so the file selector works.
There are probably several things that can be done to crash it but its a starting point!
Updated by foft almost 7 years ago
- Related to Feature #24: A board with Atari SOUL!!!! (ROM in block ram support) added
Actions