Hacker News new | ask | show | jobs
by joshumax 976 days ago
Yes, it works, but there are some issues.

The first one being that the SoC configuration runs in DS-compatibility mode which does not expose all of the available RAM in the DSi, and nds-bootstrap won't properly redirect I/O requests to the external SD card, which means you either need to embed the rootfs in the NDS ROM which won't persist changes, or use a flash cart and run the DLDI build instead.

1 comments

Actually, someone made a working DSi mode WiFi driver some months ago. It is even used in a DSi compatible fork of ftpd. Very handy when transferring files on the SD card of a hacked DSi since it has WPA2 support unlike DS mode which is stuck with WEP.

https://github.com/devkitPro/dswifi/issues/4#issuecomment-89...

https://github.com/shinyquagsire23/dsiwifi

https://github.com/mtheall/ftpd/compare/master...shinyquagsi...