#57239 - darkfader - Fri Oct 14, 2005 2:29 pm
Is there some open-source generic flash cart library/writer utility yet?
* low-level hardware access library for x86/ARM supporting parallel port/USB linkers, DS/GBA slot etc.
* cart/flash library supporting different kinds of carts to do stuff like:
read, write, cart type detection, (optional) erase, (automatic) bankswitching, special features like SDRAM expansion.
* wrapper(?) library to access cart as block device. The library should be usable as a pre-loaded module when running on GBA/DS.
* front ends:
GBA/DS WMB/Wifi flasher, Win/MAC GUI
* On top of the block device library, there could be filesystem libraries to access SD/CF/UDISK.
This all could go under devkitpro/projects folder.
Last edited by darkfader on Thu Oct 27, 2005 11:22 am; edited 12 times in total
* low-level hardware access library for x86/ARM supporting parallel port/USB linkers, DS/GBA slot etc.
* cart/flash library supporting different kinds of carts to do stuff like:
read, write, cart type detection, (optional) erase, (automatic) bankswitching, special features like SDRAM expansion.
* wrapper(?) library to access cart as block device. The library should be usable as a pre-loaded module when running on GBA/DS.
* front ends:
GBA/DS WMB/Wifi flasher, Win/MAC GUI
* On top of the block device library, there could be filesystem libraries to access SD/CF/UDISK.
This all could go under devkitpro/projects folder.
Last edited by darkfader on Thu Oct 27, 2005 11:22 am; edited 12 times in total