gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > something broken on DevKitpro 20 / libfat

#118270 - Diddl - Sun Feb 11, 2007 7:32 pm

I can compile old source of dsdoom with old devkit and it works fine with all of my cards (R4, DS link, DS linker, M3 lite, SC lite).

Since DevKit20 I had to made some changes to dsdoom source. On R4 it starts fine until first graphic output, after that black sreens and nothing more.

I cannot run libfat with DS link nor with DS linker. I have recompiled DLDI driver for DS Link without success. DS Link works fine with old Devkit and gba_nds_fat for me.

This cannot be a problem of DLDI nor of the used TF card. Same io-driver and same TF card working fine whit gba_nds_fat.

##

any idea?

#118280 - Diddl - Sun Feb 11, 2007 8:24 pm

new test results: DLDI works also for DS link slot 1 card. but for devkitpro 19 only. DLDI test isn't ok for DS link with same DLDI driver, so I suppose it is cause testcode ist compiled with Devkit20

#118314 - chishm - Mon Feb 12, 2007 2:29 am

DLDI tester is (currently) compiled with DKARM r19b. What part does it fail at?
_________________
http://chishm.drunkencoders.com
http://dldi.drunkencoders.com

#118340 - Diddl - Mon Feb 12, 2007 8:46 am

DLDI tester reports on DS linker (slot 1): initing FAT...fail

see also my DLDI test results: click


but dsdoom modified by Jefklak works fine on DS link with same DLDI driver. (it is a gba_nds_fat version with io_dldi!!)


could you offer DLDI tester source so I can compile it myself with devkit 19 and devkit 20?